Interface ActiveResouce

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

public interface ActiveResouce extends EObject
A representation of the model object 'Active Resouce'.

The following features are supported:

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

    • getWaitingDemands

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

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

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