public interface ActiveResourceConfiguration
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
ConfigurationPackage.getActiveResourceConfiguration()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
int |
getReplicas()
Returns the value of the 'Replicas' attribute.
|
SchedulerConfiguration |
getSchedulerConfiguration()
Returns the value of the 'Scheduler Configuration' reference.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setReplicas(int value)
Sets the value of the '
Replicas ' attribute. |
void |
setSchedulerConfiguration(SchedulerConfiguration value)
Sets the value of the '
Scheduler Configuration ' reference. |
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
SchedulerConfiguration getSchedulerConfiguration()
If the meaning of the 'Scheduler Configuration' reference isn't clear, there really should be more of a description here...
setSchedulerConfiguration(SchedulerConfiguration)
,
ConfigurationPackage.getActiveResourceConfiguration_SchedulerConfiguration()
void setSchedulerConfiguration(SchedulerConfiguration value)
Scheduler Configuration
' reference.
value
- the new value of the 'Scheduler Configuration' reference.getSchedulerConfiguration()
int getReplicas()
"1"
.
If the meaning of the 'Replicas' attribute isn't clear, there really should be more of a description here...
setReplicas(int)
,
ConfigurationPackage.getActiveResourceConfiguration_Replicas()
void setReplicas(int value)
Replicas
' attribute.
value
- the new value of the 'Replicas' attribute.getReplicas()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ConfigurationPackage.getActiveResourceConfiguration_Name()