scheduler.configuration
Interface PreemptionConfiguration

All Known Implementing Classes:
PreemptionConfigurationImpl

public interface PreemptionConfiguration

A representation of the model object 'Preemption Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getPreemptionConfiguration()

Method Summary
 TimeSliceConfiguration getTimesliceConfiguration()
          Returns the value of the 'Timeslice Configuration' containment reference.
 void setTimesliceConfiguration(TimeSliceConfiguration value)
          Sets the value of the 'Timeslice Configuration' containment reference.
 

Method Detail

getTimesliceConfiguration

TimeSliceConfiguration getTimesliceConfiguration()
Returns the value of the 'Timeslice Configuration' containment reference.

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

Returns:
the value of the 'Timeslice Configuration' containment reference.
See Also:
setTimesliceConfiguration(TimeSliceConfiguration), ConfigurationPackage.getPreemptionConfiguration_TimesliceConfiguration()

setTimesliceConfiguration

void setTimesliceConfiguration(TimeSliceConfiguration value)
Sets the value of the 'Timeslice Configuration' containment reference.

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