Interface MarkovChain

    • Method Detail

      • 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:
        MarkovPackage.getMarkovChain_States()
        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:
        MarkovPackage.getMarkovChain_Transitions()
        Generated class or method.
        EMF model class or method.
        containment="true"