public interface PriorityDependentTimeSliceConfiguration extends TimeSliceConfiguration
The following features are supported:
ConfigurationPackage.getPriorityDependentTimeSliceConfiguration()
Modifier and Type | Method and Description |
---|---|
double |
getMinTimeslice()
Returns the value of the 'Min Timeslice' attribute.
|
double |
getMinTimeToBeScheduled()
Returns the value of the 'Min Time To Be Scheduled' attribute.
|
void |
setMinTimeslice(double value)
Sets the value of the '
Min Timeslice ' attribute. |
void |
setMinTimeToBeScheduled(double value)
Sets the value of the '
Min Time To Be Scheduled ' attribute. |
getTimeslice, setTimeslice
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
double getMinTimeslice()
If the meaning of the 'Min Timeslice' attribute isn't clear, there really should be more of a description here...
setMinTimeslice(double)
,
ConfigurationPackage.getPriorityDependentTimeSliceConfiguration_MinTimeslice()
void setMinTimeslice(double value)
Min Timeslice
' attribute.
value
- the new value of the 'Min Timeslice' attribute.getMinTimeslice()
double getMinTimeToBeScheduled()
If the meaning of the 'Min Time To Be Scheduled' attribute isn't clear, there really should be more of a description here...
setMinTimeToBeScheduled(double)
,
ConfigurationPackage.getPriorityDependentTimeSliceConfiguration_MinTimeToBeScheduled()
void setMinTimeToBeScheduled(double value)
Min Time To Be Scheduled
' attribute.
value
- the new value of the 'Min Time To Be Scheduled' attribute.getMinTimeToBeScheduled()