Interface ClosedWorkload

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier, PCMBaseClass, PCMClass, Workload
All Known Implementing Classes:
ClosedWorkloadImpl

public interface ClosedWorkload extends Workload
A representation of the model object 'Closed Workload'. ClosedWorkload specifies directly the (constant) user population and a think time. It models that a fixed number of users execute their scenario, then wait (or think) for the specified amount of think time as a RandomVariable, and then reenter the system executing their scenario again. Performance analysts use closed workloads to model scenarios, where the number of users is known (e.g., a fixed number of users in a company).

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
annotation="http://www.eclipse.org/emf/2002/Ecore constraints='populationInClosedWorkloadNeedsToBeGreaterZero thinkTimeInClosedWorkloadNeedsToBeSpecified'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG populationInClosedWorkloadNeedsToBeGreaterZero='not self.population.oclIsUndefined() and self.population > 0' thinkTimeInClosedWorkloadNeedsToBeSpecified='not self.thinkTime_ClosedWorkload.oclIsUndefined() and self.thinkTime_ClosedWorkload.specification <> \'\''"