Uses of Class
pulse.tasks.Identifier
-
Packages that use Identifier Package Description pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.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.logs Lists classes for logging, storing runtime information including statuses.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.models pulse.util Contains abstract data and hierarchical structures that implement much of the Java Reflection API. -
-
Uses of Identifier in pulse.input
Methods in pulse.input that return Identifier Modifier and Type Method Description Identifier
Metadata. identify()
-
Uses of Identifier in pulse.tasks
Methods in pulse.tasks that return Identifier Modifier and Type Method Description static Identifier
Identifier. externalIdentifier(int id)
Identifier
SearchTask. getIdentifier()
static Identifier
Identifier. parse(String string)
Seeks anIdentifier
from the list of available tasks inTaskManager
that matches thisstring
.Methods in pulse.tasks with parameters of type Identifier Modifier and Type Method Description SearchTask
TaskManager. getTask(Identifier id)
Finds aSearchTask
whoseIdentifier
matchesid
.void
TaskManager. selectTask(Identifier id, Object src)
Selects aSearchTask
within this repository with the specifiedid
(if present). -
Uses of Identifier in pulse.tasks.listeners
Methods in pulse.tasks.listeners that return Identifier Modifier and Type Method Description Identifier
TaskRepositoryEvent. getId()
Constructors in pulse.tasks.listeners with parameters of type Identifier Constructor Description TaskRepositoryEvent(TaskRepositoryEvent.State state, Identifier id)
-
Uses of Identifier in pulse.tasks.logs
Methods in pulse.tasks.logs that return Identifier Modifier and Type Method Description Identifier
Log. getIdentifier()
Identifier
LogEntry. getIdentifier()
-
Uses of Identifier in pulse.tasks.processing
Methods in pulse.tasks.processing that return Identifier Modifier and Type Method Description Identifier
Result. getTaskIdentifier()
-
Uses of Identifier in pulse.ui.components.models
Methods in pulse.ui.components.models with parameters of type Identifier Modifier and Type Method Description void
ResultTableModel. removeAll(Identifier id)
void
TaskTableModel. removeTask(Identifier id)
int
TaskTableModel. searchRow(Identifier id)
-
Uses of Identifier in pulse.util
Methods in pulse.util that return Identifier Modifier and Type Method Description Identifier
UpwardsNavigable. identify()
Retrieves the Identifier of the SearchTaks this UpwardsNavigable belongs to.
-