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 de.uka.ipd.sdq.stoex.Expression
getNumberOfUsers()
Returns the value of the 'Number Of Users' containment reference.de.uka.ipd.sdq.stoex.Expression
getThinkTime()
Returns the value of the 'Think Time' containment reference.void
setNumberOfUsers(de.uka.ipd.sdq.stoex.Expression value)
Sets the value of the 'Number Of Users
' containment reference.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
de.uka.ipd.sdq.stoex.Expression getNumberOfUsers()
Returns the value of the 'Number Of Users' containment reference.- Returns:
- the value of the 'Number Of Users' containment reference.
- See Also:
setNumberOfUsers(Expression)
,LanguagePackage.getClosedWorkload_NumberOfUsers()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setNumberOfUsers
void setNumberOfUsers(de.uka.ipd.sdq.stoex.Expression value)
Sets the value of the 'Number Of Users
' containment reference.- Parameters:
value
- the new value of the 'Number Of Users' containment reference.- 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.
-
-