Uses of Class
moa.tasks.TaskThread
-
Packages that use TaskThread Package Description moa.gui moa.gui.conceptdrift moa.gui.featureanalysis moa.tasks moa.tasks.meta -
-
Uses of TaskThread in moa.gui
Fields in moa.gui declared as TaskThread Modifier and Type Field Description protected TaskThread
PreviewPanel. previewedThread
Fields in moa.gui with type parameters of type TaskThread Modifier and Type Field Description protected List<TaskThread>
AuxiliarTaskManagerPanel. taskList
protected List<TaskThread>
MultiLabelTaskManagerPanel. taskList
protected List<TaskThread>
MultiTargetTaskManagerPanel. taskList
protected List<TaskThread>
RegressionTaskManagerPanel. taskList
protected List<TaskThread>
TaskManagerPanel. taskList
Methods in moa.gui that return TaskThread Modifier and Type Method Description TaskThread[]
AuxiliarTaskManagerPanel. getSelectedTasks()
TaskThread[]
MultiLabelTaskManagerPanel. getSelectedTasks()
TaskThread[]
MultiTargetTaskManagerPanel. getSelectedTasks()
TaskThread[]
RegressionTaskManagerPanel. getSelectedTasks()
TaskThread[]
TaskManagerPanel. getSelectedTasks()
Methods in moa.gui with parameters of type TaskThread Modifier and Type Method Description void
PreviewPanel. setTaskThreadToPreview(TaskThread thread)
-
Uses of TaskThread in moa.gui.conceptdrift
Fields in moa.gui.conceptdrift with type parameters of type TaskThread Modifier and Type Field Description protected List<TaskThread>
CDTaskManagerPanel. taskList
Methods in moa.gui.conceptdrift that return TaskThread Modifier and Type Method Description TaskThread[]
CDTaskManagerPanel. getSelectedTasks()
-
Uses of TaskThread in moa.gui.featureanalysis
Fields in moa.gui.featureanalysis with type parameters of type TaskThread Modifier and Type Field Description protected List<TaskThread>
FeatureImportancePanel. taskList
Tasks are encapsulated in task thread to execute. -
Uses of TaskThread in moa.tasks
Methods in moa.tasks with parameters of type TaskThread Modifier and Type Method Description void
TaskCompletionListener. taskCompleted(TaskThread task)
The method to perform when the task finishes. -
Uses of TaskThread in moa.tasks.meta
Subclasses of TaskThread in moa.tasks.meta Modifier and Type Class Description class
ALTaskThread
Task Thread for ALMainTask which supports pausing/resuming and cancelling of child threadsMethods in moa.tasks.meta that return types with arguments of type TaskThread Modifier and Type Method Description abstract List<? extends TaskThread>
MetaMainTask. getSubtaskThreads()
Get the list of threads for all subtasks and recursively the children's subtasks.
-