Package de.fzi.power.state
Interface StatePackage.Literals
-
- Enclosing interface:
- StatePackage
public static interface StatePackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClassABSTRACT_POWER_STATEThe meta object literal for the 'Abstract Power State' class.static EReferenceABSTRACT_POWER_STATE__POWER_STATE_MACHINEThe meta object literal for the 'Power State Machine' container reference feature.static EClassPOWER_STATEThe meta object literal for the 'Power State' class.static EClassPOWER_STATE_MACHINEThe meta object literal for the 'Power State Machine' class.static EReferencePOWER_STATE_MACHINE__POWER_STATE_REPOSITORYThe meta object literal for the 'Power State Repository' container reference feature.static EReferencePOWER_STATE_MACHINE__POWER_STATESThe meta object literal for the 'Power States' containment reference list feature.static EClassPOWER_STATE_REPOSITORYThe meta object literal for the 'Power State Repository' class.static EReferencePOWER_STATE_REPOSITORY__POWER_STATE_MACHINESThe meta object literal for the 'Power State Machines' containment reference list feature.static EClassTRANSITION_STATEThe meta object literal for the 'Transition State' class.static EReferenceTRANSITION_STATE__INITIAL_STATEThe meta object literal for the 'Initial State' reference feature.static EReferenceTRANSITION_STATE__TARGET_STATEThe meta object literal for the 'Target State' reference feature.
-
-
-
Field Detail
-
POWER_STATE_REPOSITORY
static final EClass POWER_STATE_REPOSITORY
The meta object literal for the 'Power State Repository' class.- See Also:
PowerStateRepositoryImpl,StatePackageImpl.getPowerStateRepository()- Generated class or method.
-
POWER_STATE_REPOSITORY__POWER_STATE_MACHINES
static final EReference POWER_STATE_REPOSITORY__POWER_STATE_MACHINES
The meta object literal for the 'Power State Machines' containment reference list feature.- Generated class or method.
-
ABSTRACT_POWER_STATE
static final EClass ABSTRACT_POWER_STATE
The meta object literal for the 'Abstract Power State' class.- See Also:
AbstractPowerStateImpl,StatePackageImpl.getAbstractPowerState()- Generated class or method.
-
ABSTRACT_POWER_STATE__POWER_STATE_MACHINE
static final EReference ABSTRACT_POWER_STATE__POWER_STATE_MACHINE
The meta object literal for the 'Power State Machine' container reference feature.- Generated class or method.
-
TRANSITION_STATE
static final EClass TRANSITION_STATE
The meta object literal for the 'Transition State' class.- See Also:
TransitionStateImpl,StatePackageImpl.getTransitionState()- Generated class or method.
-
TRANSITION_STATE__INITIAL_STATE
static final EReference TRANSITION_STATE__INITIAL_STATE
The meta object literal for the 'Initial State' reference feature.- Generated class or method.
-
TRANSITION_STATE__TARGET_STATE
static final EReference TRANSITION_STATE__TARGET_STATE
The meta object literal for the 'Target State' reference feature.- Generated class or method.
-
POWER_STATE
static final EClass POWER_STATE
The meta object literal for the 'Power State' class.- See Also:
PowerStateImpl,StatePackageImpl.getPowerState()- Generated class or method.
-
POWER_STATE_MACHINE
static final EClass POWER_STATE_MACHINE
The meta object literal for the 'Power State Machine' class.- See Also:
PowerStateMachineImpl,StatePackageImpl.getPowerStateMachine()- Generated class or method.
-
POWER_STATE_MACHINE__POWER_STATE_REPOSITORY
static final EReference POWER_STATE_MACHINE__POWER_STATE_REPOSITORY
The meta object literal for the 'Power State Repository' container reference feature.- Generated class or method.
-
POWER_STATE_MACHINE__POWER_STATES
static final EReference POWER_STATE_MACHINE__POWER_STATES
The meta object literal for the 'Power States' containment reference list feature.- Generated class or method.
-
-