Package scheduler.configuration
Interface PriorityDependentTimeSliceConfiguration
- All Superinterfaces:
EObject,Notifier,TimeSliceConfiguration
- All Known Implementing Classes:
PriorityDependentTimeSliceConfigurationImpl
A representation of the model object 'Priority Dependent Time Slice Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value of the 'Min Timeslice' attribute.doubleReturns the value of the 'Min Time To Be Scheduled' attribute.voidsetMinTimeslice(double value) Sets the value of the 'Min Timeslice' attribute.voidsetMinTimeToBeScheduled(double value) Sets the value of the 'Min Time To Be Scheduled' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface scheduler.configuration.TimeSliceConfiguration
getTimeslice, setTimeslice
-
Method Details
-
getMinTimeslice
double getMinTimeslice()Returns the value of the 'Min Timeslice' attribute.If the meaning of the 'Min Timeslice' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min Timeslice' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMinTimeslice
void setMinTimeslice(double value) Sets the value of the 'Min Timeslice' attribute.- Parameters:
value- the new value of the 'Min Timeslice' attribute.- See Also:
- Generated class or method.
-
getMinTimeToBeScheduled
double getMinTimeToBeScheduled()Returns the value of the 'Min Time To Be Scheduled' attribute.If the meaning of the 'Min Time To Be Scheduled' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min Time To Be Scheduled' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMinTimeToBeScheduled
void setMinTimeToBeScheduled(double value) Sets the value of the 'Min Time To Be Scheduled' attribute.- Parameters:
value- the new value of the 'Min Time To Be Scheduled' attribute.- See Also:
- Generated class or method.
-