All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
MarkovModelImpl

public interface MarkovModel<A,R> extends EObject
A representation of the model object 'Markov Model'.

The following features are supported:

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

    • getTransitions

      EList<Transition<A>> getTransitions()
      Returns the value of the 'Transitions' containment reference list. The list contents are of type Transition<A>.
      Returns:
      the value of the 'Transitions' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • getStateSpace

      EList<State> getStateSpace()
      Returns the value of the 'State Space' containment reference list. The list contents are of type State.
      Returns:
      the value of the 'State Space' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • getReward

      EList<Reward<R>> getReward()
      Returns the value of the 'Reward' containment reference list. The list contents are of type Reward<R>.
      Returns:
      the value of the 'Reward' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getActions

      EList<Action<A>> getActions()
      Returns the value of the 'Actions' containment reference list. The list contents are of type Action<A>.
      Returns:
      the value of the 'Actions' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getObservations

      EList<Observation> getObservations()
      Returns the value of the 'Observations' containment reference list. The list contents are of type Observation.
      Returns:
      the value of the 'Observations' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"