public interface Trigger extends NamedElement
The following features are supported:
PivotPackage.getTrigger()| Modifier and Type | Method and Description |
|---|---|
State |
getOwningState()
Returns the value of the 'Owning State' container reference.
|
Transition |
getOwningTransition()
Returns the value of the 'Owning Transition' container reference.
|
void |
setOwningState(State value)
Sets the value of the '
Owning State' container reference. |
void |
setOwningTransition(Transition value)
Sets the value of the '
Owning Transition' container reference. |
getName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueState getOwningState()
Owned Deferrable Triggers'.
If the meaning of the 'Owning State' container reference isn't clear, there really should be more of a description here...
setOwningState(State),
PivotPackage.getTrigger_OwningState(),
State.getOwnedDeferrableTriggers()void setOwningState(State value)
Owning State' container reference.
value - the new value of the 'Owning State' container reference.getOwningState()Transition getOwningTransition()
Owned Triggers'.
If the meaning of the 'Owning Transition' container reference isn't clear, there really should be more of a description here...
setOwningTransition(Transition),
PivotPackage.getTrigger_OwningTransition(),
Transition.getOwnedTriggers()void setOwningTransition(Transition value)
Owning Transition' container reference.
value - the new value of the 'Owning Transition' container reference.getOwningTransition()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.