Interface TimeSliceConfiguration

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
PriorityDependentTimeSliceConfiguration, QuantumTimeSliceConfiguration
All Known Implementing Classes:
PriorityDependentTimeSliceConfigurationImpl, QuantumTimeSliceConfigurationImpl, TimeSliceConfigurationImpl

public interface TimeSliceConfiguration extends EObject
A representation of the model object 'Time Slice Configuration'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getTimeslice

      double getTimeslice()
      Returns the value of the 'Timeslice' attribute.

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

      Returns:
      the value of the 'Timeslice' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setTimeslice

      void setTimeslice(double value)
      Sets the value of the 'Timeslice' attribute.
      Parameters:
      value - the new value of the 'Timeslice' attribute.
      See Also:
      Generated class or method.