Package scheduler.configuration
Interface TimeSliceConfiguration
- All Known Subinterfaces:
PriorityDependentTimeSliceConfiguration
,QuantumTimeSliceConfiguration
- All Known Implementing Classes:
PriorityDependentTimeSliceConfigurationImpl
,QuantumTimeSliceConfigurationImpl
,TimeSliceConfigurationImpl
A representation of the model object 'Time Slice Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Timeslice' attribute.void
setTimeslice
(double value) Sets the value of the 'Timeslice
' attribute.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 Details
-
getTimeslice
double getTimeslice()Returns the value of the 'Timeslice' attribute.If the meaning of the 'Timeslice' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Timeslice' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setTimeslice
void setTimeslice(double value) Sets the value of the 'Timeslice
' attribute.- Parameters:
value
- the new value of the 'Timeslice' attribute.- See Also:
- Generated class or method.
-