Uses of Interface
nzilbb.util.MonitorableTask
-
Packages that use MonitorableTask Package Description nzilbb.ag.automation These are classes and interfaces for supporting automated annotation modules.nzilbb.ag.automation.example.minimal An example annotator implementation for kickstarting development of a new annotator, which includes the minimum possible implementation of an annotator.nzilbb.ag.automation.example.theworks An example annotator implementation for kickstarting development of a new annotator, which uses all possible features, including configuration web-apps.nzilbb.util Utility classes for IO, program execution, ISO language code handling, etc. -
-
Uses of MonitorableTask in nzilbb.ag.automation
Classes in nzilbb.ag.automation that implement MonitorableTask Modifier and Type Class Description class
Annotator
Base class for an automated annotation module.class
Transcriber
Base class for an automated transcriber module. -
Uses of MonitorableTask in nzilbb.ag.automation.example.minimal
Classes in nzilbb.ag.automation.example.minimal that implement MonitorableTask Modifier and Type Class Description class
MinimalExample
This is an example annotator which implements the minimal possible for a complete annotator. -
Uses of MonitorableTask in nzilbb.ag.automation.example.theworks
Classes in nzilbb.ag.automation.example.theworks that implement MonitorableTask Modifier and Type Class Description class
TheWorksExample
This is an example annotator which implements all possible features of an annotator. -
Uses of MonitorableTask in nzilbb.util
Subinterfaces of MonitorableTask in nzilbb.util Modifier and Type Interface Description interface
MonitorableSeries<T>
A Spliterator whose progress can be monitored, and which can be cancelled.
-