Uses of Interface
org.djunits.value.Value
Packages that use Value
Package
Description
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
Base value interfaces and classes, e.g. to distinguish between scalar, vector and matrix..
Generic interfaces and default implementations for Scalar, Vector and Matrix functions.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleMatrix.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Interfaces, abstract classes and utilities for DoubleScalar.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleVector.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatMatrix.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatVector.
-
Uses of Value in org.djunits.value
Classes in org.djunits.value with type parameters of type ValueModifier and TypeInterfaceDescriptioninterfaceValue is the generic interface for all Scalar, Vector and Matrix classes that forces implementation of a few unit- and value-related methods.Classes in org.djunits.value that implement ValueModifier and TypeClassDescriptionclassIndexedValue<U extends Unit<U>,S extends Scalar<U, S>, T extends IndexedValue<U, S, T, D>, D extends Storage<D>> AbstractIndexedValue.java. -
Uses of Value in org.djunits.value.base
Classes in org.djunits.value.base that implement ValueModifier and TypeClassDescriptionclassMatrix<U extends Unit<U>,S extends Scalar<U, S>, V extends Vector<U, S, V, DV>, DV extends Storage<DV>, M extends Matrix<U, S, V, DV, M, DM>, DM extends Storage<DM>> Matrix to distinguish a matrix from scalars and matrixs.classScalar to distinguish a scalar from vectors and matrices.classVector to distinguish a vector from vectors and matrices. -
Uses of Value in org.djunits.value.function
Classes in org.djunits.value.function with type parameters of type ValueModifier and TypeInterfaceDescriptioninterfaceDimensionlessFunctions<U extends Unit<U>,T extends Value<U, T>> Interface to force most functions of Math, which have not yet been implemented by MathFunctionsRel, to be implemented, with the exception of toRadians() and toDegrees() -- these functions are available for angles. -
Uses of Value in org.djunits.value.vdouble.matrix
Classes in org.djunits.value.vdouble.matrix that implement ValueModifier and TypeClassDescriptionclassImmutable AbsoluteTemperature Matrix.classImmutable Double AbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.classImmutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.classImmutable Double AmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.classImmutable Angle Matrix.classImmutable Double AngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.classImmutable Double AngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.classImmutable Double AreaMatrix, a matrix of values with a AreaUnit.classImmutable Double CatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.classImmutable Double DensityMatrix, a matrix of values with a DensityUnit.classImmutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.classImmutable Direction Matrix.classImmutable Duration Matrix.classImmutable Double ElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.classImmutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.classImmutable Double ElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.classImmutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.classImmutable Double ElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.classImmutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.classImmutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.classImmutable Double EnergyMatrix, a matrix of values with a EnergyUnit.classImmutable Double EquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.classImmutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.classImmutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.classImmutable Double ForceMatrix, a matrix of values with a ForceUnit.classImmutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.classImmutable Double IlluminanceMatrix, a matrix of values with a IlluminanceUnit.classImmutable Length Matrix.classImmutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.classImmutable Double LuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.classImmutable Double LuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.classImmutable Double MagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.classImmutable Double MagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.classImmutable Double MassMatrix, a matrix of values with a MassUnit.classImmutable Double MomentumMatrix, a matrix of values with a MomentumUnit.classImmutable Position Matrix.classImmutable Double PowerMatrix, a matrix of values with a PowerUnit.classImmutable Double PressureMatrix, a matrix of values with a PressureUnit.classImmutable Double RadioActivityMatrix, a matrix of values with a RadioActivityUnit.classEasy access methods for the generic Relative SI DoubleMatrix.classImmutable Double SolidAngleMatrix, a matrix of values with a SolidAngleUnit.classImmutable Double SpeedMatrix, a matrix of values with a SpeedUnit.classImmutable Temperature Matrix.classImmutable Time Matrix.classImmutable Double TorqueMatrix, a matrix of values with a TorqueUnit.classImmutable Double VolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base that implement ValueModifier and TypeClassDescriptionclassDoubleMatrix<U extends Unit<U>,S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>, M extends DoubleMatrix<U, S, V, M>> DoubleMatrix utility methods, e.g., for creating DoubleMatrixs from different types of data.classDoubleMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, AM extends DoubleMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends DoubleMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableDoubleMatrixRelWithAbs.java.classDoubleMatrixRel<U extends Unit<U>,S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> DoubleMatrixRel.java.classDoubleMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, AM extends DoubleMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends DoubleMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableDoubleMatrixRelWithAbs.java. -
Uses of Value in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement ValueModifier and TypeClassDescriptionclassEasy access methods for the Absolute AbsoluteTemperature DoubleScalar.classEasy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.classEasy access methods for the Acceleration DoubleScalar, which is relative by definition.classEasy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.classEasy access methods for the Relative Angle DoubleScalar.classEasy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.classEasy access methods for the AngularVelocity DoubleScalar, which is relative by definition.classEasy access methods for the Area DoubleScalar, which is relative by definition.classEasy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.classEasy access methods for the Density DoubleScalar, which is relative by definition.classEasy access methods for the Dimensionless DoubleScalar, which is relative by definition.classEasy access methods for the Absolute Direction DoubleScalar.classEasy access methods for the Relative Duration DoubleScalar.classEasy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.classEasy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.classEasy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.classEasy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.classEasy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.classEasy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.classEasy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.classEasy access methods for the Energy DoubleScalar, which is relative by definition.classEasy access methods for the EquivalentDose DoubleScalar, which is relative by definition.classEasy access methods for the FlowMass DoubleScalar, which is relative by definition.classEasy access methods for the FlowVolume DoubleScalar, which is relative by definition.classEasy access methods for the Force DoubleScalar, which is relative by definition.classEasy access methods for the Frequency DoubleScalar, which is relative by definition.classEasy access methods for the Illuminance DoubleScalar, which is relative by definition.classEasy access methods for the Relative Length DoubleScalar.classEasy access methods for the LinearDensity DoubleScalar, which is relative by definition.classEasy access methods for the LuminousFlux DoubleScalar, which is relative by definition.classEasy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.classEasy access methods for the MagneticFlux DoubleScalar, which is relative by definition.classEasy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.classEasy access methods for the Mass DoubleScalar, which is relative by definition.classEasy access methods for the Momentum DoubleScalar, which is relative by definition.classEasy access methods for the Absolute Position DoubleScalar.classEasy access methods for the Power DoubleScalar, which is relative by definition.classEasy access methods for the Pressure DoubleScalar, which is relative by definition.classEasy access methods for the RadioActivity DoubleScalar, which is relative by definition.classEasy access methods for the generic Relative SI DoubleScalar.classEasy access methods for the SolidAngle DoubleScalar, which is relative by definition.classEasy access methods for the Speed DoubleScalar, which is relative by definition.classEasy access methods for the Relative Temperature DoubleScalar.classEasy access methods for the Absolute Time DoubleScalar.classEasy access methods for the Torque DoubleScalar, which is relative by definition.classEasy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of Value in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base that implement ValueModifier and TypeClassDescriptionclassDoubleScalar<U extends Unit<U>,S extends DoubleScalar<U, S>> The most basic abstract class for the DoubleScalar.classDoubleScalarAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends DoubleScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>> The typed, abstract DoubleScalarAbs class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.classDoubleScalarRel<U extends Unit<U>,R extends DoubleScalarRel<U, R>> The typed, abstract DoubleScalarRel class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.classDoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends DoubleScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>> The typed, abstract DoubleScalarRelWithAbs class that forms the basis of the relative DoubleScalars suck as Duration that have an absolute equivalent such as Time. -
Uses of Value in org.djunits.value.vdouble.vector
Classes in org.djunits.value.vdouble.vector that implement ValueModifier and TypeClassDescriptionclassDouble AbsoluteTemperatureVector, a vector of values with a AbsoluteTemperatureUnit.classDouble AbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.classDouble AccelerationVector, a vector of values with a AccelerationUnit.classDouble AmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.classDouble AngleVector, a vector of values with a AngleUnit.classDouble AngularAccelerationVector, a vector of values with a AngularAccelerationUnit.classDouble AngularVelocityVector, a vector of values with a AngularVelocityUnit.classDouble AreaVector, a vector of values with a AreaUnit.classDouble CatalyticActivityVector, a vector of values with a CatalyticActivityUnit.classDouble DensityVector, a vector of values with a DensityUnit.classDouble DimensionlessVector, a vector of values with a DimensionlessUnit.classDouble DirectionVector, a vector of values with a DirectionUnit.classDouble DurationVector, a vector of values with a DurationUnit.classDouble ElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.classDouble ElectricalChargeVector, a vector of values with a ElectricalChargeUnit.classDouble ElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.classDouble ElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.classDouble ElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.classDouble ElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.classDouble ElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.classDouble EnergyVector, a vector of values with a EnergyUnit.classDouble EquivalentDoseVector, a vector of values with a EquivalentDoseUnit.classDouble FlowMassVector, a vector of values with a FlowMassUnit.classDouble FlowVolumeVector, a vector of values with a FlowVolumeUnit.classDouble ForceVector, a vector of values with a ForceUnit.classDouble FrequencyVector, a vector of values with a FrequencyUnit.classDouble IlluminanceVector, a vector of values with a IlluminanceUnit.classDouble LengthVector, a vector of values with a LengthUnit.classDouble LinearDensityVector, a vector of values with a LinearDensityUnit.classDouble LuminousFluxVector, a vector of values with a LuminousFluxUnit.classDouble LuminousIntensityVector, a vector of values with a LuminousIntensityUnit.classDouble MagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.classDouble MagneticFluxVector, a vector of values with a MagneticFluxUnit.classDouble MassVector, a vector of values with a MassUnit.classDouble MomentumVector, a vector of values with a MomentumUnit.classDouble PositionVector, a vector of values with a PositionUnit.classDouble PowerVector, a vector of values with a PowerUnit.classDouble PressureVector, a vector of values with a PressureUnit.classDouble RadioActivityVector, a vector of values with a RadioActivityUnit.classEasy access methods for the generic Relative SI DoubleVector.classDouble SolidAngleVector, a vector of values with a SolidAngleUnit.classDouble SpeedVector, a vector of values with a SpeedUnit.classDouble TemperatureVector, a vector of values with a TemperatureUnit.classDouble TimeVector, a vector of values with a TimeUnit.classDouble TorqueVector, a vector of values with a TorqueUnit.classDouble VolumeVector, a vector of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base that implement ValueModifier and TypeClassDescriptionclassDoubleVector<U extends Unit<U>,S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>> The most basic abstract class for the DoubleVector.classDoubleVectorAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableDoubleVectorRelWithAbs.java.classDoubleVectorRel<U extends Unit<U>,S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>> AbstractMutableDoubleVectorRel.java.classDoubleVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableDoubleVectorRelWithAbs.java. -
Uses of Value in org.djunits.value.vfloat.matrix
Classes in org.djunits.value.vfloat.matrix that implement ValueModifier and TypeClassDescriptionclassImmutable FloatAbsoluteTemperature Matrix.classImmutable FloatFloatAbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.classImmutable FloatFloatAccelerationMatrix, a matrix of values with a AccelerationUnit.classImmutable FloatFloatAmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.classImmutable FloatAngle Matrix.classImmutable FloatFloatAngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.classImmutable FloatFloatAngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.classImmutable FloatFloatAreaMatrix, a matrix of values with a AreaUnit.classImmutable FloatFloatCatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.classImmutable FloatFloatDensityMatrix, a matrix of values with a DensityUnit.classImmutable FloatFloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.classImmutable FloatDirection Matrix.classImmutable FloatDuration Matrix.classImmutable FloatFloatElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.classImmutable FloatFloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.classImmutable FloatFloatElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.classImmutable FloatFloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.classImmutable FloatFloatElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.classImmutable FloatFloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.classImmutable FloatFloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.classImmutable FloatFloatEnergyMatrix, a matrix of values with a EnergyUnit.classImmutable FloatFloatEquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.classImmutable FloatFloatFlowMassMatrix, a matrix of values with a FlowMassUnit.classImmutable FloatFloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.classImmutable FloatFloatForceMatrix, a matrix of values with a ForceUnit.classImmutable FloatFloatFrequencyMatrix, a matrix of values with a FrequencyUnit.classImmutable FloatFloatIlluminanceMatrix, a matrix of values with a IlluminanceUnit.classImmutable FloatLength Matrix.classImmutable FloatFloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.classImmutable FloatFloatLuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.classImmutable FloatFloatLuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.classImmutable FloatFloatMagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.classImmutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.classImmutable FloatFloatMassMatrix, a matrix of values with a MassUnit.classImmutable FloatFloatMomentumMatrix, a matrix of values with a MomentumUnit.classImmutable FloatPosition Matrix.classImmutable FloatFloatPowerMatrix, a matrix of values with a PowerUnit.classImmutable FloatFloatPressureMatrix, a matrix of values with a PressureUnit.classImmutable FloatFloatRadioActivityMatrix, a matrix of values with a RadioActivityUnit.classEasy access methods for the generic Relative SI FloatMatrix.classImmutable FloatFloatSolidAngleMatrix, a matrix of values with a SolidAngleUnit.classImmutable FloatFloatSpeedMatrix, a matrix of values with a SpeedUnit.classImmutable FloatTemperature Matrix.classImmutable FloatTime Matrix.classImmutable FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.classImmutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base that implement ValueModifier and TypeClassDescriptionclassFloatMatrix<U extends Unit<U>,S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>, M extends FloatMatrix<U, S, V, M>> FloatMatrix utility methods, e.g., for creating FloatMatrixs from different types of data.classFloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java.classFloatMatrixRel<U extends Unit<U>,S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>, RM extends FloatMatrixRel<U, S, RV, RM>> FloatMatrixRel.java.classFloatMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java. -
Uses of Value in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement ValueModifier and TypeClassDescriptionclassEasy access methods for the FloatAbsoluteTemperature FloatScalar.classEasy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.classEasy access methods for the FloatAcceleration FloatScalar, which is relative by definition.classEasy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.classEasy access methods for the FloatAngle FloatScalar.classEasy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.classEasy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.classEasy access methods for the FloatArea FloatScalar, which is relative by definition.classEasy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.classEasy access methods for the FloatDensity FloatScalar, which is relative by definition.classEasy access methods for the FloatDimensionless FloatScalar, which is relative by definition.classEasy access methods for the FloatDirection FloatScalar.classEasy access methods for the FloatDuration FloatScalar.classEasy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.classEasy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.classEasy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.classEasy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.classEasy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.classEasy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.classEasy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.classEasy access methods for the FloatEnergy FloatScalar, which is relative by definition.classEasy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.classEasy access methods for the FloatFlowMass FloatScalar, which is relative by definition.classEasy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.classEasy access methods for the FloatForce FloatScalar, which is relative by definition.classEasy access methods for the FloatFrequency FloatScalar, which is relative by definition.classEasy access methods for the FloatIlluminance FloatScalar, which is relative by definition.classEasy access methods for the FloatLength FloatScalar.classEasy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.classEasy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.classEasy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.classEasy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.classEasy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.classEasy access methods for the FloatMass FloatScalar, which is relative by definition.classEasy access methods for the FloatMomentum FloatScalar, which is relative by definition.classEasy access methods for the FloatPosition FloatScalar.classEasy access methods for the FloatPower FloatScalar, which is relative by definition.classEasy access methods for the FloatPressure FloatScalar, which is relative by definition.classEasy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.classEasy access methods for the generic Relative SI FloatScalar.classEasy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.classEasy access methods for the FloatSpeed FloatScalar, which is relative by definition.classEasy access methods for the FloatTemperature FloatScalar.classEasy access methods for the FloatTime FloatScalar.classEasy access methods for the FloatTorque FloatScalar, which is relative by definition.classEasy access methods for the FloatVolume FloatScalar, which is relative by definition. -
Uses of Value in org.djunits.value.vfloat.scalar.base
Classes in org.djunits.value.vfloat.scalar.base that implement ValueModifier and TypeClassDescriptionclassFloatScalar<U extends Unit<U>,S extends FloatScalar<U, S>> Static methods to create and operate on FloatScalars.classFloatScalarAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends FloatScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>> The typed, abstract FloatScalarAbs class that forms the basis of all FloatScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.classFloatScalarRel<U extends Unit<U>,R extends FloatScalarRel<U, R>> The typed, abstract FloatScalarRel class that forms the basis of all FloatScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.classFloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends FloatScalarAbs<AU, A, RU, R>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>> The typed, abstract FloatScalarRelWithAbs class that forms the basis of the relative FloatScalars suck as Duration that have an absolute equivalent such as Time. -
Uses of Value in org.djunits.value.vfloat.vector
Classes in org.djunits.value.vfloat.vector that implement ValueModifier and TypeClassDescriptionclassAbsolute FloatAbsoluteTemperature Vector.classImmutable Float FloatAbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.classImmutable Float FloatAccelerationVector, a vector of values with a AccelerationUnit.classImmutable Float FloatAmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.classRelative FloatAngle Vector.classImmutable Float FloatAngularAccelerationVector, a vector of values with a AngularAccelerationUnit.classImmutable Float FloatAngularVelocityVector, a vector of values with a AngularVelocityUnit.classImmutable Float FloatAreaVector, a vector of values with a AreaUnit.classImmutable Float FloatCatalyticActivityVector, a vector of values with a CatalyticActivityUnit.classImmutable Float FloatDensityVector, a vector of values with a DensityUnit.classImmutable Float FloatDimensionlessVector, a vector of values with a DimensionlessUnit.classAbsolute FloatDirection Vector.classRelative FloatDuration Vector.classImmutable Float FloatElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.classImmutable Float FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.classImmutable Float FloatElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.classImmutable Float FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.classImmutable Float FloatElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.classImmutable Float FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.classImmutable Float FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.classImmutable Float FloatEnergyVector, a vector of values with a EnergyUnit.classImmutable Float FloatEquivalentDoseVector, a vector of values with a EquivalentDoseUnit.classImmutable Float FloatFlowMassVector, a vector of values with a FlowMassUnit.classImmutable Float FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.classImmutable Float FloatForceVector, a vector of values with a ForceUnit.classImmutable Float FloatFrequencyVector, a vector of values with a FrequencyUnit.classImmutable Float FloatIlluminanceVector, a vector of values with a IlluminanceUnit.classRelative FloatLength Vector.classImmutable Float FloatLinearDensityVector, a vector of values with a LinearDensityUnit.classImmutable Float FloatLuminousFluxVector, a vector of values with a LuminousFluxUnit.classImmutable Float FloatLuminousIntensityVector, a vector of values with a LuminousIntensityUnit.classImmutable Float FloatMagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.classImmutable Float FloatMagneticFluxVector, a vector of values with a MagneticFluxUnit.classImmutable Float FloatMassVector, a vector of values with a MassUnit.classImmutable Float FloatMomentumVector, a vector of values with a MomentumUnit.classAbsolute FloatPosition Vector.classImmutable Float FloatPowerVector, a vector of values with a PowerUnit.classImmutable Float FloatPressureVector, a vector of values with a PressureUnit.classImmutable Float FloatRadioActivityVector, a vector of values with a RadioActivityUnit.classEasy access methods for the generic Relative SI FloatVector.classImmutable Float FloatSolidAngleVector, a vector of values with a SolidAngleUnit.classImmutable Float FloatSpeedVector, a vector of values with a SpeedUnit.classRelative FloatTemperature Vector.classAbsolute FloatTime Vector.classImmutable Float FloatTorqueVector, a vector of values with a TorqueUnit.classImmutable Float FloatVolumeVector, a vector of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base that implement ValueModifier and TypeClassDescriptionclassFloatVector<U extends Unit<U>,S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>> The most basic abstract class for the FloatVector.classFloatVectorAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableFloatVectorRelWithAbs.java.classFloatVectorRel<U extends Unit<U>,S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>> AbstractMutableFloatVectorRel.java.classFloatVectorRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>> AbstractMutableFloatVectorRelWithAbs.java.