public interface AbstractTimeEvent extends AbstractEvent
The following features are supported:
BehaviorPackage.getAbstractTimeEvent()| Modifier and Type | Method and Description |
|---|---|
TimeExpression |
getWhen()
Returns the value of the 'When' reference.
|
boolean |
isIsRelative()
Returns the value of the 'Is Relative' attribute.
|
void |
setIsRelative(boolean value)
Sets the value of the '
Is Relative' attribute. |
void |
setWhen(TimeExpression value)
Sets the value of the '
When' reference. |
getAbstractTypedElementsgetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isIsRelative()
If the meaning of the 'Is Relative' attribute isn't clear, there really should be more of a description here...
setIsRelative(boolean),
BehaviorPackage.getAbstractTimeEvent_IsRelative()void setIsRelative(boolean value)
Is Relative' attribute.
value - the new value of the 'Is Relative' attribute.isIsRelative()TimeExpression getWhen()
If the meaning of the 'When' reference isn't clear, there really should be more of a description here...
setWhen(TimeExpression),
BehaviorPackage.getAbstractTimeEvent_When()void setWhen(TimeExpression value)
When' reference.
value - the new value of the 'When' reference.getWhen()