Interface PrecedenceType

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

public interface PrecedenceType extends EObject
A representation of the model object 'Precedence Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='PrecedenceType' kind='elementOnly'"
  • Method Details

    • getPre

      Returns the value of the 'Pre' containment reference.

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

      Returns:
      the value of the 'Pre' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='pre' namespace='##targetNamespace'"
    • setPre

      void setPre(SingleActivityListType value)
      Sets the value of the 'Pre' containment reference.
      Parameters:
      value - the new value of the 'Pre' containment reference.
      See Also:
      Generated class or method.
    • getPreOR

      ActivityListType getPreOR()
      Returns the value of the 'Pre OR' containment reference.

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

      Returns:
      the value of the 'Pre OR' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='pre-OR' namespace='##targetNamespace'"
    • setPreOR

      void setPreOR(ActivityListType value)
      Sets the value of the 'Pre OR' containment reference.
      Parameters:
      value - the new value of the 'Pre OR' containment reference.
      See Also:
      Generated class or method.
    • getPreAND

      AndJoinListType getPreAND()
      Returns the value of the 'Pre AND' containment reference.

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

      Returns:
      the value of the 'Pre AND' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='pre-AND' namespace='##targetNamespace'"
    • setPreAND

      void setPreAND(AndJoinListType value)
      Sets the value of the 'Pre AND' containment reference.
      Parameters:
      value - the new value of the 'Pre AND' containment reference.
      See Also:
      Generated class or method.
    • getPost

      Returns the value of the 'Post' containment reference.

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

      Returns:
      the value of the 'Post' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='post' namespace='##targetNamespace'"
    • setPost

      void setPost(SingleActivityListType value)
      Sets the value of the 'Post' containment reference.
      Parameters:
      value - the new value of the 'Post' containment reference.
      See Also:
      Generated class or method.
    • getPostOR

      OrListType getPostOR()
      Returns the value of the 'Post OR' containment reference.

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

      Returns:
      the value of the 'Post OR' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='post-OR' namespace='##targetNamespace'"
    • setPostOR

      void setPostOR(OrListType value)
      Sets the value of the 'Post OR' containment reference.
      Parameters:
      value - the new value of the 'Post OR' containment reference.
      See Also:
      Generated class or method.
    • getPostAND

      ActivityListType getPostAND()
      Returns the value of the 'Post AND' containment reference.

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

      Returns:
      the value of the 'Post AND' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='post-AND' namespace='##targetNamespace'"
    • setPostAND

      void setPostAND(ActivityListType value)
      Sets the value of the 'Post AND' containment reference.
      Parameters:
      value - the new value of the 'Post AND' containment reference.
      See Also:
      Generated class or method.
    • getPostLOOP

      ActivityLoopListType getPostLOOP()
      Returns the value of the 'Post LOOP' containment reference.

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

      Returns:
      the value of the 'Post LOOP' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='post-LOOP' namespace='##targetNamespace'"
    • setPostLOOP

      void setPostLOOP(ActivityLoopListType value)
      Sets the value of the 'Post LOOP' containment reference.
      Parameters:
      value - the new value of the 'Post LOOP' containment reference.
      See Also:
      Generated class or method.