public interface ClosedWorkload extends Workload
The following features are supported:
UsagemodelPackage.getClosedWorkload()| Modifier and Type | Method and Description |
|---|---|
int |
getPopulation()
Returns the value of the 'Population' attribute.
|
PCMRandomVariable |
getThinkTime_ClosedWorkload()
Returns the value of the 'Think Time Closed Workload' containment reference.
|
boolean |
PopulationInClosedWorkloadNeedsToBeSpecified(DiagnosticChain diagnostics,
Map<Object,Object> context) |
void |
setPopulation(int value)
Sets the value of the
'
Population' attribute. |
void |
setThinkTime_ClosedWorkload(PCMRandomVariable value)
Sets the value of the
'
Think Time Closed Workload' containment reference. |
boolean |
ThinkTimeInClosedWorkloadNeedsToBeSpecified(DiagnosticChain diagnostics,
Map<Object,Object> context) |
getUsageScenario_Workload, setUsageScenario_WorkloadcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
int getPopulation()
If the meaning of the 'Population' attribute isn't clear, there really should be more of a description here...
setPopulation(int),
UsagemodelPackage.getClosedWorkload_Population()void setPopulation(int value)
Population' attribute. value - the new value of the 'Population' attribute.getPopulation()PCMRandomVariable getThinkTime_ClosedWorkload()
Closed Workload PCM Random Variable'.
If the meaning of the 'Think Time Closed Workload' containment reference isn't clear, there really should be more of a description here...
setThinkTime_ClosedWorkload(PCMRandomVariable),
UsagemodelPackage.getClosedWorkload_ThinkTime_ClosedWorkload(),
PCMRandomVariable.getClosedWorkload_PCMRandomVariable()void setThinkTime_ClosedWorkload(PCMRandomVariable value)
Think Time Closed Workload' containment reference. value - the new value of the 'Think Time Closed Workload' containment reference.getThinkTime_ClosedWorkload()boolean PopulationInClosedWorkloadNeedsToBeSpecified(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information. boolean ThinkTimeInClosedWorkloadNeedsToBeSpecified(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.