Uses of Class
pulse.tasks.SearchTask
-
Packages that use SearchTask Package Description pulse.tasks Introduces theSearchTask, which is the main actor inPULsE, and theTaskManager, a high-level class which among other functions manages loading and executingSearchTasks.pulse.tasks.logs Lists classes for logging, storing runtime information including statuses.pulse.tasks.processing Lists classes for storing runtime information, storing and ordering of final execution results, storing intermediate results of execution to check convergence.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsEthat are used to interact with all other entities, such asPropertyHolders, etc.pulse.ui.components.models -
-
Uses of SearchTask in pulse.tasks
Methods in pulse.tasks that return SearchTask Modifier and Type Method Description SearchTaskTaskManager. addTask(SearchTask t)If a taskequaltothas already been previously loaded, does nothing.SearchTaskTaskManager. getSelectedTask()SearchTaskTaskManager. getTask(int externalId)Finds aSearchTaskusing the external identifier specified in its metadata.SearchTaskTaskManager. getTask(Identifier id)Finds aSearchTaskwhoseIdentifiermatchesid.Methods in pulse.tasks that return types with arguments of type SearchTask Modifier and Type Method Description List<SearchTask>TaskManager. getTaskList()Methods in pulse.tasks with parameters of type SearchTask Modifier and Type Method Description SearchTaskTaskManager. addTask(SearchTask t)If a taskequaltothas already been previously loaded, does nothing.voidTaskManager. execute(SearchTask t)Executes tasynchronously using aCompletableFuture.intTaskManager. indexOfTask(SearchTask t)booleanTaskManager. removeTask(SearchTask t)Iftis found in the local repository, removes it and triggers aTASK_REMOVEDevent.Constructors in pulse.tasks with parameters of type SearchTask Constructor Description Calculation(SearchTask t) -
Uses of SearchTask in pulse.tasks.logs
Methods in pulse.tasks.logs that return SearchTask Modifier and Type Method Description SearchTaskStateEntry. getTask()Constructors in pulse.tasks.logs with parameters of type SearchTask Constructor Description CorrelationLogEntry(SearchTask t)DataLogEntry(SearchTask task)Creates a newDataLogEntrybased on the current values of the properties fromtaskwhich match the currently selectedLogFormat.Log(SearchTask task)Creates aLogfor thistaskthat will automatically storeTaskStatEvents and a list ofDataLogEntries in thread-safe collections.LogEntry(SearchTask t)Creates aLogEntryfrom thisSearchTask.StateEntry(SearchTask task, Status status) -
Uses of SearchTask in pulse.tasks.processing
Methods in pulse.tasks.processing with parameters of type SearchTask Modifier and Type Method Description voidCorrelationBuffer. inflate(SearchTask t)Constructors in pulse.tasks.processing with parameters of type SearchTask Constructor Description Result(SearchTask task, ResultFormat format)Creates an individualResultrelated to the current state oftaskusing the specifiedformat. -
Uses of SearchTask in pulse.ui.components
Methods in pulse.ui.components with parameters of type SearchTask Modifier and Type Method Description voidCalculationTable. identifySelection(SearchTask t)voidChart. plot(SearchTask task, boolean extendedCurve)voidResultTable. select(SearchTask t)voidCalculationTable. update(SearchTask t) -
Uses of SearchTask in pulse.ui.components.models
Fields in pulse.ui.components.models declared as SearchTask Modifier and Type Field Description protected SearchTaskTaskBoxModel. selectedTaskMethods in pulse.ui.components.models that return SearchTask Modifier and Type Method Description SearchTaskTaskBoxModel. getElementAt(int index)Methods in pulse.ui.components.models with parameters of type SearchTask Modifier and Type Method Description voidTaskTableModel. addTask(SearchTask t)voidStoredCalculationTableModel. update(SearchTask t)
-