Interface MarkovPackage.Literals
-
- Enclosing interface:
- MarkovPackage
public static interface MarkovPackage.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 EClassENTITYThe meta object literal for the 'Entity' class.static EAttributeENTITY__NAMEThe meta object literal for the 'Name' attribute feature.static EClassLABELThe meta object literal for the 'Label' class.static EAttributeLABEL__KEYThe meta object literal for the 'Key' attribute feature.static EAttributeLABEL__VALUEThe meta object literal for the 'Value' attribute feature.static EClassMARKOV_CHAINThe meta object literal for the 'Chain' class.static EReferenceMARKOV_CHAIN__STATESThe meta object literal for the 'States' containment reference list feature.static EReferenceMARKOV_CHAIN__TRANSITIONSThe meta object literal for the 'Transitions' containment reference list feature.static EClassSTATEThe meta object literal for the 'State' class.static EReferenceSTATE__LABELSThe meta object literal for the 'Labels' containment reference list feature.static EAttributeSTATE__TRACESThe meta object literal for the 'Traces' attribute list feature.static EAttributeSTATE__TYPEThe meta object literal for the 'Type' attribute feature.static EEnumSTATE_TYPEThe meta object literal for the 'State Type' enum.static EClassTRANSITIONThe meta object literal for the 'Transition' class.static EReferenceTRANSITION__FROM_STATEThe meta object literal for the 'From State' reference feature.static EAttributeTRANSITION__PROBABILITYThe meta object literal for the 'Probability' attribute feature.static EReferenceTRANSITION__TO_STATEThe 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()- Generated class or method.
-
STATE__TYPE
static final EAttribute STATE__TYPE
The meta object literal for the 'Type' attribute feature.- Generated class or method.
-
STATE__LABELS
static final EReference STATE__LABELS
The meta object literal for the 'Labels' containment reference list feature.- Generated class or method.
-
STATE__TRACES
static final EAttribute STATE__TRACES
The meta object literal for the 'Traces' attribute list feature.- Generated class or method.
-
TRANSITION
static final EClass TRANSITION
The meta object literal for the 'Transition' class.- See Also:
TransitionImpl,MarkovPackageImpl.getTransition()- Generated class or method.
-
TRANSITION__PROBABILITY
static final EAttribute TRANSITION__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
TRANSITION__FROM_STATE
static final EReference TRANSITION__FROM_STATE
The meta object literal for the 'From State' reference feature.- Generated class or method.
-
TRANSITION__TO_STATE
static final EReference TRANSITION__TO_STATE
The meta object literal for the 'To State' reference feature.- Generated class or method.
-
MARKOV_CHAIN
static final EClass MARKOV_CHAIN
The meta object literal for the 'Chain' class.- See Also:
MarkovChainImpl,MarkovPackageImpl.getMarkovChain()- Generated class or method.
-
MARKOV_CHAIN__STATES
static final EReference MARKOV_CHAIN__STATES
The meta object literal for the 'States' containment reference list feature.- Generated class or method.
-
MARKOV_CHAIN__TRANSITIONS
static final EReference MARKOV_CHAIN__TRANSITIONS
The meta object literal for the 'Transitions' containment reference list feature.- Generated class or method.
-
ENTITY
static final EClass ENTITY
The meta object literal for the 'Entity' class.- See Also:
EntityImpl,MarkovPackageImpl.getEntity()- Generated class or method.
-
ENTITY__NAME
static final EAttribute ENTITY__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
LABEL
static final EClass LABEL
The meta object literal for the 'Label' class.- See Also:
LabelImpl,MarkovPackageImpl.getLabel()- Generated class or method.
-
LABEL__KEY
static final EAttribute LABEL__KEY
The meta object literal for the 'Key' attribute feature.- Generated class or method.
-
LABEL__VALUE
static final EAttribute LABEL__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
STATE_TYPE
static final EEnum STATE_TYPE
The meta object literal for the 'State Type' enum.- See Also:
StateType,MarkovPackageImpl.getStateType()- Generated class or method.
-
-