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 executingSearchTasks.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. -
-
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 voidResultExporter. printToStream(Result result, FileOutputStream fos, Extension extension)Prints the data of thisResultwithfoseither in ahtmlor acsvfile format. -
Uses of Result in pulse.tasks
Methods in pulse.tasks that return Result Modifier and Type Method Description ResultCalculation. getResult()Methods in pulse.tasks with parameters of type Result Modifier and Type Method Description voidCalculation. 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 voidResultTable. select(Result r)
-