Interface PassiveResource

    • Method Detail

      • getInitialResourceCount

        double getInitialResourceCount()
        Returns the value of the 'Initial Resource Count' attribute.

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

        Returns:
        the value of the 'Initial Resource Count' attribute.
        See Also:
        setInitialResourceCount(double), SimucomstatusPackage.getPassiveResource_InitialResourceCount()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setInitialResourceCount

        void setInitialResourceCount​(double value)
        Sets the value of the ' Initial Resource Count' attribute.
        Parameters:
        value - the new value of the 'Initial Resource Count' attribute.
        See Also:
        getInitialResourceCount()
        Generated class or method.
      • getResourcesAvailable

        double getResourcesAvailable()
        Returns the value of the 'Resources Available' attribute.

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

        Returns:
        the value of the 'Resources Available' attribute.
        See Also:
        setResourcesAvailable(double), SimucomstatusPackage.getPassiveResource_ResourcesAvailable()
        Generated class or method.
        EMF model class or method.
        required="true" transient="true" volatile="true" ordered="false"
      • setResourcesAvailable

        void setResourcesAvailable​(double value)
        Sets the value of the ' Resources Available' attribute.
        Parameters:
        value - the new value of the 'Resources Available' attribute.
        See Also:
        getResourcesAvailable()
        Generated class or method.
      • getId

        String getId()
        Returns the value of the 'Id' attribute.

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

        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), SimucomstatusPackage.getPassiveResource_Id()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setId

        void setId​(String value)
        Sets the value of the ' Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()
        Generated class or method.