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 individualSearchTasks, 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 ofPULsEthat are used to interact with all other entities, such asPropertyHolders, 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 ResultFormatResultFormatEvent. 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 ResultFormatResultFormat. generateFormat(List<NumericPropertyKeyword> keys)ResultFormatAbstractResult. getFormat()static ResultFormatResultFormat. 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 theresultto choose only those that conform to theformat.voidAbstractResult. setFormat(ResultFormat format)Constructors in pulse.tasks.processing with parameters of type ResultFormat Constructor Description AbstractResult(ResultFormat format)Constructs anAbstractResultwith the list of properties specified byformat.AverageResult(List<AbstractResult> res, ResultFormat resultFormat)This will create anAverageResultbased on theAbstractResultinres.Result(SearchTask task, ResultFormat format)Creates an individualResultrelated to the current state oftaskusing 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 ResultFormatResultTableModel. getFormat()Methods in pulse.ui.components.models with parameters of type ResultFormat Modifier and Type Method Description voidResultTableModel. 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 voidPreviewFrame. update(ResultFormat fmt, double[][][] data)
-