Uses of Class
pulse.properties.NumericProperty
-
Packages that use NumericProperty 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.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.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 Contains generic classes that act as a bridge between the specific implementation of radiative heat transfer and the heat problem solvers.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.frames.dialogs pulse.util Contains abstract data and hierarchical structures that implement much of the Java Reflection API. -
-
Uses of NumericProperty in pulse
Methods in pulse that return NumericProperty Modifier and Type Method Description NumericPropertyAbstractData. getNumPoints()Getter method providing accessibility to thecount NumericProperty.NumericPropertyHeatingCurve. getTimeShift()The time shift is the position of the 'zero-time'.Methods in pulse with parameters of type NumericProperty 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.voidAbstractData. setNumPoints(NumericProperty c)Sets the number of points for this baseline.voidHeatingCurve. setTimeShift(NumericProperty startTime)Sets the time shift and triggersTIME_ORIGIN_CHANGEDinCurveEvent.Constructors in pulse with parameters of type NumericProperty Constructor Description AbstractData(NumericProperty count)Creates aAbstractData, where the number of elements in thetimeandtemperaturecollections are set tocount.getValue().HeatingCurve(NumericProperty count)Creates aHeatingCurve, where the number of elements in thetime,signal, andadjustedSignalcollections are set tocount.getValue(). -
Uses of NumericProperty in pulse.baseline
Methods in pulse.baseline that return NumericProperty Modifier and Type Method Description NumericPropertySinusoidalBaseline. getHiFreqMax()NumericPropertyAdjustableBaseline. getIntercept()Provides getter accessibility to the intercept as a NumericPropertyNumericPropertySinusoidalBaseline. getLowFreqMax()NumericPropertyAdjustableBaseline. getSlope()Provides getter accessibility to the slope as a NumericPropertyMethods in pulse.baseline with parameters of type NumericProperty Modifier and Type Method Description voidAdjustableBaseline. set(NumericPropertyKeyword type, NumericProperty property)voidLinearBaseline. set(NumericPropertyKeyword type, NumericProperty property)voidSinusoidalBaseline. set(NumericPropertyKeyword type, NumericProperty property)voidSinusoidalBaseline. setHiFreqMax(NumericProperty maxHarmonics)voidAdjustableBaseline. setIntercept(NumericProperty intercept)Checks whetherinterceptis a baseline intercept property and updates the respective value of this baseline.voidSinusoidalBaseline. setLowFreqMax(NumericProperty maxHarmonics)voidAdjustableBaseline. setSlope(NumericProperty slope)Checks whetherslopeis a baseline slope property and updates the respective value of this baseline. -
Uses of NumericProperty in pulse.input
Methods in pulse.input that return NumericProperty Modifier and Type Method Description NumericPropertyRange. getLowerBound()Gets the numeric property defining the lower bound of this range.NumericPropertyRange. getUpperBound()Gets the numeric property defining the upper bound of this range.NumericPropertyMetadata. numericProperty(NumericPropertyKeyword key)Searches the internal list of this class for a property with thekeytype.Methods in pulse.input with parameters of type NumericProperty Modifier and Type Method Description 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)voidRange. setLowerBound(NumericProperty p)Sets the lower bound and triggersfirePropertyChanged.voidRange. setUpperBound(NumericProperty p)Sets the upper bound and triggersfirePropertyChanged.protected voidRange. updateMinimum(NumericProperty p)Updates the lower bound of this range using the information contained inp.Constructors in pulse.input with parameters of type NumericProperty Constructor Description Metadata(NumericProperty temperature, int externalId)Creates aMetadatawith the specified parameters and a default rectangular pulse shape. -
Uses of NumericProperty in pulse.io.export
Methods in pulse.io.export that return types with arguments of type NumericProperty Modifier and Type Method Description static List<NumericProperty>XMLConverter. readDefaultXML()The default XML file is specific in the 'messages.properties' text file in thepulse.uipackagestatic List<NumericProperty>XMLConverter. readXML(InputStream inputStream)Utility method used to readNumericPropertyconstants fromxmlfiles. -
Uses of NumericProperty in pulse.math
Methods in pulse.math that return NumericProperty Modifier and Type Method Description NumericPropertyHarmonic. getAmplitude()NumericPropertyHarmonic. getFrequency()NumericPropertyFixedIntervalIntegrator. getIntegrationSegments()Retrieves the number of integration segments.NumericPropertyHarmonic. getPhaseShift()Methods in pulse.math that return types with arguments of type NumericProperty Modifier and Type Method Description List<NumericProperty>ParameterVector. findMalformedElements()Finds any elements of this vector which do not pass sanity checks.Methods in pulse.math with parameters of type NumericProperty Modifier and Type Method Description voidFixedIntervalIntegrator. set(NumericPropertyKeyword type, NumericProperty property)voidHarmonic. set(NumericPropertyKeyword type, NumericProperty property)voidHarmonic. setAmplitude(NumericProperty amplitude)voidHarmonic. setFrequency(NumericProperty frequency)voidFixedIntervalIntegrator. setIntegrationSegments(NumericProperty integrationSegments)Sets the number of integration segments and re-evaluates the integration step size.voidHarmonic. setPhaseShift(NumericProperty phaseShift)Constructors in pulse.math with parameters of type NumericProperty Constructor Description FixedIntervalIntegrator(Segment bounds, NumericProperty segments)Creates aFixedIntervalIntegratorwith the specified integration bounds number of integration segments.MidpointIntegrator(Segment bounds, NumericProperty segments)SimpsonIntegrator(Segment bounds, NumericProperty segments) -
Uses of NumericProperty in pulse.math.filters
Methods in pulse.math.filters with parameters of type NumericProperty Modifier and Type Method Description voidOptimisablePolyline. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericProperty in pulse.problem.laser
Methods in pulse.problem.laser that return NumericProperty Modifier and Type Method Description NumericPropertyExponentiallyModifiedGaussian. getLambda()NumericPropertyExponentiallyModifiedGaussian. getMu()NumericPropertyExponentiallyModifiedGaussian. getSigma()NumericPropertyTrapezoidalPulse. getTrapezoidalFall()NumericPropertyTrapezoidalPulse. getTrapezoidalRise()Methods in pulse.problem.laser with parameters of type NumericProperty 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)voidExponentiallyModifiedGaussian. setLambda(NumericProperty p)Sets theSKEW_LAMBDAparametervoidExponentiallyModifiedGaussian. setMu(NumericProperty p)Sets theSKEW_MUparametervoidExponentiallyModifiedGaussian. setSigma(NumericProperty p)Sets theSKEW_SIGMAparametervoidTrapezoidalPulse. setTrapezoidalFall(NumericProperty p)voidTrapezoidalPulse. setTrapezoidalRise(NumericProperty p) -
Uses of NumericProperty in pulse.problem.schemes
Methods in pulse.problem.schemes that return NumericProperty Modifier and Type Method Description NumericPropertyGrid. getGridDensity()Retrieves the value of thegridDensityused to calculate thehxandtau.NumericPropertyGrid. getTimeFactor()Retrieves the value of the τ-factor, or the time factor, used in finite-difference calculation.NumericPropertyDifferenceScheme. getTimeLimit()The time limit (in whatever units thisDifferenceSchemeuses to process the solution), which serves as the ultimate breakpoint for the calculations.Methods in pulse.problem.schemes with parameters of type NumericProperty Modifier and Type Method Description voidDifferenceScheme. set(NumericPropertyKeyword type, NumericProperty property)voidGrid. set(NumericPropertyKeyword type, NumericProperty property)voidRadiativeTransferCoupling. set(NumericPropertyKeyword type, NumericProperty property)voidGrid. setGridDensity(NumericProperty gridDensity)Sets the value of thegridDensity.voidGrid2D. setGridDensity(NumericProperty gridDensity)Sets the value of thegridDensity.voidGrid. setTimeFactor(NumericProperty timeFactor)Sets the value of thetauFactor.voidGrid2D. setTimeFactor(NumericProperty timeFactor)voidDifferenceScheme. setTimeLimit(NumericProperty timeLimit)Sets the time limit (in units defined by the correspondingNumericProperty), which serves as the breakpoint for the calculations.Constructors in pulse.problem.schemes with parameters of type NumericProperty Constructor Description ADIScheme(NumericProperty N, NumericProperty timeFactor)Creates anADISchemewith the specified arguments.ADIScheme(NumericProperty N, NumericProperty timeFactor, NumericProperty timeLimit)Creates anADISchemewith the specified arguments.CoupledImplicitScheme(NumericProperty N, NumericProperty timeFactor)CoupledImplicitScheme(NumericProperty N, NumericProperty timeFactor, NumericProperty timeLimit)DifferenceScheme(NumericProperty timeLimit)A constructor for setting the time limit to a pre-set value.ExplicitScheme(NumericProperty N, NumericProperty timeFactor)Constructs an explicit scheme on a one-dimensional grid that is specified by the valuesNandtimeFactor.ExplicitScheme(NumericProperty N, NumericProperty timeFactor, NumericProperty timeLimit)Constructs an explicit scheme on a one-dimensional grid that is specified by the valuesNandtimeFactor.Grid(NumericProperty gridDensity, NumericProperty timeFactor)Creates aGridobject with the specifiedgridDensityandtimeFactor.Grid2D(NumericProperty gridDensity, NumericProperty timeFactor)Creates aGrid2Dwhere the radial and axial spatial steps are equal to the inversegridDensity.ImplicitScheme(NumericProperty N, NumericProperty timeFactor)Constructs a fully-implicit scheme on a one-dimensional grid that is specified by the valuesNandtimeFactor.ImplicitScheme(NumericProperty N, NumericProperty timeFactor, NumericProperty timeLimit)Constructs a fully-implicit scheme on a one-dimensional grid that is specified by the valuesNandtimeFactor.MixedScheme(NumericProperty N, NumericProperty timeFactor)Constructs a semi-implicit scheme on a one-dimensional grid that is specified by the valuesNandtimeFactor.MixedScheme(NumericProperty N, NumericProperty timeFactor, NumericProperty timeLimit)Constructs a semi-implicit scheme on a one-dimensional grid that is specified by the valuesNandtimeFactor.OneDimensionalScheme(NumericProperty timeLimit) -
Uses of NumericProperty in pulse.problem.schemes.rte
Methods in pulse.problem.schemes.rte with parameters of type NumericProperty Modifier and Type Method Description voidFluxes. setDensity(NumericProperty gridDensity)voidFluxes. setOpticalThickness(NumericProperty opticalThickness)Constructors in pulse.problem.schemes.rte with parameters of type NumericProperty Constructor Description Fluxes(NumericProperty gridDensity, NumericProperty opticalThickness)FluxesAndExplicitDerivatives(NumericProperty gridDensity, NumericProperty opticalThickness)FluxesAndImplicitDerivatives(NumericProperty gridDensity, NumericProperty opticalThickness) -
Uses of NumericProperty in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return NumericProperty Modifier and Type Method Description NumericPropertyAdaptiveIntegrator. getAbsoluteTolerance()NumericPropertyAdaptiveIntegrator. getGridScalingFactor()NumericPropertyIterativeSolver. getIterationErrorTolerance()NumericPropertyIterativeSolver. getMaxIterations()NumericPropertyAdaptiveIntegrator. getRelativeTolerance()NumericPropertySuccessiveOverrelaxation. getRelaxationParameter()NumericPropertyStretchedGrid. getStretchingFactor()NumericPropertyAdaptiveIntegrator. getTimeThreshold()Methods in pulse.problem.schemes.rte.dom with parameters of type NumericProperty 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)voidAdaptiveIntegrator. setAbsoluteTolerance(NumericProperty p)voidAdaptiveIntegrator. setGridScalingFactor(NumericProperty p)voidIterativeSolver. setIterationErrorTolerance(NumericProperty e)voidIterativeSolver. setMaxIterations(NumericProperty iterations)voidAdaptiveIntegrator. setRelativeTolerance(NumericProperty p)voidSuccessiveOverrelaxation. setRelaxationParameter(NumericProperty p)voidStretchedGrid. setStretchingFactor(NumericProperty p)voidAdaptiveIntegrator. setTimeThreshold(NumericProperty timeThreshold)Constructors in pulse.problem.schemes.rte.dom with parameters of type NumericProperty Constructor Description StretchedGrid(NumericProperty gridDensity, double dimension)Constructs a non-uniform grid where the dimension and the grid density are specified by the arguments.StretchedGrid(NumericProperty gridDensity, double dimension, NumericProperty stretchingFactor, boolean uniform) -
Uses of NumericProperty in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact that return NumericProperty Modifier and Type Method Description NumericPropertyNewtonCotesQuadrature. getCutoff()NumericPropertyChandrasekharsQuadrature. getQuadraturePoints()Methods in pulse.problem.schemes.rte.exact with parameters of type NumericProperty Modifier and Type Method Description voidChandrasekharsQuadrature. set(NumericPropertyKeyword type, NumericProperty property)voidNewtonCotesQuadrature. set(NumericPropertyKeyword type, NumericProperty property)voidNonscatteringRadiativeTransfer. set(NumericPropertyKeyword type, NumericProperty property)voidNewtonCotesQuadrature. setCutoff(NumericProperty cutoff)voidChandrasekharsQuadrature. setQuadraturePoints(NumericProperty m)Constructors in pulse.problem.schemes.rte.exact with parameters of type NumericProperty Constructor Description NewtonCotesQuadrature(Segment bounds, NumericProperty segments)Constructs a customNewtonCotesQuadraturewith specified integration bounds and number of integration segments. -
Uses of NumericProperty in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers that return NumericProperty Modifier and Type Method Description NumericPropertyExplicitCoupledSolverNL. getNonlinearPrecision()NumericPropertyExplicitNonlinearSolver. getNonlinearPrecision()NumericPropertyImplicitCoupledSolverNL. getNonlinearPrecision()NumericPropertyImplicitNonlinearSolver. getNonlinearPrecision()NumericPropertyImplicitTwoTemperatureSolver. getNonlinearPrecision()NumericPropertyMixedCoupledSolverNL. getNonlinearPrecision()NumericPropertyMixedCoupledSolver. getWeight()Methods in pulse.problem.schemes.solvers with parameters of type NumericProperty 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)voidExplicitCoupledSolverNL. setNonlinearPrecision(NumericProperty nonlinearPrecision)voidExplicitNonlinearSolver. setNonlinearPrecision(NumericProperty nonlinearPrecision)voidImplicitCoupledSolverNL. setNonlinearPrecision(NumericProperty nonlinearPrecision)voidImplicitNonlinearSolver. setNonlinearPrecision(NumericProperty nonlinearPrecision)voidImplicitTwoTemperatureSolver. setNonlinearPrecision(NumericProperty nonlinearPrecision)voidMixedCoupledSolverNL. setNonlinearPrecision(NumericProperty nonlinearPrecision)voidMixedCoupledSolver. setWeight(NumericProperty weight) -
Uses of NumericProperty in pulse.problem.statements
Methods in pulse.problem.statements that return NumericProperty Modifier and Type Method Description NumericPropertyClassicalProblem. getGeometricFactor()NumericPropertyPulse. getLaserEnergy()NumericPropertyPulse. getPulseWidth()NumericPropertyPulse2D. getSpotDiameter()NumericPropertyNonlinearProblem. getThermalConductivity()Methods in pulse.problem.statements with parameters of type NumericProperty 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)voidClassicalProblem. setGeometricFactor(NumericProperty bias)voidPulse. setLaserEnergy(NumericProperty laserEnergy)voidPulse. setPulseWidth(NumericProperty pulseWidth)voidPulse2D. setSpotDiameter(NumericProperty spotDiameter) -
Uses of NumericProperty in pulse.problem.statements.model
Methods in pulse.problem.statements.model that return types with arguments of type NumericProperty Modifier and Type Method Description List<NumericProperty>ThermalProperties. findMalformedProperties()Methods in pulse.problem.statements.model with parameters of type NumericProperty 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.voidAbsorptionModel. setAbsorptivity(SpectralRange range, NumericProperty a)voidAbsorptionModel. setCombinedAbsorptivity(NumericProperty a)voidExtendedThermalProperties. setCombinedLosses(NumericProperty bic)voidDiathermicProperties. setConvectiveLosses(NumericProperty convectiveLosses)voidThermoOpticalProperties. setConvectiveLosses(NumericProperty losses)voidThermalProperties. setDensity(NumericProperty p)voidDiathermicProperties. setDiathermicCoefficient(NumericProperty diathermicCoefficient)voidThermalProperties. setDiffusivity(NumericProperty a)voidThermalProperties. setEmissivity(NumericProperty e)voidExtendedThermalProperties. setFOVInner(NumericProperty fovInner)voidExtendedThermalProperties. setFOVOuter(NumericProperty fovOuter)voidTwoTemperatureProperties. setGasExchangeCoefficient(NumericProperty p)voidTwoTemperatureProperties. setGasHeatLoss(NumericProperty p)voidThermalProperties. setHeatLoss(NumericProperty Bi)voidAbsorptionModel. setLaserAbsorptivity(NumericProperty a)voidThermalProperties. setMaximumTemperature(NumericProperty maxTemp)voidThermoOpticalProperties. setOpticalThickness(NumericProperty tau0)voidThermoOpticalProperties. setPlanckNumber(NumericProperty planckNumber)voidInsulator. setReflectance(NumericProperty a)voidExtendedThermalProperties. setSampleDiameter(NumericProperty d)voidThermalProperties. setSampleThickness(NumericProperty l)voidThermoOpticalProperties. setScatteringAlbedo(NumericProperty omega0)voidThermoOpticalProperties. setScatteringAnisotropy(NumericProperty A1)voidExtendedThermalProperties. setSideLosses(NumericProperty bi3)voidTwoTemperatureProperties. setSolidExchangeCoefficient(NumericProperty p)voidThermalProperties. setSpecificHeat(NumericProperty cP)voidThermalProperties. setTestTemperature(NumericProperty T)voidAbsorptionModel. setThermalAbsorptivity(NumericProperty a) -
Uses of NumericProperty in pulse.properties
Methods in pulse.properties that return NumericProperty 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 {Methods in pulse.properties that return types with arguments of type NumericProperty Modifier and Type Method Description static List<NumericProperty>NumericProperties. defaultList()Methods in pulse.properties with parameters of type NumericProperty Modifier and Type Method Description static intNumericProperties. compare(NumericProperty a, NumericProperty b)Compares the numeric values of thisNumericPropertyandarg0intNumericProperty. compareTo(NumericProperty arg0)static booleanNumericProperties. isValueSensible(NumericProperty property, Number val)Checks whether thevalthat is going to be passed to theproperty(a) has the same type as theproperty.getValue()object; (b) is confined within the definition domain:minimum <= value <= maximum.NumberFormatNumericPropertyFormatter. numberFormat(NumericProperty p)static StringNumericProperties. printRangeAndNumber(NumericProperty p, Number value)static voidNumericProperty. requireType(NumericProperty property, NumericPropertyKeyword type)Constructors in pulse.properties with parameters of type NumericProperty Constructor Description Flag(NumericProperty property, boolean value)Creates aFlagwith the following pre-specified parameters: typetype, short descriptionabbreviations, andvalue.NumericProperty(Number value, NumericProperty pattern)Creates aNumericPropertybased on {NumericProperty(NumericProperty num)A copy constructor forNumericPropertyNumericPropertyFormatter(NumericProperty p, boolean convertDimension, boolean addHtmlTags) -
Uses of NumericProperty in pulse.search
Methods in pulse.search with parameters of type NumericProperty Modifier and Type Method Description voidSimpleOptimisationTask. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericProperty in pulse.search.direction
Methods in pulse.search.direction that return NumericProperty Modifier and Type Method Description NumericPropertyLMOptimiser. getDampingRatio()NumericPropertyPathOptimiser. getErrorTolerance()NumericPropertyGradientBasedOptimiser. getGradientResolution()NumericPropertyIterativeState. getIteration()NumericPropertyPathOptimiser. getMaxIterations()Methods in pulse.search.direction with parameters of type NumericProperty Modifier and Type Method Description protected doubleGradientBasedOptimiser. dx(NumericProperty defProp, double value)Calculates the gradient step.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.voidLMOptimiser. setDampingRatio(NumericProperty dampingRatio)voidPathOptimiser. setErrorTolerance(NumericProperty errorTolerance)voidGradientBasedOptimiser. setGradientResolution(NumericProperty resolution)voidPathOptimiser. setMaxIterations(NumericProperty maxIterations) -
Uses of NumericProperty in pulse.search.linear
Methods in pulse.search.linear that return NumericProperty Modifier and Type Method Description static NumericPropertyLinearOptimiser. getLinearResolution()The linear resolution determines the minimum distance between any two points belonging to thedomainof this search while they still are considered separate.Methods in pulse.search.linear with parameters of type NumericProperty Modifier and Type Method Description voidLinearOptimiser. set(NumericPropertyKeyword type, NumericProperty property)static voidLinearOptimiser. setLinearResolution(NumericProperty searchError) -
Uses of NumericProperty in pulse.search.statistics
Methods in pulse.search.statistics that return NumericProperty Modifier and Type Method Description NumericPropertyModelSelectionCriterion. getStatistic()NumericPropertyNormalityTest. getStatistic()NumericPropertyResidualStatistic. getStatistic()static NumericPropertyNormalityTest. getStatisticalSignifiance()static NumericPropertyCorrelationTest. getThreshold()NumericPropertyModelSelectionCriterion. weight(List<ModelSelectionCriterion> all)Calculates the weight (in the Akaike sense) when comparing the model associated with this statistic with other models represented by statistics of the same type.Methods in pulse.search.statistics with parameters of type NumericProperty 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)voidModelSelectionCriterion. setStatistic(NumericProperty p)voidNormalityTest. setStatistic(NumericProperty statistic)voidResidualStatistic. setStatistic(NumericProperty statistic)static voidNormalityTest. setStatisticalSignificance(NumericProperty alpha)static voidCorrelationTest. setThreshold(NumericProperty p) -
Uses of NumericProperty in pulse.tasks
Subclasses of NumericProperty in pulse.tasks Modifier and Type Class Description classIdentifierAnIdentifieris used to identifySearchTasks.Methods in pulse.tasks that return NumericProperty Modifier and Type Method Description NumericPropertyCalculation. weight(List<Calculation> all)Methods in pulse.tasks that return types with arguments of type NumericProperty Modifier and Type Method Description List<NumericProperty>SearchTask. alteredParameters()Methods in pulse.tasks with parameters of type NumericProperty Modifier and Type Method Description voidCalculation. set(NumericPropertyKeyword type, NumericProperty property)voidSearchTask. set(NumericPropertyKeyword type, NumericProperty property) -
Uses of NumericProperty in pulse.tasks.processing
Methods in pulse.tasks.processing that return NumericProperty Modifier and Type Method Description protected NumericPropertyAbstractResult. getProperty(int i)static NumericPropertyBuffer. getSize()Gets the buffer size (a NumericProperty derived fromBUFFER_SIZE.Methods in pulse.tasks.processing that return types with arguments of type NumericProperty Modifier and Type Method Description static List<NumericProperty>AbstractResult. filterProperties(AbstractResult result)A static method for filtering the properties contained in theresultto choose only those that conform to itsformat.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.List<NumericProperty>AbstractResult. getProperties()Returns a list ofNumericProperties, which conform to the chosenResultFormatMethods in pulse.tasks.processing with parameters of type NumericProperty Modifier and Type Method Description protected voidAbstractResult. addProperty(NumericProperty p)voidBuffer. set(NumericPropertyKeyword type, NumericProperty property)static voidBuffer. setSize(NumericProperty newSize)Sets a new size for thisBuffer. -
Uses of NumericProperty in pulse.ui.components.controllers
Methods in pulse.ui.components.controllers with parameters of type NumericProperty Modifier and Type Method Description intNumericPropertyComparator. compare(NumericProperty o1, NumericProperty o2)Constructors in pulse.ui.components.controllers with parameters of type NumericProperty Constructor Description NumberEditor(NumericProperty property) -
Uses of NumericProperty in pulse.ui.frames.dialogs
Constructors in pulse.ui.frames.dialogs with parameters of type NumericProperty Constructor Description FormattedInputDialog(NumericProperty p) -
Uses of NumericProperty in pulse.util
Methods in pulse.util that return NumericProperty Modifier and Type Method Description NumericPropertyAccessible. numericProperty(NumericPropertyKeyword type)Recursively searches for aNumericPropertyfrom the unique set of numeric properties in thisAccessibleby comparing itsNumericPropertyKeywordtotype.Methods in pulse.util that return types with arguments of type NumericProperty Modifier and Type Method Description List<NumericProperty>PropertyHolder. numericData()Lists all numeric data contained in thisPropertyHolder.Set<NumericProperty>Accessible. numericProperties()Tries to access the property getter methods in thisAccessible, which should be declared as no-argument methods with a specific return type.Methods in pulse.util with parameters of type NumericProperty Modifier and Type Method Description 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.voidAccessible. update(NumericProperty p)Set a NumericProperty contained in this Accessible or any of its accessible childern, using the NumericPropertyKeyword of the argument as identifier and its value.
-