public interface ProcessStep extends Identifiable, Nameable, CpsStep
The following features are supported:
SofiaPackage.getProcessStep()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
CompositeStep |
getParentstep()
Returns the value of the 'Parentstep' container reference.
|
org.eclipse.emf.common.util.EList<Port> |
getPorts()
Returns the value of the 'Ports' containment reference list.
|
String |
getResource()
Returns the value of the 'Resource' attribute.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setParentstep(CompositeStep value)
Sets the value of the '
Parentstep' container reference. |
void |
setResource(String value)
Sets the value of the '
Resource' attribute. |
void |
setType(String value)
Sets the value of the '
Type' attribute. |
getId, setIdgetContext, getControlProcess, getControlProcessId, getEplQuery, getGoal, isCyberPhysical, setContext, setControlProcess, setControlProcessId, setCyberPhysical, setEplQuery, setGoalCompositeStep getParentstep()
Sub Steps'.
If the meaning of the 'Parentstep' container reference isn't clear, there really should be more of a description here...
setParentstep(CompositeStep),
SofiaPackage.getProcessStep_Parentstep(),
CompositeStep.getSubSteps()void setParentstep(CompositeStep value)
Parentstep' container reference.
value - the new value of the 'Parentstep' container reference.getParentstep()org.eclipse.emf.common.util.EList<Port> getPorts()
Port.
It is bidirectional and its opposite is 'Process Step'.
If the meaning of the 'Ports' containment reference list isn't clear, there really should be more of a description here...
SofiaPackage.getProcessStep_Ports(),
Port.getProcessStep()String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
SofiaPackage.getProcessStep_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
SofiaPackage.getProcessStep_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()String getResource()
If the meaning of the 'Resource' attribute isn't clear, there really should be more of a description here...
setResource(String),
SofiaPackage.getProcessStep_Resource()void setResource(String value)
Resource' attribute.
value - the new value of the 'Resource' attribute.getResource()Copyright © 2018. All rights reserved.