Package com.uppaal.model.system
Class Process
java.lang.Object
com.uppaal.model.AbstractProcess
com.uppaal.model.system.Process
public class Process extends AbstractProcess
The class process
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Process(String name, int index, Template template, Translator translator)
Constructor -
Method Summary
Modifier and Type Method Description SystemEdge
getEdge(int edge)
Get the edge with the indexArrayList<SystemEdge>
getEdges()
Get the array list of the system edgeSystemLocation
getLocation(int loc)
Get the location with the location indexArrayList<SystemLocation>
getLocations()
Get the array list of the system locationMethods inherited from class com.uppaal.model.AbstractProcess
getIndex, getName, getTemplate, getTranslator
-
Constructor Details
-
Process
Constructor- Parameters:
name
- - The process nameindex
- - The indextemplate
- - The templatetranslator
- - The translator
-
-
Method Details
-
getEdge
Get the edge with the index- Parameters:
edge
- - The edge index- Returns:
- The system edge
-
getEdges
Get the array list of the system edge- Returns:
- The array list of the edge
-
getLocation
Get the location with the location index- Parameters:
loc
- - The location index- Returns:
- The system location
-
getLocations
Get the array list of the system location- Returns:
- The array list of the location
-