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.voidsetSourceProcess(String sourceProcess) Sets source process name.voidsetSourceStream(String streamName) Sets the source stream name.voidsetStreamName(String streamName) Sets the stream name.voidsetTargetPort(String targetPort) Sets target port.voidsetTargetProcess(String targetProcess) Sets target process name.voidsetTargetStream(String targetStream) Sets target stream 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
-
setSourceProcess
Sets source process name.- Parameters:
sourceProcess- the source process name
-
getStreamName
-
setStreamName
Sets the stream name. Also available assetSourceStream(String).- Parameters:
streamName- the stream name
-
setSourceStream
Sets the source stream name. Alias forsetStreamName(String).- Parameters:
streamName- the source stream name
-
getTargetProcess
-
setTargetProcess
Sets target process name.- Parameters:
targetProcess- the target process name
-
getTargetPort
-
setTargetPort
Sets target port. Also available assetTargetStream(String).- Parameters:
targetPort- the target port
-
setTargetStream
Sets target stream name. Alias forsetTargetPort(String).- Parameters:
targetStream- the target stream name
-
toString
-