Package pulse.tasks
Introduces the
SearchTask, which is the main actor in PULsE,
and the TaskManager, a high-level class which among other functions
manages loading and executing SearchTasks. In addition, lists classes
for logging, storing runtime information including statuses, storing and
ordering of final execution results, storing intermediate results of
execution to check convergence.-
Class Summary Class Description Calculation Identifier AnIdentifieris used to identifySearchTasks.SearchTask ASearchTaskis the most important class inPULsE.TaskManager TheTaskManageris a high-level class for dealing with operations of creation, removal, storage, and execution ofSearchTasks, as well as with the associatedResults andInterpolationDatasets.