de.uka.ipd.sdq.markov
Interface MarkovPackage.Literals

Enclosing interface:
MarkovPackage

public static interface MarkovPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass ENTITY
          The meta object literal for the 'Entity' class.
static EAttribute ENTITY__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass MARKOV_CHAIN
          The meta object literal for the 'Chain' class.
static EReference MARKOV_CHAIN__STATES
          The meta object literal for the 'States' reference list feature.
static EReference MARKOV_CHAIN__TRANSITIONS
          The meta object literal for the 'Transitions' reference list feature.
static EClass STATE
          The meta object literal for the 'State' class.
static EAttribute STATE__TYPE
          The meta object literal for the 'Type' attribute feature.
static EEnum STATE_TYPE
          The meta object literal for the 'State Type' enum.
static EClass TRANSITION
          The meta object literal for the 'Transition' class.
static EReference TRANSITION__FROM_STATE
          The meta object literal for the 'From State' reference feature.
static EAttribute TRANSITION__PROBABILITY
          The meta object literal for the 'Probability' attribute feature.
static EReference TRANSITION__TO_STATE
          The meta object literal for the 'To State' reference feature.
 

Field Detail

STATE

static final EClass STATE
The meta object literal for the 'State' class.

See Also:
StateImpl, MarkovPackageImpl.getState()

STATE__TYPE

static final EAttribute STATE__TYPE
The meta object literal for the 'Type' attribute feature.


TRANSITION

static final EClass TRANSITION
The meta object literal for the 'Transition' class.

See Also:
TransitionImpl, MarkovPackageImpl.getTransition()

TRANSITION__PROBABILITY

static final EAttribute TRANSITION__PROBABILITY
The meta object literal for the 'Probability' attribute feature.


TRANSITION__FROM_STATE

static final EReference TRANSITION__FROM_STATE
The meta object literal for the 'From State' reference feature.


TRANSITION__TO_STATE

static final EReference TRANSITION__TO_STATE
The meta object literal for the 'To State' reference feature.


MARKOV_CHAIN

static final EClass MARKOV_CHAIN
The meta object literal for the 'Chain' class.

See Also:
MarkovChainImpl, MarkovPackageImpl.getMarkovChain()

MARKOV_CHAIN__STATES

static final EReference MARKOV_CHAIN__STATES
The meta object literal for the 'States' reference list feature.


MARKOV_CHAIN__TRANSITIONS

static final EReference MARKOV_CHAIN__TRANSITIONS
The meta object literal for the 'Transitions' reference list feature.


ENTITY

static final EClass ENTITY
The meta object literal for the 'Entity' class.

See Also:
EntityImpl, MarkovPackageImpl.getEntity()

ENTITY__NAME

static final EAttribute ENTITY__NAME
The meta object literal for the 'Name' attribute feature.


STATE_TYPE

static final EEnum STATE_TYPE
The meta object literal for the 'State Type' enum.

See Also:
StateType, MarkovPackageImpl.getStateType()