Interface QuantumTimeSliceConfiguration

All Superinterfaces:
EObject, Notifier, TimeSliceConfiguration
All Known Implementing Classes:
QuantumTimeSliceConfigurationImpl

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

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getQuanta

      int getQuanta()
      Returns the value of the 'Quanta' attribute.

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

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

      void setQuanta(int value)
      Sets the value of the 'Quanta' attribute.
      Parameters:
      value - the new value of the 'Quanta' attribute.
      See Also:
      Generated class or method.
    • getMinQuanta

      int getMinQuanta()
      Returns the value of the 'Min Quanta' attribute.

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

      Returns:
      the value of the 'Min Quanta' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setMinQuanta

      void setMinQuanta(int value)
      Sets the value of the 'Min Quanta' attribute.
      Parameters:
      value - the new value of the 'Min Quanta' attribute.
      See Also:
      Generated class or method.