Interface IPriorityUpdateStrategy

All Known Implementing Classes:
DecayToBaseUpdate, SetToBaseUpdate, SleepAverageDependentUpdate

public interface IPriorityUpdateStrategy
  • Method Details

    • update

      boolean update(ProcessWithPriority process)
      Updates the priority of the given process according to the implemented strategy. If true is returned an update was performed, otherwise the priority of the process did not change.
    • cloneFor