|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MarkovPackage
The Package for the model. It contains accessors for the meta objects to represent
MarkovFactory| Nested Class Summary | |
|---|---|
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 |
| Field Summary | |
|---|---|
static MarkovPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
ENTITY
The meta object id for the ' Entity' class. |
static int |
ENTITY__NAME
The feature id for the 'Name' attribute. |
static int |
ENTITY_FEATURE_COUNT
The number of structural features of the 'Entity' class. |
static int |
MARKOV_CHAIN
The meta object id for the ' Chain' class. |
static int |
MARKOV_CHAIN__NAME
The feature id for the 'Name' attribute. |
static int |
MARKOV_CHAIN__STATES
The feature id for the 'States' reference list. |
static int |
MARKOV_CHAIN__TRANSITIONS
The feature id for the 'Transitions' reference list. |
static int |
MARKOV_CHAIN_FEATURE_COUNT
The number of structural features of the 'Chain' class. |
static int |
STATE
The meta object id for the ' State' class. |
static int |
STATE__NAME
The feature id for the 'Name' attribute. |
static int |
STATE__TYPE
The feature id for the 'Type' attribute. |
static int |
STATE_FEATURE_COUNT
The number of structural features of the 'State' class. |
static int |
STATE_TYPE
The meta object id for the ' State Type' enum. |
static int |
TRANSITION
The meta object id for the ' Transition' class. |
static int |
TRANSITION__FROM_STATE
The feature id for the 'From State' reference. |
static int |
TRANSITION__NAME
The feature id for the 'Name' attribute. |
static int |
TRANSITION__PROBABILITY
The feature id for the 'Probability' attribute. |
static int |
TRANSITION__TO_STATE
The feature id for the 'To State' reference. |
static int |
TRANSITION_FEATURE_COUNT
The number of structural features of the 'Transition' class. |
| Method Summary | |
|---|---|
EAttribute |
getEntity_Name()
Returns the meta object for the attribute ' Name'. |
EClass |
getEntity()
Returns the meta object for class ' Entity'. |
EReference |
getMarkovChain_States()
Returns the meta object for the reference list ' States'. |
EReference |
getMarkovChain_Transitions()
Returns the meta object for the reference list ' Transitions'. |
EClass |
getMarkovChain()
Returns the meta object for class ' Chain'. |
MarkovFactory |
getMarkovFactory()
Returns the factory that creates the instances of the model. |
EAttribute |
getState_Type()
Returns the meta object for the attribute ' Type'. |
EClass |
getState()
Returns the meta object for class ' State'. |
EEnum |
getStateType()
Returns the meta object for enum ' State Type'. |
EReference |
getTransition_FromState()
Returns the meta object for the reference ' From State'. |
EAttribute |
getTransition_Probability()
Returns the meta object for the attribute ' Probability'. |
EReference |
getTransition_ToState()
Returns the meta object for the reference ' To State'. |
EClass |
getTransition()
Returns the meta object for class ' Transition'. |
| Field Detail |
|---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final MarkovPackage eINSTANCE
static final int ENTITY
Entity' class.
EntityImpl,
MarkovPackageImpl.getEntity(),
Constant Field Valuesstatic final int ENTITY__NAME
static final int ENTITY_FEATURE_COUNT
static final int STATE
State' class.
StateImpl,
MarkovPackageImpl.getState(),
Constant Field Valuesstatic final int STATE__NAME
static final int STATE__TYPE
static final int STATE_FEATURE_COUNT
static final int TRANSITION
Transition' class.
TransitionImpl,
MarkovPackageImpl.getTransition(),
Constant Field Valuesstatic final int TRANSITION__NAME
static final int TRANSITION__PROBABILITY
static final int TRANSITION__FROM_STATE
static final int TRANSITION__TO_STATE
static final int TRANSITION_FEATURE_COUNT
static final int MARKOV_CHAIN
Chain' class.
MarkovChainImpl,
MarkovPackageImpl.getMarkovChain(),
Constant Field Valuesstatic final int MARKOV_CHAIN__NAME
static final int MARKOV_CHAIN__STATES
static final int MARKOV_CHAIN__TRANSITIONS
static final int MARKOV_CHAIN_FEATURE_COUNT
static final int STATE_TYPE
State Type' enum.
StateType,
MarkovPackageImpl.getStateType(),
Constant Field Values| Method Detail |
|---|
EClass getState()
State'.
StateEAttribute getState_Type()
Type'.
State.getType(),
getState()EClass getTransition()
Transition'.
TransitionEAttribute getTransition_Probability()
Probability'.
Transition.getProbability(),
getTransition()EReference getTransition_FromState()
From State'.
Transition.getFromState(),
getTransition()EReference getTransition_ToState()
To State'.
Transition.getToState(),
getTransition()EClass getMarkovChain()
Chain'.
MarkovChainEReference getMarkovChain_States()
States'.
MarkovChain.getStates(),
getMarkovChain()EReference getMarkovChain_Transitions()
Transitions'.
MarkovChain.getTransitions(),
getMarkovChain()EClass getEntity()
Entity'.
EntityEAttribute getEntity_Name()
Name'.
Entity.getName(),
getEntity()EEnum getStateType()
State Type'.
StateTypeMarkovFactory getMarkovFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||