Interface State

    • Method Detail

      • getType

        StateType getType()
        Returns the value of the 'Type' attribute. The literals are from the enumeration StateType.

        If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Type' attribute.
        See Also:
        StateType, setType(StateType), MarkovPackage.getState_Type()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setType

        void setType​(StateType value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        StateType, getType()
        Generated class or method.
      • getLabels

        EList<Label> getLabels()
        Returns the value of the 'Labels' containment reference list. The list contents are of type Label.

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

        Returns:
        the value of the 'Labels' containment reference list.
        See Also:
        MarkovPackage.getState_Labels()
        Generated class or method.
        EMF model class or method.
        containment="true" keys="key"
      • getTraces

        EList<String> getTraces()
        Returns the value of the 'Traces' attribute list. The list contents are of type String.

        If the meaning of the 'Traces' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Traces' attribute list.
        See Also:
        MarkovPackage.getState_Traces()
        Generated class or method.
        EMF model class or method.
        default=""