Uses of Class
pulse.math.ParameterIdentifier
-
Packages that use ParameterIdentifier Package Description pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices.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. -
-
Uses of ParameterIdentifier in pulse.math
Methods in pulse.math that return ParameterIdentifier Modifier and Type Method Description ParameterIdentifier
Parameter. getIdentifier()
Constructors in pulse.math with parameters of type ParameterIdentifier Constructor Description Parameter(ParameterIdentifier index)
Parameter(ParameterIdentifier index, Transformable transform, Segment bound)
Constructor parameters in pulse.math with type arguments of type ParameterIdentifier Constructor Description ParameterVector(List<ParameterIdentifier> indices)
Constructs anIndexedVector
with the specified list of keywords. -
Uses of ParameterIdentifier in pulse.tasks.processing
Methods in pulse.tasks.processing that return types with arguments of type ParameterIdentifier Modifier and Type Method Description Map<ImmutablePair<ParameterIdentifier>,Double>
CorrelationBuffer. evaluate(CorrelationTest t)
-
Uses of ParameterIdentifier in pulse.ui.components
Methods in pulse.ui.components with parameters of type ParameterIdentifier Modifier and Type Method Description void
LogChart. add(ParameterIdentifier key, int no)
-