public interface EventToken
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getEventToken()| Modifier and Type | Method and Description |
|---|---|
State |
getCurrentState()
Returns the value of the 'Current State' reference.
|
Event |
getLastProcessed()
Returns the value of the 'Last Processed' reference.
|
ParameterTable |
getParameterTable()
Returns the value of the 'Parameter Table' containment reference.
|
org.eclipse.emf.common.util.EList<Event> |
getRecordedEvents()
Returns the value of the 'Recorded Events' reference list.
|
org.eclipse.emf.common.util.EList<TimedZone> |
getTimedZones()
Returns the value of the 'Timed Zones' reference list.
|
void |
setCurrentState(State value)
Sets the value of the '
Current State' reference. |
void |
setLastProcessed(Event value)
Sets the value of the '
Last Processed' reference. |
void |
setParameterTable(ParameterTable value)
Sets the value of the '
Parameter Table' containment reference. |
State getCurrentState()
Event Tokens'.
If the meaning of the 'Current State' reference isn't clear, there really should be more of a description here...
setCurrentState(State),
AutomatonPackage.getEventToken_CurrentState(),
State.getEventTokens()void setCurrentState(State value)
Current State' reference.
value - the new value of the 'Current State' reference.getCurrentState()org.eclipse.emf.common.util.EList<Event> getRecordedEvents()
Event.
If the meaning of the 'Recorded Events' reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getEventToken_RecordedEvents()Event getLastProcessed()
If the meaning of the 'Last Processed' reference isn't clear, there really should be more of a description here...
setLastProcessed(Event),
AutomatonPackage.getEventToken_LastProcessed()void setLastProcessed(Event value)
Last Processed' reference.
value - the new value of the 'Last Processed' reference.getLastProcessed()org.eclipse.emf.common.util.EList<TimedZone> getTimedZones()
TimedZone.
If the meaning of the 'Timed Zones' reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getEventToken_TimedZones()ParameterTable getParameterTable()
Event Token'.
If the meaning of the 'Parameter Table' containment reference isn't clear, there really should be more of a description here...
setParameterTable(ParameterTable),
AutomatonPackage.getEventToken_ParameterTable(),
ParameterTable.getEventToken()void setParameterTable(ParameterTable value)
Parameter Table' containment reference.
value - the new value of the 'Parameter Table' containment reference.getParameterTable()