public interface ProcessConfiguration
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
ConfigurationPackage.getProcessConfiguration()
Modifier and Type | Method and Description |
---|---|
EList<Integer> |
getAffinityList()
Returns the value of the 'Affinity List' attribute list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
PriorityClass |
getPriority()
Returns the value of the 'Priority' attribute.
|
int |
getReplicas()
Returns the value of the 'Replicas' attribute.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setPriority(PriorityClass value)
Sets the value of the '
Priority ' attribute. |
void |
setReplicas(int value)
Sets the value of the '
Replicas ' 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
PriorityClass getPriority()
PriorityClass
.
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
PriorityClass
,
setPriority(PriorityClass)
,
ConfigurationPackage.getProcessConfiguration_Priority()
void setPriority(PriorityClass value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.PriorityClass
,
getPriority()
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.getProcessConfiguration_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.getProcessConfiguration_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
EList<Integer> getAffinityList()
Integer
.
If the meaning of the 'Affinity List' attribute list isn't clear, there really should be more of a description here...
ConfigurationPackage.getProcessConfiguration_AffinityList()