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 executingSearchTasks.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.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 IdentifierMetadata. identify() -
Uses of Identifier in pulse.tasks
Methods in pulse.tasks that return Identifier Modifier and Type Method Description static IdentifierIdentifier. externalIdentifier(int id)IdentifierSearchTask. getIdentifier()static IdentifierIdentifier. parse(String string)Seeks anIdentifierfrom the list of available tasks inTaskManagerthat matches thisstring.Methods in pulse.tasks with parameters of type Identifier Modifier and Type Method Description SearchTaskTaskManager. getTask(Identifier id)Finds aSearchTaskwhoseIdentifiermatchesid.voidTaskManager. selectTask(Identifier id, Object src)Selects aSearchTaskwithin 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 IdentifierTaskRepositoryEvent. 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 IdentifierLog. getIdentifier()IdentifierLogEntry. getIdentifier() -
Uses of Identifier in pulse.tasks.processing
Methods in pulse.tasks.processing that return Identifier Modifier and Type Method Description IdentifierResult. 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 voidResultTableModel. removeAll(Identifier id)voidTaskTableModel. removeTask(Identifier id)intTaskTableModel. searchRow(Identifier id) -
Uses of Identifier in pulse.util
Methods in pulse.util that return Identifier Modifier and Type Method Description IdentifierUpwardsNavigable. identify()Retrieves the Identifier of the SearchTaks this UpwardsNavigable belongs to.
-