Package com.uppaal.model.system
Class SystemEdge
java.lang.Object
com.uppaal.model.system.SystemEdge
- Direct Known Subclasses:
SystemEdgeSelect
public class SystemEdge extends Object
The class of the system edge
-
Constructor Summary
Constructors Constructor Description SystemEdge(Process process, int index, String name, Edge edge)Constructor -
Method Summary
Modifier and Type Method Description EdgegetEdge()Get the edgeStringgetFormatedName()Get the formated name of the edgeintgetIndex()Get the index of the edgeStringgetName()Get the name of the edgeProcessgetProcess()Get the process of the edgeStringgetProcessName()Get the process name of the edgevoidwriteXTRFormat(Writer writer)Convert the edge to format used in XTR files.
-
Constructor Details
-
SystemEdge
Constructor- Parameters:
process- - The processindex- - The index of the edgename- - The name of the edgeedge- - The edge
-
-
Method Details
-
getProcess
Get the process of the edge- Returns:
- process - The process
-
getProcessName
Get the process name of the edge- Returns:
- The process name
-
getIndex
public int getIndex()Get the index of the edge- Returns:
- index - The index of the edge
-
getName
Get the name of the edge- Returns:
- name - The name
-
getFormatedName
Get the formated name of the edge- Returns:
- The formated name
-
getEdge
Get the edge- Returns:
- edge - The edge
-
writeXTRFormat
Convert the edge to format used in XTR files.- Parameters:
writer- - The java writer object- Throws:
IOException
-