Interface ClosedWorkload
-
- 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:
LanguagePackage.getClosedWorkload()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumberOfUsers()
Returns the value of the 'Number Of Users' attribute.de.uka.ipd.sdq.stoex.Expression
getThinkTime()
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 Detail
-
getNumberOfUsers
int getNumberOfUsers()
Returns the value of the 'Number Of Users' attribute.- Returns:
- the value of the 'Number Of Users' attribute.
- See Also:
setNumberOfUsers(int)
,LanguagePackage.getClosedWorkload_NumberOfUsers()
- 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:
getNumberOfUsers()
- 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:
setThinkTime(Expression)
,LanguagePackage.getClosedWorkload_ThinkTime()
- 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:
getThinkTime()
- Generated class or method.
-
-