|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.identifier.impl.IdentifierImpl
scheduler.configuration.impl.ProcessConfigurationImpl
public class ProcessConfigurationImpl
An implementation of the model object 'Process Configuration'.
The following features are implemented:
Field Summary | |
---|---|
protected |
affinityList
The cached value of the ' Affinity List ' attribute list. |
protected String |
name
The cached value of the ' Name ' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected PriorityClass |
priority
The cached value of the ' Priority ' attribute. |
protected static PriorityClass |
PRIORITY_EDEFAULT
The default value of the ' Priority ' attribute. |
protected int |
replicas
The cached value of the ' Replicas ' attribute. |
protected static int |
REPLICAS_EDEFAULT
The default value of the ' Replicas ' attribute. |
Fields inherited from class de.uka.ipd.sdq.identifier.impl.IdentifierImpl |
---|
id, ID_EDEFAULT |
Constructor Summary | |
---|---|
protected |
ProcessConfigurationImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
|
getAffinityList()
|
String |
getName()
|
PriorityClass |
getPriority()
|
int |
getReplicas()
|
void |
setName(String newName)
|
void |
setPriority(PriorityClass newPriority)
|
void |
setReplicas(int newReplicas)
|
String |
toString()
|
Methods inherited from class de.uka.ipd.sdq.identifier.impl.IdentifierImpl |
---|
getId, idHasToBeUnique, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier |
---|
getId, idHasToBeUnique, setId |
Field Detail |
---|
protected static final PriorityClass PRIORITY_EDEFAULT
Priority
' attribute.
getPriority()
protected PriorityClass priority
Priority
' attribute.
getPriority()
protected static final int REPLICAS_EDEFAULT
Replicas
' attribute.
getReplicas()
,
Constant Field Valuesprotected int replicas
Replicas
' attribute.
getReplicas()
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protectedaffinityList
Affinity List
' attribute list.
getAffinityList()
Constructor Detail |
---|
protected ProcessConfigurationImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class IdentifierImpl
public PriorityClass getPriority()
getPriority
in interface ProcessConfiguration
PriorityClass
,
ProcessConfiguration.setPriority(PriorityClass)
,
ConfigurationPackage.getProcessConfiguration_Priority()
public void setPriority(PriorityClass newPriority)
setPriority
in interface ProcessConfiguration
newPriority
- the new value of the 'Priority' attribute.PriorityClass
,
ProcessConfiguration.getPriority()
public int getReplicas()
getReplicas
in interface ProcessConfiguration
ProcessConfiguration.setReplicas(int)
,
ConfigurationPackage.getProcessConfiguration_Replicas()
public void setReplicas(int newReplicas)
setReplicas
in interface ProcessConfiguration
newReplicas
- the new value of the 'Replicas' attribute.ProcessConfiguration.getReplicas()
public String getName()
getName
in interface ProcessConfiguration
ProcessConfiguration.setName(String)
,
ConfigurationPackage.getProcessConfiguration_Name()
public void setName(String newName)
setName
in interface ProcessConfiguration
newName
- the new value of the 'Name' attribute.ProcessConfiguration.getName()
publicgetAffinityList()
getAffinityList
in interface ProcessConfiguration
ConfigurationPackage.getProcessConfiguration_AffinityList()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class IdentifierImpl
public void eSet(int featureID, Object newValue)
eSet
in class IdentifierImpl
public void eUnset(int featureID)
eUnset
in class IdentifierImpl
public boolean eIsSet(int featureID)
eIsSet
in class IdentifierImpl
public String toString()
toString
in class IdentifierImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |