Interface MarkovChain

All Superinterfaces:
Entity, EObject, Notifier
All Known Implementing Classes:
MarkovChainImpl

public interface MarkovChain extends Entity
A representation of the model object 'Chain'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getStates

      EList<State> getStates()
      Returns the value of the 'States' containment reference list. The list contents are of type State.

      If the meaning of the 'States' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'States' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getTransitions

      EList<Transition> getTransitions()
      Returns the value of the 'Transitions' containment reference list. The list contents are of type Transition.

      If the meaning of the 'Transitions' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Transitions' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"