Interface MarkovModel<A,R>
- All Known Implementing Classes:
MarkovModelImpl
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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Actions' containment reference list.Returns the value of the 'Observations' containment reference list.Returns the value of the 'Reward' containment reference list.Returns the value of the 'State Space' containment reference list.EList<Transition<A>>
Returns the value of the 'Transitions' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTransitions
EList<Transition<A>> getTransitions()Returns the value of the 'Transitions' containment reference list. The list contents are of typeTransition
<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
Returns the value of the 'State Space' containment reference list. The list contents are of typeState
.- 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
Returns the value of the 'Reward' containment reference list. The list contents are of typeReward
<R>
.- Returns:
- the value of the 'Reward' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getActions
Returns the value of the 'Actions' containment reference list. The list contents are of typeAction
<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 typeObservation
.- Returns:
- the value of the 'Observations' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-