public interface Guard
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getGuard()| Modifier and Type | Method and Description |
|---|---|
EventPattern |
getEventType()
Returns the value of the 'Event Type' reference.
|
TypedTransition |
getTransition()
Returns the value of the 'Transition' container reference.
|
void |
setEventType(EventPattern value)
Sets the value of the '
Event Type' reference. |
void |
setTransition(TypedTransition value)
Sets the value of the '
Transition' container reference. |
EventPattern getEventType()
If the meaning of the 'Event Type' reference isn't clear, there really should be more of a description here...
setEventType(EventPattern),
AutomatonPackage.getGuard_EventType()void setEventType(EventPattern value)
Event Type' reference.
value - the new value of the 'Event Type' reference.getEventType()TypedTransition getTransition()
Guards'.
If the meaning of the 'Transition' container reference isn't clear, there really should be more of a description here...
setTransition(TypedTransition),
AutomatonPackage.getGuard_Transition(),
TypedTransition.getGuards()void setTransition(TypedTransition value)
Transition' container reference.
value - the new value of the 'Transition' container reference.getTransition()