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 SearchTask
s. 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 AnIdentifier
is used to identifySearchTask
s.SearchTask ASearchTask
is the most important class inPULsE
.TaskManager TheTaskManager
is a high-level class for dealing with operations of creation, removal, storage, and execution ofSearchTask
s, as well as with the associatedResult
s andInterpolationDataset
s.