public interface InternalModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getInternalModel()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Automaton> |
getAutomata()
Returns the value of the 'Automata' containment reference list.
|
org.eclipse.emf.common.util.EList<Automaton> |
getEnabledForTheLatestEvent()
Returns the value of the 'Enabled For The Latest Event' reference list.
|
org.eclipse.emf.common.util.EList<EventToken> |
getEventTokensInModel()
Returns the value of the 'Event Tokens In Model' reference list.
|
Event |
getLatestEvent()
Returns the value of the 'Latest Event' containment reference.
|
void |
setLatestEvent(Event value)
Sets the value of the '
Latest Event' containment reference. |
org.eclipse.emf.common.util.EList<Automaton> getAutomata()
Automaton.
If the meaning of the 'Automata' containment reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getInternalModel_Automata()Event getLatestEvent()
If the meaning of the 'Latest Event' containment reference isn't clear, there really should be more of a description here...
setLatestEvent(Event),
AutomatonPackage.getInternalModel_LatestEvent()void setLatestEvent(Event value)
Latest Event' containment reference.
value - the new value of the 'Latest Event' containment reference.getLatestEvent()org.eclipse.emf.common.util.EList<Automaton> getEnabledForTheLatestEvent()
Automaton.
If the meaning of the 'Enabled For The Latest Event' reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getInternalModel_EnabledForTheLatestEvent()org.eclipse.emf.common.util.EList<EventToken> getEventTokensInModel()
EventToken.
If the meaning of the 'Event Tokens In Model' reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getInternalModel_EventTokensInModel()