Uses of Class
moa.tasks.meta.ALTaskThread
-
Packages that use ALTaskThread Package Description moa.gui.active moa.tasks.meta -
-
Uses of ALTaskThread in moa.gui.active
Fields in moa.gui.active declared as ALTaskThread Modifier and Type Field Description protected ALTaskThread
ALPreviewPanel. previewedThread
Fields in moa.gui.active with type parameters of type ALTaskThread Modifier and Type Field Description protected List<ALTaskThread>
ALTaskManagerPanel. taskList
Methods in moa.gui.active that return ALTaskThread Modifier and Type Method Description ALTaskThread[]
ALTaskManagerPanel. getSelectedTasks()
Methods in moa.gui.active with parameters of type ALTaskThread Modifier and Type Method Description void
ALPreviewPanel. setTaskThreadToPreview(ALTaskThread thread)
Sets the TaskThread that will be previewed. -
Uses of ALTaskThread in moa.tasks.meta
Methods in moa.tasks.meta that return types with arguments of type ALTaskThread Modifier and Type Method Description abstract List<ALTaskThread>
ALMainTask. getSubtaskThreads()
List<ALTaskThread>
ALMultiParamTask. getSubtaskThreads()
List<ALTaskThread>
ALPartitionEvaluationTask. getSubtaskThreads()
List<ALTaskThread>
ALPrequentialEvaluationTask. getSubtaskThreads()
-