public interface UIFlow extends AbstractUIRelationship
UiPackage.getUIFlow()| Modifier and Type | Method and Description |
|---|---|
AbstractUIElement |
getFrom()
Returns the value of the 'From' reference.
|
AbstractUIElement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(AbstractUIElement value)
Sets the value of the '
From' reference. |
void |
setTo(AbstractUIElement value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeAbstractUIElement getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(AbstractUIElement),
UiPackage.getUIFlow_To()void setTo(AbstractUIElement value)
To' reference.
value - the new value of the 'To' reference.getTo()AbstractUIElement getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(AbstractUIElement),
UiPackage.getUIFlow_From()void setFrom(AbstractUIElement value)
From' reference.
value - the new value of the 'From' reference.getFrom()