Uses of Class
pulse.properties.NumericPropertyKeyword
-
Packages that use NumericPropertyKeyword Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.baseline Contains classes for describing and evaluating the baseline signal of aHeatingCurveor its subclasses.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.math Provides general math functionality that is used when finding the direction (aVector) of the minimum, including operations with vector and matrices.pulse.math.filters pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrids, which determine the partitioning rules for space and time variables.pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation.pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach.pulse.problem.schemes.solvers Contains various finite-difference solvers for the different problem statements available.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.problem.statements.model pulse.properties Properties isPULsEare low-level entities used by the differentAccessibles orPropertyHolders, such asSearchTasks,Problems, etc.pulse.search pulse.search.direction Provides a list ofPathSolvers and associated classes, which are used to determine the direction of the minimum of a specificSearchTaskusing an iterative approach.pulse.search.linear Provides classes that are able to search for the minimum of a scalar function of a vector variable that is unimodal on a specificSegment.pulse.search.statistics PULsE Statistical Kit.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.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.controllers pulse.ui.components.models pulse.util Contains abstract data and hierarchical structures that implement much of the Java Reflection API. -
-
Uses of NumericPropertyKeyword in pulse
Methods in pulse that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>AbstractData. listedKeywords()ListsNUM_POINTSas an accessible property of thisPropertyHolder.Set<NumericPropertyKeyword>HeatingCurve. listedKeywords()Methods in pulse with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidAbstractData. set(NumericPropertyKeyword type, NumericProperty property)Provides general setter accessibility for the number of points of thisAbstractData.voidHeatingCurve. set(NumericPropertyKeyword type, NumericProperty property)Callssuper.setand provides write access to theTIME_SHIFTproperty. -
Uses of NumericPropertyKeyword in pulse.baseline
Methods in pulse.baseline that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>AdjustableBaseline. listedKeywords()Lists theinterceptas accessible property for thisFlatBaseline.Set<NumericPropertyKeyword>LinearBaseline. listedKeywords()Set<NumericPropertyKeyword>SinusoidalBaseline. listedKeywords()Methods in pulse.baseline with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidAdjustableBaseline. set(NumericPropertyKeyword type, NumericProperty property)voidLinearBaseline. set(NumericPropertyKeyword type, NumericProperty property)voidSinusoidalBaseline. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.input
Methods in pulse.input that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>Metadata. listedKeywords()Set<NumericPropertyKeyword>Range. listedKeywords()Lists lower and upper bounds as properties.Methods in pulse.input with parameters of type NumericPropertyKeyword Modifier and Type Method Description NumericPropertyMetadata. numericProperty(NumericPropertyKeyword key)Searches the internal list of this class for a property with thekeytype.voidMetadata. set(NumericPropertyKeyword type, NumericProperty property)Iftypeis listed by thisMetadata, will attempt to either set a value to the property belonging to thisMetadataand identified bytypeor addpropertyto the internal repository of thisMetadata.voidRange. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.math
Methods in pulse.math that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeywordParameterIdentifier. getKeyword()Methods in pulse.math that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>FixedIntervalIntegrator. listedKeywords()The listed property isINTEGRATION_SEGMENTS.Set<NumericPropertyKeyword>Harmonic. listedKeywords()Listed properties include the frequency, amplitude, phase shift, and intercept.Methods in pulse.math with parameters of type NumericPropertyKeyword Modifier and Type Method Description static SegmentSegment. boundsFrom(NumericPropertyKeyword p)Creates a segment representing the bounds ofp, i.e.doubleParameterVector. getParameterValue(NumericPropertyKeyword key, int index)voidFixedIntervalIntegrator. set(NumericPropertyKeyword type, NumericProperty property)voidHarmonic. set(NumericPropertyKeyword type, NumericProperty property)Constructors in pulse.math with parameters of type NumericPropertyKeyword Constructor Description ParameterIdentifier(NumericPropertyKeyword keyword)ParameterIdentifier(NumericPropertyKeyword keyword, int index) -
Uses of NumericPropertyKeyword in pulse.math.filters
Methods in pulse.math.filters with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidOptimisablePolyline. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.laser
Methods in pulse.problem.laser that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>ExponentiallyModifiedGaussian. listedKeywords()Set<NumericPropertyKeyword>TrapezoidalPulse. listedKeywords()Methods in pulse.problem.laser with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidExponentiallyModifiedGaussian. set(NumericPropertyKeyword type, NumericProperty property)voidNumericPulse. set(NumericPropertyKeyword type, NumericProperty property)Does not define any property.voidRectangularPulse. set(NumericPropertyKeyword type, NumericProperty property)voidTrapezoidalPulse. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.schemes
Methods in pulse.problem.schemes that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>CoupledImplicitScheme. listedKeywords()Set<NumericPropertyKeyword>DifferenceScheme. listedKeywords()The superclass only lists theTIME_LIMITproperty.Set<NumericPropertyKeyword>Grid. listedKeywords()The listed properties includeGRID_DENSITYandTAU_FACTOR.Methods in pulse.problem.schemes with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidDifferenceScheme. set(NumericPropertyKeyword type, NumericProperty property)voidGrid. set(NumericPropertyKeyword type, NumericProperty property)voidRadiativeTransferCoupling. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>AdaptiveIntegrator. listedKeywords()Set<NumericPropertyKeyword>IterativeSolver. listedKeywords()Set<NumericPropertyKeyword>StretchedGrid. listedKeywords()Set<NumericPropertyKeyword>SuccessiveOverrelaxation. listedKeywords()Methods in pulse.problem.schemes.rte.dom with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidAdaptiveIntegrator. set(NumericPropertyKeyword type, NumericProperty property)voidDiscreteOrdinatesMethod. set(NumericPropertyKeyword type, NumericProperty property)voidDiscretisation. set(NumericPropertyKeyword type, NumericProperty property)voidIterativeSolver. set(NumericPropertyKeyword type, NumericProperty property)voidStretchedGrid. set(NumericPropertyKeyword type, NumericProperty property)voidSuccessiveOverrelaxation. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>ChandrasekharsQuadrature. listedKeywords()Set<NumericPropertyKeyword>NewtonCotesQuadrature. listedKeywords()Methods in pulse.problem.schemes.rte.exact with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidChandrasekharsQuadrature. set(NumericPropertyKeyword type, NumericProperty property)voidNewtonCotesQuadrature. set(NumericPropertyKeyword type, NumericProperty property)voidNonscatteringRadiativeTransfer. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>ImplicitNonlinearSolver. listedKeywords()Set<NumericPropertyKeyword>ImplicitTwoTemperatureSolver. listedKeywords()Set<NumericPropertyKeyword>MixedCoupledSolver. listedKeywords()Methods in pulse.problem.schemes.solvers with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidExplicitCoupledSolverNL. set(NumericPropertyKeyword type, NumericProperty property)voidExplicitNonlinearSolver. set(NumericPropertyKeyword type, NumericProperty property)voidImplicitCoupledSolverNL. set(NumericPropertyKeyword type, NumericProperty property)voidImplicitNonlinearSolver. set(NumericPropertyKeyword type, NumericProperty property)voidImplicitTwoTemperatureSolver. set(NumericPropertyKeyword type, NumericProperty property)voidMixedCoupledSolver. set(NumericPropertyKeyword type, NumericProperty property)voidMixedCoupledSolverNL. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.statements
Methods in pulse.problem.statements that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>ClassicalProblem. listedKeywords()Set<NumericPropertyKeyword>NonlinearProblem. listedKeywords()Set<NumericPropertyKeyword>ParticipatingMedium. listedKeywords()Set<NumericPropertyKeyword>PenetrationProblem. listedKeywords()Set<NumericPropertyKeyword>Problem. listedKeywords()Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR.Set<NumericPropertyKeyword>Pulse. listedKeywords()The listed parameters forPulseare:PulseShape, PULSE_WIDTH, SPOT_DIAMETER.Set<NumericPropertyKeyword>Pulse2D. listedKeywords()Methods in pulse.problem.statements with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidClassicalProblem. set(NumericPropertyKeyword type, NumericProperty value)voidProblem. set(NumericPropertyKeyword type, NumericProperty value)Used to change the parameter values of thisProblem.voidPulse. set(NumericPropertyKeyword type, NumericProperty property)voidPulse2D. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.problem.statements.model
Methods in pulse.problem.statements.model that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeywordSpectralRange. typeOfAbsorption()Methods in pulse.problem.statements.model that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>AbsorptionModel. listedKeywords()Set<NumericPropertyKeyword>DiathermicProperties. listedKeywords()Set<NumericPropertyKeyword>ExtendedThermalProperties. listedKeywords()Set<NumericPropertyKeyword>Insulator. listedKeywords()Set<NumericPropertyKeyword>ThermalProperties. listedKeywords()Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR.Set<NumericPropertyKeyword>ThermoOpticalProperties. listedKeywords()Set<NumericPropertyKeyword>TwoTemperatureProperties. listedKeywords()Methods in pulse.problem.statements.model with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidAbsorptionModel. set(NumericPropertyKeyword type, NumericProperty property)voidDiathermicProperties. set(NumericPropertyKeyword type, NumericProperty property)voidExtendedThermalProperties. set(NumericPropertyKeyword type, NumericProperty property)voidInsulator. set(NumericPropertyKeyword type, NumericProperty property)voidThermalProperties. set(NumericPropertyKeyword type, NumericProperty value)Used to change the parameter values of thisProblem.voidThermoOpticalProperties. set(NumericPropertyKeyword type, NumericProperty value)voidTwoTemperatureProperties. set(NumericPropertyKeyword type, NumericProperty value)Used to change the parameter values of thisProblem. -
Uses of NumericPropertyKeyword in pulse.properties
Methods in pulse.properties that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeyword[]NumericProperty. getExcludeKeywords()NumericPropertyKeywordFlag. getType()Returns the type of thisFlag.NumericPropertyKeywordNumericProperty. getType()static NumericPropertyKeywordNumericPropertyKeyword. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericPropertyKeyword[]NumericPropertyKeyword. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pulse.properties that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description static List<NumericPropertyKeyword>Flag. convert(List<Flag> flags)A static method for converting enabled flags to aListofNumericPropertyKeywords.static Optional<NumericPropertyKeyword>NumericPropertyKeyword. findAny(String key)Methods in pulse.properties with parameters of type NumericPropertyKeyword Modifier and Type Method Description static NumericPropertyNumericProperties. def(NumericPropertyKeyword keyword)Searches for the defaultNumericPropertycorresponding tokeywordin the list of pre-defined properties loaded from the respective.xmlfile.static NumericPropertyNumericProperties. derive(NumericPropertyKeyword keyword, Number value)Searches for the defaultNumericPropertycorresponding tokeywordin the list of pre-defined properties loaded from the respective.xmlfile, and if found creates a new {static booleanNumericProperties. isDiscrete(NumericPropertyKeyword key)static voidNumericProperty. requireType(NumericProperty property, NumericPropertyKeyword type)voidNumericProperty. setExcludeKeywords(NumericPropertyKeyword[] keys)Constructors in pulse.properties with parameters of type NumericPropertyKeyword Constructor Description Flag(NumericPropertyKeyword type)Creates aFlagwith the typetype.Flag(NumericPropertyKeyword type, boolean flag)NumericProperty(NumericPropertyKeyword type, Number... params)Constructor used byXMLConverterto create aNumericPropertywith fully specified set of parameters -
Uses of NumericPropertyKeyword in pulse.search
Methods in pulse.search that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description abstract List<NumericPropertyKeyword>GeneralTask. activeParameters()List<NumericPropertyKeyword>SimpleOptimisationTask. activeParameters()Methods in pulse.search with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidSimpleOptimisationTask. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.search.direction
Methods in pulse.search.direction that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>GradientBasedOptimiser. listedKeywords()The types of the listed parameters for this class include:GRADIENT_RESOLUTION, ERROR_TOLERANCE, ITERATION_LIMIT.Set<NumericPropertyKeyword>LMOptimiser. listedKeywords()Set<NumericPropertyKeyword>PathOptimiser. listedKeywords()The types of the listed parameters for this class include:ERROR_TOLERANCE, ITERATION_LIMIT.static List<NumericPropertyKeyword>ActiveFlags. selectActiveAndListed(List<Flag> flags, PropertyHolder listed)static List<NumericPropertyKeyword>ActiveFlags. selectActiveTypes(List<Flag> flags)Methods in pulse.search.direction with parameters of type NumericPropertyKeyword Modifier and Type Method Description static FlagActiveFlags. get(NumericPropertyKeyword key)voidGradientBasedOptimiser. set(NumericPropertyKeyword type, NumericProperty property)The accepted types are:GRADIENT_RESOLUTION, ERROR_TOLERANCE, ITERATION_LIMIT.voidLMOptimiser. set(NumericPropertyKeyword type, NumericProperty property)voidPathOptimiser. set(NumericPropertyKeyword type, NumericProperty property)The accepted types are:ERROR_TOLERANCE, ITERATION_LIMIT. -
Uses of NumericPropertyKeyword in pulse.search.linear
Methods in pulse.search.linear that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>LinearOptimiser. listedKeywords()TheLINEAR_RESOLUTIONis the single listed parameter for this class.Methods in pulse.search.linear with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidLinearOptimiser. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.search.statistics
Methods in pulse.search.statistics with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidCorrelationTest. set(NumericPropertyKeyword type, NumericProperty property)voidModelSelectionCriterion. set(NumericPropertyKeyword key, NumericProperty p)voidNormalityTest. set(NumericPropertyKeyword type, NumericProperty property)voidResidualStatistic. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.tasks
Methods in pulse.tasks that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description List<NumericPropertyKeyword>SearchTask. activeParameters()Finds what properties are being altered in the search of this SearchTask.List<NumericPropertyKeyword>TaskManager. derivableProperties()Creates a list of property keywords that can be derived with help of the loaded data.Methods in pulse.tasks with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidCalculation. set(NumericPropertyKeyword type, NumericProperty property)voidSearchTask. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericPropertyKeyword in pulse.tasks.processing
Methods in pulse.tasks.processing that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeywordResultFormat. fromAbbreviation(String descriptor)Finds aNumericPropertyKeywordcontained in thenameMap, the description of which matchesdescriptor.static NumericPropertyKeyword[]ResultFormat. getMinimalArray()Methods in pulse.tasks.processing that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description List<NumericPropertyKeyword>ResultFormat. getKeywords()Retrieves the list of keyword associated with thisResultFormatMethods in pulse.tasks.processing with parameters of type NumericPropertyKeyword Modifier and Type Method Description doubleBuffer. average(NumericPropertyKeyword index)Calculates the average for theindex-- if the respectiveNumericPropertyis contained in theIndexedVectordata of thisBuffer.static voidCorrelationBuffer. excludePair(NumericPropertyKeyword first, NumericPropertyKeyword second)static voidCorrelationBuffer. excludeSingle(NumericPropertyKeyword key)intResultFormat. indexOf(NumericPropertyKeyword key)voidBuffer. set(NumericPropertyKeyword type, NumericProperty property)doubleBuffer. variance(NumericPropertyKeyword index)Calculates the variance for theindex-- if the respectiveNumericPropertyis contained in theIndexedVectordata of thisBuffer.Method parameters in pulse.tasks.processing with type arguments of type NumericPropertyKeyword Modifier and Type Method Description static voidCorrelationBuffer. excludePair(ImmutablePair<NumericPropertyKeyword> pair)static ResultFormatResultFormat. generateFormat(List<NumericPropertyKeyword> keys) -
Uses of NumericPropertyKeyword in pulse.ui.components.controllers
Constructors in pulse.ui.components.controllers with parameters of type NumericPropertyKeyword Constructor Description ButtonEditor(IconCheckBox btn, NumericPropertyKeyword index) -
Uses of NumericPropertyKeyword in pulse.ui.components.models
Fields in pulse.ui.components.models with type parameters of type NumericPropertyKeyword Modifier and Type Field Description protected List<NumericPropertyKeyword>ParameterTableModel. elementsMethods in pulse.ui.components.models that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeywordParameterTableModel. getElementAt(int index)NumericPropertyKeywordSelectedKeysModel. getElementAt(int index)Methods in pulse.ui.components.models that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description List<NumericPropertyKeyword>ParameterTableModel. getData()List<NumericPropertyKeyword>SelectedKeysModel. getData()Methods in pulse.ui.components.models with parameters of type NumericPropertyKeyword Modifier and Type Method Description voidSelectedKeysModel. addElement(NumericPropertyKeyword key)booleanParameterTableModel. contains(NumericPropertyKeyword key)booleanSelectedKeysModel. contains(NumericPropertyKeyword key)booleanSelectedKeysModel. removeElement(NumericPropertyKeyword key)Method parameters in pulse.ui.components.models with type arguments of type NumericPropertyKeyword Modifier and Type Method Description voidSelectedKeysModel. update(List<NumericPropertyKeyword> keys)Constructors in pulse.ui.components.models with parameters of type NumericPropertyKeyword Constructor Description SelectedKeysModel(List<NumericPropertyKeyword> keys, NumericPropertyKeyword[] mandatorySelection)Constructor parameters in pulse.ui.components.models with type arguments of type NumericPropertyKeyword Constructor Description SelectedKeysModel(List<NumericPropertyKeyword> keys, NumericPropertyKeyword[] mandatorySelection) -
Uses of NumericPropertyKeyword in pulse.util
Methods in pulse.util that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>PropertyHolder. listedKeywords()By default, this will search the children of thisPropertyHolderto collect the types of their listed numeric parameters recursively.Methods in pulse.util with parameters of type NumericPropertyKeyword Modifier and Type Method Description booleanPropertyHolder. isListedNumericType(NumericPropertyKeyword p)NumericPropertyAccessible. numericProperty(NumericPropertyKeyword type)Recursively searches for aNumericPropertyfrom the unique set of numeric properties in thisAccessibleby comparing itsNumericPropertyKeywordtotype.abstract voidAccessible. set(NumericPropertyKeyword type, NumericProperty property)An abstract method, which must be overriden to gain access over setting the values of all relevant (selected by the programmer)NumericProperties in subclasses ofAccessible.
-