Package scheduler.configuration
Interface QuantumTimeSliceConfiguration
- All Superinterfaces:
EObject
,Notifier
,TimeSliceConfiguration
- All Known Implementing Classes:
QuantumTimeSliceConfigurationImpl
A representation of the model object 'Quantum Time Slice Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Min Quanta' attribute.int
Returns the value of the 'Quanta' attribute.void
setMinQuanta
(int value) Sets the value of the 'Min Quanta
' attribute.void
setQuanta
(int value) Sets the value of the 'Quanta
' 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
Methods inherited from interface scheduler.configuration.TimeSliceConfiguration
getTimeslice, setTimeslice
-
Method Details
-
getQuanta
int getQuanta()Returns the value of the 'Quanta' attribute.If the meaning of the 'Quanta' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Quanta' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setQuanta
void setQuanta(int value) Sets the value of the 'Quanta
' attribute.- Parameters:
value
- the new value of the 'Quanta' attribute.- See Also:
- Generated class or method.
-
getMinQuanta
int getMinQuanta()Returns the value of the 'Min Quanta' attribute.If the meaning of the 'Min Quanta' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min Quanta' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMinQuanta
void setMinQuanta(int value) Sets the value of the 'Min Quanta
' attribute.- Parameters:
value
- the new value of the 'Min Quanta' attribute.- See Also:
- Generated class or method.
-