public interface StateMachinesPackage
extends org.eclipse.emf.ecore.EPackage
StateMachinesFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
StateMachinesPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static StateMachinesPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
PRIORITIZED_TRANSITION
The meta object id for the '
Prioritized Transition ' class. |
static int |
PRIORITIZED_TRANSITION__BASE_TRANSITION
The feature id for the 'Base Transition' reference.
|
static int |
PRIORITIZED_TRANSITION__PRIORITY
The feature id for the 'Priority' attribute.
|
static int |
PRIORITIZED_TRANSITION_FEATURE_COUNT
The number of structural features of the 'Prioritized Transition' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getPrioritizedTransition_Base_Transition()
Returns the meta object for the reference '
Base Transition '. |
org.eclipse.emf.ecore.EAttribute |
getPrioritizedTransition_Priority()
Returns the meta object for the attribute '
Priority '. |
org.eclipse.emf.ecore.EClass |
getPrioritizedTransition()
Returns the meta object for class '
Prioritized Transition '. |
StateMachinesFactory |
getStateMachinesFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final StateMachinesPackage eINSTANCE
static final int PRIORITIZED_TRANSITION
Prioritized Transition
' class.
static final int PRIORITIZED_TRANSITION__PRIORITY
static final int PRIORITIZED_TRANSITION__BASE_TRANSITION
static final int PRIORITIZED_TRANSITION_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getPrioritizedTransition()
Prioritized Transition
'.
PrioritizedTransition
org.eclipse.emf.ecore.EReference getPrioritizedTransition_Base_Transition()
Base Transition
'.
PrioritizedTransition.getBase_Transition()
,
getPrioritizedTransition()
org.eclipse.emf.ecore.EAttribute getPrioritizedTransition_Priority()
Priority
'.
PrioritizedTransition.getPriority()
,
getPrioritizedTransition()
StateMachinesFactory getStateMachinesFactory()