Uses of Class
pulse.tasks.processing.ResultFormat
-
Packages that use ResultFormat Package Description 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
. -
-
Uses of ResultFormat in pulse.tasks.listeners
Methods in pulse.tasks.listeners that return ResultFormat Modifier and Type Method Description ResultFormat
ResultFormatEvent. getResultFormat()
Constructors in pulse.tasks.listeners with parameters of type ResultFormat Constructor Description ResultFormatEvent(ResultFormat rf)
-
Uses of ResultFormat in pulse.tasks.processing
Methods in pulse.tasks.processing that return ResultFormat Modifier and Type Method Description static ResultFormat
ResultFormat. generateFormat(List<NumericPropertyKeyword> keys)
ResultFormat
AbstractResult. getFormat()
static ResultFormat
ResultFormat. getInstance()
This class uses a singleton pattern, meaning there is only instance of this class.Methods in pulse.tasks.processing with parameters of type ResultFormat Modifier and Type Method Description static List<NumericProperty>
AbstractResult. filterProperties(AbstractResult result, ResultFormat format)
A static method for filtering the properties contained in theresult
to choose only those that conform to theformat
.void
AbstractResult. setFormat(ResultFormat format)
Constructors in pulse.tasks.processing with parameters of type ResultFormat Constructor Description AbstractResult(ResultFormat format)
Constructs anAbstractResult
with the list of properties specified byformat
.AverageResult(List<AbstractResult> res, ResultFormat resultFormat)
This will create anAverageResult
based on theAbstractResult
inres
.Result(SearchTask task, ResultFormat format)
Creates an individualResult
related to the current state oftask
using the specifiedformat
. -
Uses of ResultFormat in pulse.ui.components
Constructors in pulse.ui.components with parameters of type ResultFormat Constructor Description ResultTable(ResultFormat fmt)
-
Uses of ResultFormat in pulse.ui.components.models
Methods in pulse.ui.components.models that return ResultFormat Modifier and Type Method Description ResultFormat
ResultTableModel. getFormat()
Methods in pulse.ui.components.models with parameters of type ResultFormat Modifier and Type Method Description void
ResultTableModel. changeFormat(ResultFormat fmt)
Constructors in pulse.ui.components.models with parameters of type ResultFormat Constructor Description ResultTableModel(ResultFormat fmt)
ResultTableModel(ResultFormat fmt, int rowCount)
-
Uses of ResultFormat in pulse.ui.frames
Methods in pulse.ui.frames with parameters of type ResultFormat Modifier and Type Method Description void
PreviewFrame. update(ResultFormat fmt, double[][][] data)
-