Interface PassiveResource

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

public interface PassiveResource extends EObject
A representation of the model object 'Passive Resource'.

The following features are supported:

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

    • getWaitingProcesses

      EList<WaitForAcquire> getWaitingProcesses()
      Returns the value of the 'Waiting Processes' reference list. The list contents are of type WaitForAcquire. It is bidirectional and its opposite is ' Resource'.

      If the meaning of the 'Waiting Processes' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Waiting Processes' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="resource" ordered="false"
    • 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:
      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:
      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:
      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:
      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:
      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:
      Generated class or method.