Interface MarkovPackage.Literals
- Enclosing interface:
- MarkovPackage
public static interface MarkovPackage.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
FieldsModifier and TypeFieldDescriptionstatic final EClassThe meta object literal for the 'Entity' class.static final EAttributeThe meta object literal for the 'Name' attribute feature.static final EClassThe meta object literal for the 'Label' class.static final EAttributeThe meta object literal for the 'Key' attribute feature.static final EAttributeThe meta object literal for the 'Value' attribute feature.static final EClassThe meta object literal for the 'Chain' class.static final EReferenceThe meta object literal for the 'States' containment reference list feature.static final EReferenceThe meta object literal for the 'Transitions' containment reference list feature.static final EClassThe meta object literal for the 'State' class.static final EReferenceThe meta object literal for the 'Labels' containment reference list feature.static final EAttributeThe meta object literal for the 'Traces' attribute list feature.static final EAttributeThe meta object literal for the 'Type' attribute feature.static final EEnumThe meta object literal for the 'State Type' enum.static final EClassThe meta object literal for the 'Transition' class.static final EReferenceThe meta object literal for the 'From State' reference feature.static final EAttributeThe meta object literal for the 'Probability' attribute feature.static final EReferenceThe meta object literal for the 'To State' reference feature.
-
Field Details
-
STATE
The meta object literal for the 'State' class.- See Also:
- Generated class or method.
-
STATE__TYPE
The meta object literal for the 'Type' attribute feature.- Generated class or method.
-
STATE__LABELS
The meta object literal for the 'Labels' containment reference list feature.- Generated class or method.
-
STATE__TRACES
The meta object literal for the 'Traces' attribute list feature.- Generated class or method.
-
TRANSITION
The meta object literal for the 'Transition' class.- See Also:
- Generated class or method.
-
TRANSITION__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
TRANSITION__FROM_STATE
The meta object literal for the 'From State' reference feature.- Generated class or method.
-
TRANSITION__TO_STATE
The meta object literal for the 'To State' reference feature.- Generated class or method.
-
MARKOV_CHAIN
The meta object literal for the 'Chain' class.- See Also:
- Generated class or method.
-
MARKOV_CHAIN__STATES
The meta object literal for the 'States' containment reference list feature.- Generated class or method.
-
MARKOV_CHAIN__TRANSITIONS
The meta object literal for the 'Transitions' containment reference list feature.- Generated class or method.
-
ENTITY
The meta object literal for the 'Entity' class.- See Also:
- Generated class or method.
-
ENTITY__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
LABEL
The meta object literal for the 'Label' class.- See Also:
- Generated class or method.
-
LABEL__KEY
The meta object literal for the 'Key' attribute feature.- Generated class or method.
-
LABEL__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
STATE_TYPE
The meta object literal for the 'State Type' enum.- See Also:
- Generated class or method.
-