Package scheduler.configuration
Interface TimeSliceConfiguration
-
- All Known Subinterfaces:
PriorityDependentTimeSliceConfiguration,QuantumTimeSliceConfiguration
- All Known Implementing Classes:
PriorityDependentTimeSliceConfigurationImpl,QuantumTimeSliceConfigurationImpl,TimeSliceConfigurationImpl
public interface TimeSliceConfiguration extends EObject
A representation of the model object 'Time Slice Configuration'.The following features are supported:
- See Also:
ConfigurationPackage.getTimeSliceConfiguration()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetTimeslice()Returns the value of the 'Timeslice' attribute.voidsetTimeslice(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 Detail
-
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:
setTimeslice(double),ConfigurationPackage.getTimeSliceConfiguration_Timeslice()- 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:
getTimeslice()- Generated class or method.
-
-