Interface ProcessBehaviour

    • Method Detail

      • 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:
        setNumReplicas(int), SpaPackage.getProcessBehaviour_NumReplicas()
        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:
        getNumReplicas()
        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:
        setName(String), SpaPackage.getProcessBehaviour_Name()
        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:
        getName()
        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:
        setBehaviour(Expression), SpaPackage.getProcessBehaviour_Behaviour()
        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:
        getBehaviour()
        Generated class or method.