Package elki.logging.progress
Progress status objects (for UI).
-
Interface Summary Interface Description Progress Generic Progress logging interface. -
Class Summary Class Description AbstractProgress Abstract base class for FiniteProgress objects.FiniteProgress A progress object for a given overall number of items to process.IndefiniteProgress Progress class without a fixed destination value.MutableProgress Progress class with a moving target.ProgressLogRecord Log record for progress messages.ProgressTracker Class to keep track of "alive" progresses.StepProgress This progress class is used for multi-step processing.