Uses of Package
pulse.tasks.processing
-
Packages that use pulse.tasks.processing Package Description pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.search pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s.pulse.tasks.listeners Contains various listeners that deal with events associated with the individualSearchTask
s, their statuses, logging and result generation, as well as with the task repository events generated by aTaskManager
.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 ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc.pulse.ui.components.models pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
Classes in pulse.tasks.processing used by pulse.io.export Class Description Result The individualResult
that is associated with aSearchTask
. -
Classes in pulse.tasks.processing used by pulse.search Class Description Buffer ABuffer
is used to estimate the convergence of the reverse problem solution, by comparing the variance of the properties to a pre-specified error tolerance. -
Classes in pulse.tasks.processing used by pulse.tasks Class Description CorrelationBuffer Result The individualResult
that is associated with aSearchTask
. -
Classes in pulse.tasks.processing used by pulse.tasks.listeners Class Description ResultFormat A singletonResultFormat
, which contains a list ofNumericPropertyKeyword
s used for identification ofNumericPropert
ies. -
Classes in pulse.tasks.processing used by pulse.tasks.processing Class Description AbstractResult AnAbstractResult
is either an individual, independentResult
, aResult
that forms a part of theAverageResult
, or theAverageResult
, which combines otherResult
s.Result The individualResult
that is associated with aSearchTask
.ResultFormat A singletonResultFormat
, which contains a list ofNumericPropertyKeyword
s used for identification ofNumericPropert
ies. -
Classes in pulse.tasks.processing used by pulse.ui.components Class Description Result The individualResult
that is associated with aSearchTask
.ResultFormat A singletonResultFormat
, which contains a list ofNumericPropertyKeyword
s used for identification ofNumericPropert
ies. -
Classes in pulse.tasks.processing used by pulse.ui.components.models Class Description AbstractResult AnAbstractResult
is either an individual, independentResult
, aResult
that forms a part of theAverageResult
, or theAverageResult
, which combines otherResult
s.ResultFormat A singletonResultFormat
, which contains a list ofNumericPropertyKeyword
s used for identification ofNumericPropert
ies. -
Classes in pulse.tasks.processing used by pulse.ui.frames Class Description ResultFormat A singletonResultFormat
, which contains a list ofNumericPropertyKeyword
s used for identification ofNumericPropert
ies.