public interface CpsStep
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiaPackage.getCpsStep()| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Returns the value of the 'Context' attribute.
|
Process |
getControlProcess()
Returns the value of the 'Control Process' reference.
|
String |
getControlProcessId()
Returns the value of the 'Control Process Id' attribute.
|
String |
getEplQuery()
Returns the value of the 'Epl Query' attribute.
|
String |
getGoal()
Returns the value of the 'Goal' attribute.
|
boolean |
isCyberPhysical()
Returns the value of the 'Cyber Physical' attribute.
|
void |
setContext(String value)
Sets the value of the '
Context' attribute. |
void |
setControlProcess(Process value)
Sets the value of the '
Control Process' reference. |
void |
setControlProcessId(String value)
Sets the value of the '
Control Process Id' attribute. |
void |
setCyberPhysical(boolean value)
Sets the value of the '
Cyber Physical' attribute. |
void |
setEplQuery(String value)
Sets the value of the '
Epl Query' attribute. |
void |
setGoal(String value)
Sets the value of the '
Goal' attribute. |
boolean isCyberPhysical()
If the meaning of the 'Cyber Physical' attribute isn't clear, there really should be more of a description here...
setCyberPhysical(boolean),
SofiaPackage.getCpsStep_CyberPhysical()void setCyberPhysical(boolean value)
Cyber Physical' attribute.
value - the new value of the 'Cyber Physical' attribute.isCyberPhysical()String getGoal()
If the meaning of the 'Goal' attribute isn't clear, there really should be more of a description here...
setGoal(String),
SofiaPackage.getCpsStep_Goal()void setGoal(String value)
Goal' attribute.
value - the new value of the 'Goal' attribute.getGoal()String getEplQuery()
If the meaning of the 'Epl Query' attribute isn't clear, there really should be more of a description here...
setEplQuery(String),
SofiaPackage.getCpsStep_EplQuery()void setEplQuery(String value)
Epl Query' attribute.
value - the new value of the 'Epl Query' attribute.getEplQuery()String getControlProcessId()
If the meaning of the 'Control Process Id' attribute isn't clear, there really should be more of a description here...
setControlProcessId(String),
SofiaPackage.getCpsStep_ControlProcessId()void setControlProcessId(String value)
Control Process Id' attribute.
value - the new value of the 'Control Process Id' attribute.getControlProcessId()Process getControlProcess()
If the meaning of the 'Control Process' reference isn't clear, there really should be more of a description here...
setControlProcess(eu.vicci.process.model.sofia.Process),
SofiaPackage.getCpsStep_ControlProcess()void setControlProcess(Process value)
Control Process' reference.
value - the new value of the 'Control Process' reference.getControlProcess()String getContext()
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
setContext(String),
SofiaPackage.getCpsStep_Context()void setContext(String value)
Context' attribute.
value - the new value of the 'Context' attribute.getContext()Copyright © 2018. All rights reserved.