public interface ConditionInstance
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate() |
String |
getExpressionInstance()
Returns the value of the 'Expression Instance' attribute.
|
Condition |
getIfConditionType()
Returns the value of the 'If Condition Type' reference.
|
StartDataPortInstance |
getLeftSide()
Returns the value of the 'Left Side' reference.
|
StartDataPortInstance |
getRightSide()
Returns the value of the 'Right Side' reference.
|
boolean |
isResult()
Returns the value of the 'Result' attribute.
|
void |
setExpressionInstance(String value)
Sets the value of the '
Expression Instance' attribute. |
void |
setIfConditionType(Condition value)
Sets the value of the '
If Condition Type' reference. |
void |
setLeftSide(StartDataPortInstance value)
Sets the value of the '
Left Side' reference. |
void |
setResult(boolean value)
Sets the value of the '
Result' attribute. |
void |
setRightSide(StartDataPortInstance value)
Sets the value of the '
Right Side' reference. |
String getExpressionInstance()
If the meaning of the 'Expression Instance' attribute isn't clear, there really should be more of a description here...
setExpressionInstance(String),
SofiaInstancePackage.getConditionInstance_ExpressionInstance()void setExpressionInstance(String value)
Expression Instance' attribute.
value - the new value of the 'Expression Instance' attribute.getExpressionInstance()boolean isResult()
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
setResult(boolean),
SofiaInstancePackage.getConditionInstance_Result()void setResult(boolean value)
Result' attribute.
value - the new value of the 'Result' attribute.isResult()Condition getIfConditionType()
If the meaning of the 'If Condition Type' reference isn't clear, there really should be more of a description here...
setIfConditionType(Condition),
SofiaInstancePackage.getConditionInstance_IfConditionType()void setIfConditionType(Condition value)
If Condition Type' reference.
value - the new value of the 'If Condition Type' reference.getIfConditionType()StartDataPortInstance getLeftSide()
If the meaning of the 'Left Side' reference isn't clear, there really should be more of a description here...
setLeftSide(StartDataPortInstance),
SofiaInstancePackage.getConditionInstance_LeftSide()void setLeftSide(StartDataPortInstance value)
Left Side' reference.
value - the new value of the 'Left Side' reference.getLeftSide()StartDataPortInstance getRightSide()
If the meaning of the 'Right Side' reference isn't clear, there really should be more of a description here...
setRightSide(StartDataPortInstance),
SofiaInstancePackage.getConditionInstance_RightSide()void setRightSide(StartDataPortInstance value)
Right Side' reference.
value - the new value of the 'Right Side' reference.getRightSide()boolean evaluate()
Copyright © 2018. All rights reserved.