Interface State

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

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

The following features are supported:

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

    • 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:
      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:
      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:
      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:
      Generated class or method.
      EMF model class or method.
      default=""