Package scheduler.configuration
Interface ProcessConfiguration
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier
- All Known Implementing Classes:
ProcessConfigurationImpl
public interface ProcessConfiguration extends de.uka.ipd.sdq.identifier.IdentifierA representation of the model object 'Process Configuration'.The following features are supported:
- See Also:
ConfigurationPackage.getProcessConfiguration()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Integer>getAffinityList()Returns the value of the 'Affinity List' attribute list.StringgetName()Returns the value of the 'Name' attribute.PriorityClassgetPriority()Returns the value of the 'Priority' attribute.intgetReplicas()Returns the value of the 'Replicas' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetPriority(PriorityClass value)Sets the value of the 'Priority' attribute.voidsetReplicas(int value)Sets the value of the 'Replicas' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPriority
PriorityClass getPriority()
Returns the value of the 'Priority' attribute. The literals are from the enumerationPriorityClass.If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Priority' attribute.
- See Also:
PriorityClass,setPriority(PriorityClass),ConfigurationPackage.getProcessConfiguration_Priority()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setPriority
void setPriority(PriorityClass value)
Sets the value of the 'Priority' attribute.- Parameters:
value- the new value of the 'Priority' attribute.- See Also:
PriorityClass,getPriority()- Generated class or method.
-
getReplicas
int getReplicas()
Returns the value of the 'Replicas' attribute. The default value is"1".If the meaning of the 'Replicas' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Replicas' attribute.
- See Also:
setReplicas(int),ConfigurationPackage.getProcessConfiguration_Replicas()- Generated class or method.
- EMF model class or method.
- default="1" required="true" ordered="false"
-
setReplicas
void setReplicas(int value)
Sets the value of the 'Replicas' attribute.- Parameters:
value- the new value of the 'Replicas' attribute.- See Also:
getReplicas()- Generated class or method.
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),ConfigurationPackage.getProcessConfiguration_Name()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()- Generated class or method.
-
getAffinityList
EList<Integer> getAffinityList()
Returns the value of the 'Affinity List' attribute list. The list contents are of typeInteger.If the meaning of the 'Affinity List' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Affinity List' attribute list.
- See Also:
ConfigurationPackage.getProcessConfiguration_AffinityList()- Generated class or method.
- EMF model class or method.
- ordered="false"
-
-