public interface PassiveResourceConfiguration
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
ConfigurationPackage.getPassiveResourceConfiguration()
Modifier and Type | Method and Description |
---|---|
double |
getAcquisitionDemand()
Returns the value of the 'Acquisition Demand' attribute.
|
int |
getCapacity()
Returns the value of the 'Capacity' attribute.
|
ActiveResourceConfiguration |
getManagingResource()
Returns the value of the 'Managing Resource' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
StaticPriorityBoost |
getStaticPriorityBoostConfiguration()
Returns the value of the 'Static Priority Boost Configuration' containment reference.
|
PassiveResourceType |
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 |
setManagingResource(ActiveResourceConfiguration value)
Sets the value of the '
Managing Resource ' reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setStaticPriorityBoostConfiguration(StaticPriorityBoost value)
Sets the value of the '
Static Priority Boost Configuration ' containment reference. |
void |
setType(PassiveResourceType value)
Sets the value of the '
Type ' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
StaticPriorityBoost getStaticPriorityBoostConfiguration()
If the meaning of the 'Static Priority Boost Configuration' containment reference isn't clear, there really should be more of a description here...
setStaticPriorityBoostConfiguration(StaticPriorityBoost)
,
ConfigurationPackage.getPassiveResourceConfiguration_StaticPriorityBoostConfiguration()
void setStaticPriorityBoostConfiguration(StaticPriorityBoost value)
Static Priority Boost Configuration
' containment reference.
value
- the new value of the 'Static Priority Boost Configuration' containment reference.getStaticPriorityBoostConfiguration()
int getCapacity()
"1"
.
If the meaning of the 'Capacity' attribute isn't clear, there really should be more of a description here...
setCapacity(int)
,
ConfigurationPackage.getPassiveResourceConfiguration_Capacity()
void setCapacity(int value)
Capacity
' attribute.
value
- the new value of the 'Capacity' attribute.getCapacity()
PassiveResourceType getType()
PassiveResourceType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
PassiveResourceType
,
setType(PassiveResourceType)
,
ConfigurationPackage.getPassiveResourceConfiguration_Type()
void setType(PassiveResourceType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.PassiveResourceType
,
getType()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ConfigurationPackage.getPassiveResourceConfiguration_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
ActiveResourceConfiguration getManagingResource()
If the meaning of the 'Managing Resource' reference isn't clear, there really should be more of a description here...
setManagingResource(ActiveResourceConfiguration)
,
ConfigurationPackage.getPassiveResourceConfiguration_ManagingResource()
void setManagingResource(ActiveResourceConfiguration value)
Managing Resource
' reference.
value
- the new value of the 'Managing Resource' reference.getManagingResource()
double getAcquisitionDemand()
If the meaning of the 'Acquisition Demand' attribute isn't clear, there really should be more of a description here...
setAcquisitionDemand(double)
,
ConfigurationPackage.getPassiveResourceConfiguration_AcquisitionDemand()
void setAcquisitionDemand(double value)
Acquisition Demand
' attribute.
value
- the new value of the 'Acquisition Demand' attribute.getAcquisitionDemand()