Package scheduler.configuration
Interface ActiveResourceConfiguration
-
- 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:
ActiveResourceConfigurationImpl
public interface ActiveResourceConfiguration extends de.uka.ipd.sdq.identifier.IdentifierA representation of the model object 'Active Resource Configuration'.The following features are supported:
- See Also:
ConfigurationPackage.getActiveResourceConfiguration()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.intgetReplicas()Returns the value of the 'Replicas' attribute.SchedulerConfigurationgetSchedulerConfiguration()Returns the value of the 'Scheduler Configuration' reference.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetReplicas(int value)Sets the value of the 'Replicas' attribute.voidsetSchedulerConfiguration(SchedulerConfiguration value)Sets the value of the 'Scheduler Configuration' reference.-
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
-
getSchedulerConfiguration
SchedulerConfiguration getSchedulerConfiguration()
Returns the value of the 'Scheduler Configuration' reference.If the meaning of the 'Scheduler Configuration' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Scheduler Configuration' reference.
- See Also:
setSchedulerConfiguration(SchedulerConfiguration),ConfigurationPackage.getActiveResourceConfiguration_SchedulerConfiguration()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSchedulerConfiguration
void setSchedulerConfiguration(SchedulerConfiguration value)
Sets the value of the 'Scheduler Configuration' reference.- Parameters:
value- the new value of the 'Scheduler Configuration' reference.- See Also:
getSchedulerConfiguration()- 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.getActiveResourceConfiguration_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.getActiveResourceConfiguration_Name()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-