Interface SchedulerConfiguration
- 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:
SchedulerConfigurationImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Interval' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Preemption Configuration' containment reference.Returns the value of the 'Priority Configuration' containment reference.Returns the value of the 'Queueing Configuration' containment reference.Returns the value of the 'Starvation Boost' containment reference.boolean
Returns the value of the 'In Front After Waiting' attribute.boolean
Returns the value of the 'Windows' attribute.void
setInFrontAfterWaiting
(boolean value) Sets the value of the 'In Front After Waiting
' attribute.void
setInterval
(double value) Sets the value of the 'Interval
' attribute.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Preemption Configuration
' containment reference.void
Sets the value of the 'Priority Configuration
' containment reference.void
Sets the value of the 'Queueing Configuration
' containment reference.void
Sets the value of the 'Starvation Boost
' containment reference.void
setWindows
(boolean value) Sets the value of the 'Windows
' 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPriorityConfiguration
PriorityConfiguration getPriorityConfiguration()Returns the value of the 'Priority Configuration' containment reference.If the meaning of the 'Priority Configuration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Priority Configuration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setPriorityConfiguration
Sets the value of the 'Priority Configuration
' containment reference.- Parameters:
value
- the new value of the 'Priority Configuration' containment reference.- See Also:
- Generated class or method.
-
getPreemptionConfiguration
PreemptionConfiguration getPreemptionConfiguration()Returns the value of the 'Preemption Configuration' containment reference.If the meaning of the 'Preemption Configuration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Preemption Configuration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setPreemptionConfiguration
Sets the value of the 'Preemption Configuration
' containment reference.- Parameters:
value
- the new value of the 'Preemption Configuration' containment reference.- See Also:
- 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:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getQueueingConfiguration
QueueingConfiguration getQueueingConfiguration()Returns the value of the 'Queueing Configuration' containment reference.If the meaning of the 'Queueing Configuration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Queueing Configuration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setQueueingConfiguration
Sets the value of the 'Queueing Configuration
' containment reference.- Parameters:
value
- the new value of the 'Queueing Configuration' containment reference.- See Also:
- Generated class or method.
-
isInFrontAfterWaiting
boolean isInFrontAfterWaiting()Returns the value of the 'In Front After Waiting' attribute.If the meaning of the 'In Front After Waiting' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'In Front After Waiting' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setInFrontAfterWaiting
void setInFrontAfterWaiting(boolean value) Sets the value of the 'In Front After Waiting
' attribute.- Parameters:
value
- the new value of the 'In Front After Waiting' attribute.- See Also:
- Generated class or method.
-
isWindows
boolean isWindows()Returns the value of the 'Windows' attribute. The default value is"true"
.If the meaning of the 'Windows' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Windows' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="true" unique="false" required="true"
-
setWindows
void setWindows(boolean value) Sets the value of the 'Windows
' attribute.- Parameters:
value
- the new value of the 'Windows' attribute.- See Also:
- Generated class or method.
-
getInterval
double getInterval()Returns the value of the 'Interval' attribute.If the meaning of the 'Interval' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interval' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setInterval
void setInterval(double value) Sets the value of the 'Interval
' attribute.- Parameters:
value
- the new value of the 'Interval' attribute.- See Also:
- Generated class or method.
-
getStarvationBoost
StarvationBoost getStarvationBoost()Returns the value of the 'Starvation Boost' containment reference.If the meaning of the 'Starvation Boost' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Starvation Boost' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setStarvationBoost
Sets the value of the 'Starvation Boost
' containment reference.- Parameters:
value
- the new value of the 'Starvation Boost' containment reference.- See Also:
- Generated class or method.
-