scheduler.configuration
Interface PriorityDependentTimeSliceConfiguration

All Superinterfaces:
TimeSliceConfiguration
All Known Implementing Classes:
PriorityDependentTimeSliceConfigurationImpl

public interface PriorityDependentTimeSliceConfiguration
extends TimeSliceConfiguration

A representation of the model object 'Priority Dependent Time Slice Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getPriorityDependentTimeSliceConfiguration()

Method Summary
 TimeValue getMinTimeslice()
          Returns the value of the 'Min Timeslice' containment reference.
 void setMinTimeslice(TimeValue value)
          Sets the value of the 'Min Timeslice' containment reference.
 
Methods inherited from interface scheduler.configuration.TimeSliceConfiguration
getGranularity, getTimeslice, setGranularity, setTimeslice
 

Method Detail

getMinTimeslice

TimeValue getMinTimeslice()
Returns the value of the 'Min Timeslice' containment reference.

If the meaning of the 'Min Timeslice' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Min Timeslice' containment reference.
See Also:
setMinTimeslice(TimeValue), ConfigurationPackage.getPriorityDependentTimeSliceConfiguration_MinTimeslice()

setMinTimeslice

void setMinTimeslice(TimeValue value)
Sets the value of the 'Min Timeslice' containment reference.

Parameters:
value - the new value of the 'Min Timeslice' containment reference.
See Also:
getMinTimeslice()