public interface CompliesTo extends AbstractActionRelationship
ActionPackage.getCompliesTo()| Modifier and Type | Method and Description |
|---|---|
ActionElement |
getFrom()
Returns the value of the 'From' reference.
|
CodeItem |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(ActionElement value)
Sets the value of the '
From' reference. |
void |
setTo(CodeItem value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeCodeItem getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(CodeItem),
ActionPackage.getCompliesTo_To()void setTo(CodeItem value)
To' reference.
value - the new value of the 'To' reference.getTo()ActionElement getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(ActionElement),
ActionPackage.getCompliesTo_From()void setFrom(ActionElement value)
From' reference.
value - the new value of the 'From' reference.getFrom()