Uses of Class
de.foellix.aql.system.task.Task
Packages that use Task
Package
Description
-
Uses of Task in de.foellix.aql.helper
Methods in de.foellix.aql.helper with parameters of type TaskModifier and TypeMethodDescriptionstatic List<FileWithHash>Helper.getAnswerChildrenAsString(Task task) static ConverterTaskHelper.getConverterParent(Task task) Helper.getExternalAppFiles(Task task) static StringHelper.getExternalQuery(Task task) Helper.getExternalQueryFiles(Task task) Helper.getPreprocessorFiles(Task task) static StringHelper.replaceVariables(String string, Task task) static Stringstatic StringHelper.replaceVariables(String string, Task task, Map<String, String> customVariables, boolean useHashesAndNoDate) static StringHelper.replaceVariables(String string, Task task, Map<String, String> customVariables, boolean useHashes, boolean noDate) static StringHelper.reportMissingVariables(String runCmd, Task task) static FileFileHelper.waitForResult(File resultWithAsteriskFile, Task task) Waits 10 seconds for the file to become available.Method parameters in de.foellix.aql.helper with type arguments of type TaskModifier and TypeMethodDescriptionintMemoryHelper.getCurrentlyAvailableMemory(Set<Task> tasks) Return the memory currently available with respect to the tasks running. -
Uses of Task in de.foellix.aql.system
Methods in de.foellix.aql.system that return TaskMethods in de.foellix.aql.system with parameters of type TaskModifier and TypeMethodDescriptionvoidCalled whenever a transformation led to a change of the available task as a side-effect.voidTaskCreator.checkTransformations(Task task) voidbooleanTaskScheduler.inProgress(Task task) protected voidAQLSystem.queryFinished(Task task, int status) voidStart scheduling tasks for initial query.voidTaskScheduler.taskFinished(Task task, int status) voidTaskScheduler.taskFinished(Task task, int status, String feedback) voidTaskScheduler.taskFinished(Task task, String feedback) voidTaskCreator.tryPlaceholderReplacement(Task task) Constructors in de.foellix.aql.system with parameters of type TaskModifierConstructorDescriptionProcessWrapper(Task task, Process process) Use this to create a wrapper for any other task -
Uses of Task in de.foellix.aql.system.storage
Methods in de.foellix.aql.system.storage that return TaskModifier and TypeMethodDescriptionData.getTaskFromQuestionTaskMap(Question question) Data.getTaskFromQuestionTaskMap(Question question, boolean ignoreConverterTasks) Methods in de.foellix.aql.system.storage with parameters of type TaskModifier and TypeMethodDescriptionData.getQuestionFromQuestionTaskMap(Task task) Data.getQuestionFromQuestionTaskMap(Task task, boolean takeConverterIntoAccount) voidData.putIntoQuestionTaskMap(Question question, Task task) voidData.removeFromQuestionTaskMap(Task task) void -
Uses of Task in de.foellix.aql.system.task
Subclasses of Task in de.foellix.aql.system.taskModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in de.foellix.aql.system.task declared as TaskMethods in de.foellix.aql.system.task that return TaskMethods in de.foellix.aql.system.task that return types with arguments of type TaskModifier and TypeMethodDescriptionTask.getChildren()Task.getChildren(boolean recursive) Task.getLeafs()Task.getLeafs(boolean ignoreAnsweredChildren) Task.getParents()Methods in de.foellix.aql.system.task with parameters of type TaskModifier and TypeMethodDescriptionvoidvoidvoidConverterTask.refreshVariables(Task child) voidFilterOperatorTask.refreshVariables(Task child) voidLoadAnswerTask.refreshVariables(Task child) voidOperatorTask.refreshVariables(Task child) voidPlaceholderTask.refreshVariables(Task child) voidPreprocessorTask.refreshVariables(Task child) voidRootTask.refreshVariables(Task child) abstract voidTask.refreshVariables(Task child) voidToolTask.refreshVariables(Task child) voidTask.removeChild(Task child) voidTask.removeParent(Task parent) voidTask.replaceByTask(Task newTask) Constructors in de.foellix.aql.system.task with parameters of type TaskModifierConstructorDescriptionConverterTaskRunner(TaskScheduler parent, Task task) LoadAnswerTaskRunner(TaskScheduler parent, Task task) OperatorTaskRunner(TaskScheduler parent, Task task) PlaceholderTaskAnswer(Task parent) PreprocessorTaskRunner(TaskScheduler parent, Task task) RootTaskAnswer(Task parent) TaskAnswer(Task parent, int type) TaskAnswer(Task parent, int type, int subjectOfInterest) TaskRunner(TaskScheduler parent, Task task) TaskSummary(Task task) ToolTaskRunner(TaskScheduler parent, Task task) -
Uses of Task in de.foellix.aql.system.task.gui
Methods in de.foellix.aql.system.task.gui that return TaskMethods in de.foellix.aql.system.task.gui that return types with arguments of type TaskMethods in de.foellix.aql.system.task.gui with parameters of type TaskModifier and TypeMethodDescriptionstatic StringTaskTreeViewer.getNodeLabel(Task task) voidTaskTreeSnapshot.setRootTask(Task rootTask) static voidMethod parameters in de.foellix.aql.system.task.gui with type arguments of type TaskModifier and TypeMethodDescriptionvoidTaskTreeSnapshot.setRunningTasks(Set<Task> runningTasks) static voidConstructors in de.foellix.aql.system.task.gui with parameters of type TaskConstructor parameters in de.foellix.aql.system.task.gui with type arguments of type Task