Class DexpiTopologyResolver.TopologyEdge
java.lang.Object
neqsim.process.processmodel.dexpi.DexpiTopologyResolver.TopologyEdge
- All Implemented Interfaces:
Serializable
- Enclosing class:
DexpiTopologyResolver
Represents a directed edge between two DEXPI elements in the process topology.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the piping segment ID.Gets the source equipment ID.Gets the source nozzle ID.Gets the target equipment ID.Gets the target nozzle ID.toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
sourceEquipmentId
-
targetEquipmentId
-
sourceNozzleId
-
targetNozzleId
-
pipingSegmentId
-
-
Constructor Details
-
TopologyEdge
public TopologyEdge(String sourceEquipmentId, String targetEquipmentId, String sourceNozzleId, String targetNozzleId, String pipingSegmentId) Creates a new topology edge.- Parameters:
sourceEquipmentId- the ID of the source equipmenttargetEquipmentId- the ID of the target equipmentsourceNozzleId- the ID of the source nozzle (may be null)targetNozzleId- the ID of the target nozzle (may be null)pipingSegmentId- the piping segment ID carrying this connection (may be null)
-
-
Method Details
-
getSourceEquipmentId
-
getTargetEquipmentId
-
getSourceNozzleId
-
getTargetNozzleId
-
getPipingSegmentId
-
toString
-