Interface ProcessConfiguration

    • Method Detail

      • getReplicas

        int getReplicas()
        Returns the value of the 'Replicas' attribute. The default value is "1".

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

        Returns:
        the value of the 'Replicas' attribute.
        See Also:
        setReplicas(int), ConfigurationPackage.getProcessConfiguration_Replicas()
        Generated class or method.
        EMF model class or method.
        default="1" required="true" ordered="false"
      • setReplicas

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

        String getName()
        Returns the value of the 'Name' attribute.

        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), ConfigurationPackage.getProcessConfiguration_Name()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • 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.
      • getAffinityList

        EList<Integer> getAffinityList()
        Returns the value of the 'Affinity List' attribute list. The list contents are of type Integer.

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

        Returns:
        the value of the 'Affinity List' attribute list.
        See Also:
        ConfigurationPackage.getProcessConfiguration_AffinityList()
        Generated class or method.
        EMF model class or method.
        ordered="false"