Interface ClosedWorkload
- All Known Implementing Classes:
ClosedWorkloadImpl
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 Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Number Of Users' attribute.de.uka.ipd.sdq.stoex.Expression
Returns the value of the 'Think Time' containment reference.void
setNumberOfUsers
(int value) Sets the value of the 'Number Of Users
' attribute.void
setThinkTime
(de.uka.ipd.sdq.stoex.Expression value) Sets the value of the 'Think Time
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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.
-