Interface ClosedWorkload

All Superinterfaces:
EObject, Notifier, Workload
All Known Implementing Classes:
ClosedWorkloadImpl

public interface ClosedWorkload extends Workload
A representation of the model object 'Closed Workload'.

The following features are supported:

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

    • getNumberOfUsers

      int getNumberOfUsers()
      Returns the value of the 'Number Of Users' attribute.
      Returns:
      the value of the 'Number Of Users' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setNumberOfUsers

      void setNumberOfUsers(int value)
      Sets the value of the 'Number Of Users' attribute.
      Parameters:
      value - the new value of the 'Number Of Users' attribute.
      See Also:
      Generated class or method.
    • getThinkTime

      de.uka.ipd.sdq.stoex.Expression getThinkTime()
      Returns the value of the 'Think Time' containment reference.
      Returns:
      the value of the 'Think Time' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setThinkTime

      void setThinkTime(de.uka.ipd.sdq.stoex.Expression value)
      Sets the value of the 'Think Time' containment reference.
      Parameters:
      value - the new value of the 'Think Time' containment reference.
      See Also:
      Generated class or method.