Uses of Class
pulse.tasks.processing.Result
-
Packages that use Result 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.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.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. -
-
Uses of Result in pulse.io.export
Methods in pulse.io.export that return types with arguments of type Result Modifier and Type Method Description Class<Result>
ResultExporter. target()
Methods in pulse.io.export with parameters of type Result Modifier and Type Method Description void
ResultExporter. printToStream(Result result, FileOutputStream fos, Extension extension)
Prints the data of thisResult
withfos
either in ahtml
or acsv
file format. -
Uses of Result in pulse.tasks
Methods in pulse.tasks that return Result Modifier and Type Method Description Result
Calculation. getResult()
Methods in pulse.tasks with parameters of type Result Modifier and Type Method Description void
Calculation. setResult(Result result)
-
Uses of Result in pulse.tasks.processing
Constructors in pulse.tasks.processing with parameters of type Result Constructor Description Result(Result r)
-
Uses of Result in pulse.ui.components
Methods in pulse.ui.components with parameters of type Result Modifier and Type Method Description void
ResultTable. select(Result r)
-