Class ProcessModelState.InterProcessConnection
java.lang.Object
neqsim.process.processmodel.lifecycle.ProcessModelState.InterProcessConnection
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessModelState
Represents a connection between two ProcessSystems.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.InterProcessConnection(String sourceProcess, String streamName, String targetProcess, String targetPort) Creates an inter-process connection. -
Method Summary
Modifier and TypeMethodDescriptionGets source process name.Gets stream name.Gets target port.Gets target process name.toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
sourceProcess
-
streamName
-
targetProcess
-
targetPort
-
-
Constructor Details
-
InterProcessConnection
public InterProcessConnection()Default constructor. -
InterProcessConnection
public InterProcessConnection(String sourceProcess, String streamName, String targetProcess, String targetPort) Creates an inter-process connection.- Parameters:
sourceProcess- name of the source ProcessSystemstreamName- name of the connecting streamtargetProcess- name of the target ProcessSystemtargetPort- port on the target equipment
-
-
Method Details
-
getSourceProcess
Gets source process name. -
getStreamName
Gets stream name. -
getTargetProcess
Gets target process name. -
getTargetPort
Gets target port. -
toString
-