public interface EventOccurrence extends State
The following features are supported:
TracePackage.getEventOccurrence()| Modifier and Type | Method and Description |
|---|---|
Reference |
getContext()
Returns the value of the 'Context' reference
|
int |
getCounter()
Returns the value of the 'Counter' attribute
|
EnableStateKind |
getEState()
Returns the value of the 'EState' attribute.
|
FiredStateKind |
getFState()
Returns the value of the 'FState' attribute.
|
boolean |
isIsClockDead()
Returns the value of the 'Is Clock Dead' attribute.
|
boolean |
isWasBorn()
Returns the value of the 'Was Born' attribute.
|
void |
setContext(Reference value)
Sets the value of the '
Context' reference |
void |
setCounter(int value)
Sets the value of the '
Counter' attribute |
void |
setEState(EnableStateKind value)
Sets the value of the '
EState' attribute |
void |
setFState(FiredStateKind value)
Sets the value of the '
FState' attribute |
void |
setIsClockDead(boolean value)
Sets the value of the '
Is Clock Dead' attribute |
void |
setWasBorn(boolean value)
Sets the value of the '
Was Born' attribute |
getReferedElement, setReferedElementReference getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(Reference),
TracePackage.getEventOccurrence_Context()void setContext(Reference value)
Context' reference.
value - the new value of the 'Context' reference.getContext()boolean isIsClockDead()
"false".
If the meaning of the 'Is Clock Dead' attribute isn't clear, there really should be more of a description here...
setIsClockDead(boolean),
TracePackage.getEventOccurrence_IsClockDead()void setIsClockDead(boolean value)
Is Clock Dead' attribute.
value - the new value of the 'Is Clock Dead' attribute.isIsClockDead()int getCounter()
If the meaning of the 'Counter' attribute isn't clear, there really should be more of a description here...
setCounter(int),
TracePackage.getEventOccurrence_Counter()void setCounter(int value)
Counter' attribute.
value - the new value of the 'Counter' attribute.getCounter()EnableStateKind getEState()
EnableStateKind.
If the meaning of the 'EState' attribute isn't clear, there really should be more of a description here...
EnableStateKind,
setEState(EnableStateKind),
TracePackage.getEventOccurrence_EState()void setEState(EnableStateKind value)
EState' attribute.
value - the new value of the 'EState' attribute.EnableStateKind,
getEState()FiredStateKind getFState()
FiredStateKind.
If the meaning of the 'FState' attribute isn't clear, there really should be more of a description here...
FiredStateKind,
setFState(FiredStateKind),
TracePackage.getEventOccurrence_FState()void setFState(FiredStateKind value)
FState' attribute.
value - the new value of the 'FState' attribute.FiredStateKind,
getFState()boolean isWasBorn()
"true".
If the meaning of the 'Was Born' attribute isn't clear, there really should be more of a description here...
setWasBorn(boolean),
TracePackage.getEventOccurrence_WasBorn()void setWasBorn(boolean value)
Was Born' attribute.
value - the new value of the 'Was Born' attribute.isWasBorn()