Interface ProcessBehaviour

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

public interface ProcessBehaviour extends EObject
A representation of the model object 'Process Behaviour'.

The following features are supported:

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

    • getNumReplicas

      int getNumReplicas()
      Returns the value of the 'Num Replicas' attribute.

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

      Returns:
      the value of the 'Num Replicas' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setNumReplicas

      void setNumReplicas(int value)
      Sets the value of the ' Num Replicas ' attribute.
      Parameters:
      value - the new value of the 'Num Replicas' attribute.
      See Also:
      Generated class or method.
    • getName

      String getName()
      Returns the value of the 'Name' attribute. The default value is "".

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

      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default=""
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.
    • getBehaviour

      Expression getBehaviour()
      Returns the value of the 'Behaviour' containment reference.

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

      Returns:
      the value of the 'Behaviour' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setBehaviour

      void setBehaviour(Expression value)
      Sets the value of the 'Behaviour' containment reference.
      Parameters:
      value - the new value of the 'Behaviour' containment reference.
      See Also:
      Generated class or method.