Interface PassiveResourceConfiguration
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
PassiveResourceConfigurationImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Acquisition Demand' attribute.int
Returns the value of the 'Capacity' attribute.Returns the value of the 'Managing Resource' reference.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Static Priority Boost Configuration' containment reference.getType()
Returns the value of the 'Type' attribute.void
setAcquisitionDemand
(double value) Sets the value of the 'Acquisition Demand
' attribute.void
setCapacity
(int value) Sets the value of the 'Capacity
' attribute.void
Sets the value of the 'Managing Resource
' reference.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Static Priority Boost Configuration
' containment reference.void
setType
(PassiveResourceType value) Sets the value of the 'Type
' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStaticPriorityBoostConfiguration
StaticPriorityBoost getStaticPriorityBoostConfiguration()Returns the value of the 'Static Priority Boost Configuration' containment reference.If the meaning of the 'Static Priority Boost Configuration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Static Priority Boost Configuration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setStaticPriorityBoostConfiguration
Sets the value of the 'Static Priority Boost Configuration
' containment reference.- Parameters:
value
- the new value of the 'Static Priority Boost Configuration' containment reference.- See Also:
- Generated class or method.
-
getCapacity
int getCapacity()Returns the value of the 'Capacity' attribute. The default value is"1"
.If the meaning of the 'Capacity' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Capacity' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1" required="true" ordered="false"
-
setCapacity
void setCapacity(int value) Sets the value of the 'Capacity
' attribute.- Parameters:
value
- the new value of the 'Capacity' attribute.- See Also:
- Generated class or method.
-
getType
PassiveResourceType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationPassiveResourceType
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
- Generated class or method.
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getManagingResource
ActiveResourceConfiguration getManagingResource()Returns the value of the 'Managing Resource' reference.If the meaning of the 'Managing Resource' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Managing Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setManagingResource
Sets the value of the 'Managing Resource
' reference.- Parameters:
value
- the new value of the 'Managing Resource' reference.- See Also:
- Generated class or method.
-
getAcquisitionDemand
double getAcquisitionDemand()Returns the value of the 'Acquisition Demand' attribute.If the meaning of the 'Acquisition Demand' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Acquisition Demand' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAcquisitionDemand
void setAcquisitionDemand(double value) Sets the value of the 'Acquisition Demand
' attribute.- Parameters:
value
- the new value of the 'Acquisition Demand' attribute.- See Also:
- Generated class or method.
-