public interface Condition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiaPackage.getCondition()| Modifier and Type | Method and Description |
|---|---|
Comparator |
getComparator()
Returns the value of the 'Comparator' attribute.
|
StartDataPort |
getLeftSide()
Returns the value of the 'Left Side' reference.
|
StartDataPort |
getRightSide()
Returns the value of the 'Right Side' reference.
|
void |
setComparator(Comparator value)
Sets the value of the '
Comparator' attribute. |
void |
setLeftSide(StartDataPort value)
Sets the value of the '
Left Side' reference. |
void |
setRightSide(StartDataPort value)
Sets the value of the '
Right Side' reference. |
Comparator getComparator()
Comparator.
If the meaning of the 'Comparator' attribute isn't clear, there really should be more of a description here...
Comparator,
setComparator(Comparator),
SofiaPackage.getCondition_Comparator()void setComparator(Comparator value)
Comparator' attribute.
value - the new value of the 'Comparator' attribute.Comparator,
getComparator()StartDataPort getLeftSide()
If the meaning of the 'Left Side' reference isn't clear, there really should be more of a description here...
setLeftSide(StartDataPort),
SofiaPackage.getCondition_LeftSide()void setLeftSide(StartDataPort value)
Left Side' reference.
value - the new value of the 'Left Side' reference.getLeftSide()StartDataPort getRightSide()
If the meaning of the 'Right Side' reference isn't clear, there really should be more of a description here...
setRightSide(StartDataPort),
SofiaPackage.getCondition_RightSide()void setRightSide(StartDataPort value)
Right Side' reference.
value - the new value of the 'Right Side' reference.getRightSide()Copyright © 2018. All rights reserved.