Class ProcessTopologyAnalyzer.ProcessEdge
java.lang.Object
neqsim.process.util.topology.ProcessTopologyAnalyzer.ProcessEdge
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessTopologyAnalyzer
Edge in the process graph representing a stream connection.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessEdge(String from, String to, String streamName) Creates a process edge. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fromEquipment
-
toEquipment
-
streamName
-
streamType
-
-
Constructor Details
-
ProcessEdge
-
-
Method Details
-
getFromEquipment
-
getToEquipment
-
getStreamName
-
getStreamType
-
setStreamType
-