|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessConfiguration
A representation of the model object 'Process Configuration'.
The following features are supported:
ConfigurationPackage.getProcessConfiguration()
Method Summary | |
---|---|
|
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. |
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier |
---|
getId, idHasToBeUnique, setId |
Method Detail |
---|
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()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |