scheduler.configuration
Interface TimeSliceConfiguration

All Known Subinterfaces:
PredefinedTimeSliceConfiguration, PriorityDependentTimeSliceConfiguration
All Known Implementing Classes:
PredefinedTimeSliceConfigurationImpl, PriorityDependentTimeSliceConfigurationImpl, TimeSliceConfigurationImpl

public interface TimeSliceConfiguration

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

The following features are supported:

See Also:
ConfigurationPackage.getTimeSliceConfiguration()

Method Summary
 int getGranularity()
          Returns the value of the 'Granularity' attribute.
 TimeValue getTimeslice()
          Returns the value of the 'Timeslice' containment reference.
 void setGranularity(int value)
          Sets the value of the 'Granularity' attribute.
 void setTimeslice(TimeValue value)
          Sets the value of the 'Timeslice' containment reference.
 

Method Detail

getGranularity

int getGranularity()
Returns the value of the 'Granularity' attribute. The default value is "1".

If the meaning of the 'Granularity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Granularity' attribute.
See Also:
setGranularity(int), ConfigurationPackage.getTimeSliceConfiguration_Granularity()

setGranularity

void setGranularity(int value)
Sets the value of the 'Granularity' attribute.

Parameters:
value - the new value of the 'Granularity' attribute.
See Also:
getGranularity()

getTimeslice

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

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

Returns:
the value of the 'Timeslice' containment reference.
See Also:
setTimeslice(TimeValue), ConfigurationPackage.getTimeSliceConfiguration_Timeslice()

setTimeslice

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

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