public interface ConsumesEvent extends AbstractEventRelationship
The following features are supported:
EventPackage.getConsumesEvent()| Modifier and Type | Method and Description |
|---|---|
Transition |
getFrom()
Returns the value of the 'From' reference.
|
Event |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(Transition value)
Sets the value of the '
From' reference. |
void |
setTo(Event value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeEvent getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(Event),
EventPackage.getConsumesEvent_To()void setTo(Event value)
To' reference.
value - the new value of the 'To' reference.getTo()Transition getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(Transition),
EventPackage.getConsumesEvent_From()void setFrom(Transition value)
From' reference.
value - the new value of the 'From' reference.getFrom()