Class ProcessModelGraph.InterSystemConnection
java.lang.Object
neqsim.process.processmodel.graph.ProcessModelGraph.InterSystemConnection
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessModelGraph
Represents a connection between two sub-systems.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ProcessEdgeprivate static final longprivate final ProcessNodeprivate final Stringprivate final ProcessNodeprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionInterSystemConnection(String sourceSystemName, String targetSystemName, ProcessNode sourceNode, ProcessNode targetNode, ProcessEdge edge) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
sourceSystemName
-
targetSystemName
-
sourceNode
-
targetNode
-
edge
-
-
Constructor Details
-
InterSystemConnection
InterSystemConnection(String sourceSystemName, String targetSystemName, ProcessNode sourceNode, ProcessNode targetNode, ProcessEdge edge)
-
-
Method Details
-
getSourceSystemName
- Returns:
- the name of the source sub-system
-
getTargetSystemName
- Returns:
- the name of the target sub-system
-
getSourceNode
- Returns:
- the source node in the source sub-system
-
getTargetNode
- Returns:
- the target node in the target sub-system
-
getEdge
- Returns:
- the edge connecting the two nodes
-
toString
-