Package de.fzi.power.state
Interface StatePackage.Literals
-
- Enclosing interface:
- StatePackage
public static interface StatePackage.Literals
Defines 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 EClass
ABSTRACT_POWER_STATE
The meta object literal for the 'Abstract Power State
' class.static EReference
ABSTRACT_POWER_STATE__POWER_STATE_MACHINE
The meta object literal for the 'Power State Machine' container reference feature.static EClass
POWER_STATE
The meta object literal for the 'Power State
' class.static EClass
POWER_STATE_MACHINE
The meta object literal for the 'Power State Machine
' class.static EReference
POWER_STATE_MACHINE__POWER_STATE_REPOSITORY
The meta object literal for the 'Power State Repository' container reference feature.static EReference
POWER_STATE_MACHINE__POWER_STATES
The meta object literal for the 'Power States' containment reference list feature.static EClass
POWER_STATE_REPOSITORY
The meta object literal for the 'Power State Repository
' class.static EReference
POWER_STATE_REPOSITORY__POWER_STATE_MACHINES
The meta object literal for the 'Power State Machines' containment reference list feature.static EClass
TRANSITION_STATE
The meta object literal for the 'Transition State
' class.static EReference
TRANSITION_STATE__INITIAL_STATE
The meta object literal for the 'Initial State' reference feature.static EReference
TRANSITION_STATE__TARGET_STATE
The 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.
-
-