public interface Process extends CompositeStep
The following features are supported:
SofiaPackage.getProcess()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataType> |
getDataTypeDefinitions()
Returns the value of the 'Data Type Definitions' containment reference list.
|
String |
getExecutionPeer()
Returns the value of the 'Execution Peer' attribute.
|
boolean |
isDistributed()
Returns the value of the 'Distributed' attribute.
|
boolean |
isRemoteExecuting()
Returns the value of the 'Remote Executing' attribute.
|
void |
setDistributed(boolean value)
Sets the value of the '
Distributed' attribute. |
void |
setExecutionPeer(String value)
Sets the value of the '
Execution Peer' attribute. |
void |
setRemoteExecuting(boolean value)
Sets the value of the '
Remote Executing' attribute. |
getSubStepsgetDescription, getParentstep, getPorts, getResource, getType, setDescription, setParentstep, setResource, setTypegetId, setIdgetContext, getControlProcess, getControlProcessId, getEplQuery, getGoal, isCyberPhysical, setContext, setControlProcess, setControlProcessId, setCyberPhysical, setEplQuery, setGoalorg.eclipse.emf.common.util.EList<DataType> getDataTypeDefinitions()
DataType.
If the meaning of the 'Data Type Definitions' containment reference list isn't clear, there really should be more of a description here...
SofiaPackage.getProcess_DataTypeDefinitions()String getExecutionPeer()
If the meaning of the 'Execution Peer' attribute isn't clear, there really should be more of a description here...
setExecutionPeer(String),
SofiaPackage.getProcess_ExecutionPeer()void setExecutionPeer(String value)
Execution Peer' attribute.
value - the new value of the 'Execution Peer' attribute.getExecutionPeer()boolean isDistributed()
If the meaning of the 'Distributed' attribute isn't clear, there really should be more of a description here...
setDistributed(boolean),
SofiaPackage.getProcess_Distributed()void setDistributed(boolean value)
Distributed' attribute.
value - the new value of the 'Distributed' attribute.isDistributed()boolean isRemoteExecuting()
If the meaning of the 'Remote Executing' attribute isn't clear, there really should be more of a description here...
setRemoteExecuting(boolean),
SofiaPackage.getProcess_RemoteExecuting()void setRemoteExecuting(boolean value)
Remote Executing' attribute.
value - the new value of the 'Remote Executing' attribute.isRemoteExecuting()Copyright © 2018. All rights reserved.