| Package | Description |
|---|---|
| org.daisy.common.priority.timetracking |
Utilities for tracking task times and normalisation functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearTimeNormalizer
Provides functions that perform linear normalisations given using as reference.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeFunctionFactory |
TimeFunctions.newLinearTimeFunctionFactory()
Returns a new factory that produces
LinearTimeNormalizer objects. |
| Modifier and Type | Method and Description |
|---|---|
static TimeTrackerFactory |
TimeTrackerFactory.newFactory(int size,
TimeFunctionFactory functionFactory)
Instantiates a new TimeTrackerFactory that will create TimeTrackers with the given buffer size and the function factory.
|
| Constructor and Description |
|---|
TimeTracker(int frequency,
UpdatablePriorityBlockingQueue<T> queue,
TimeFunctionFactory functionFactory)
Creates a new TimeTracker with a buffer of the provided size, that updates the given queue using the functions
provided by the factory.
|
Copyright © 2010–2025 The DAISY Consortium. All rights reserved.