Uses of Interface
org.djunits.value.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
Modifier and TypeInterfaceDescriptioninterface
Value is the generic interface for all Scalar, Vector and Matrix classes that forces implementation of a few unit- and value-related methods.Modifier and TypeClassDescriptionclass
IndexedValue<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
Modifier and TypeClassDescriptionclass
Matrix<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.class
Scalar to distinguish a scalar from vectors and matrices.class
Vector to distinguish a vector from vectors and matrices. -
Uses of Value in org.djunits.value.function
Modifier and TypeInterfaceDescriptioninterface
DimensionlessFunctions<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
Modifier and TypeClassDescriptionclass
Immutable AbsoluteTemperature Matrix.class
Immutable Double AbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.class
Immutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.class
Immutable Double AmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.class
Immutable Angle Matrix.class
Immutable Double AngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.class
Immutable Double AngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.class
Immutable Double AreaMatrix, a matrix of values with a AreaUnit.class
Immutable Double CatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.class
Immutable Double DensityMatrix, a matrix of values with a DensityUnit.class
Immutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.class
Immutable Direction Matrix.class
Immutable Duration Matrix.class
Immutable Double ElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.class
Immutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.class
Immutable Double ElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.class
Immutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.class
Immutable Double ElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.class
Immutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.class
Immutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.class
Immutable Double EnergyMatrix, a matrix of values with a EnergyUnit.class
Immutable Double EquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.class
Immutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.class
Immutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.class
Immutable Double ForceMatrix, a matrix of values with a ForceUnit.class
Immutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.class
Immutable Double IlluminanceMatrix, a matrix of values with a IlluminanceUnit.class
Immutable Length Matrix.class
Immutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.class
Immutable Double LuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.class
Immutable Double LuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.class
Immutable Double MagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.class
Immutable Double MagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.class
Immutable Double MassMatrix, a matrix of values with a MassUnit.class
Immutable Double MomentumMatrix, a matrix of values with a MomentumUnit.class
Immutable Position Matrix.class
Immutable Double PowerMatrix, a matrix of values with a PowerUnit.class
Immutable Double PressureMatrix, a matrix of values with a PressureUnit.class
Immutable Double RadioActivityMatrix, a matrix of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI DoubleMatrix.class
Immutable Double SolidAngleMatrix, a matrix of values with a SolidAngleUnit.class
Immutable Double SpeedMatrix, a matrix of values with a SpeedUnit.class
Immutable Temperature Matrix.class
Immutable Time Matrix.class
Immutable Double TorqueMatrix, a matrix of values with a TorqueUnit.class
Immutable Double VolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vdouble.matrix.base
Modifier and TypeClassDescriptionclass
DoubleMatrix<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.class
DoubleMatrixAbs<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.class
DoubleMatrixRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> DoubleMatrixRel.java.class
DoubleMatrixRelWithAbs<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
Modifier and TypeClassDescriptionclass
Easy access methods for the Absolute AbsoluteTemperature DoubleScalar.class
Easy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.class
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.class
Easy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Angle DoubleScalar.class
Easy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.class
Easy access methods for the AngularVelocity DoubleScalar, which is relative by definition.class
Easy access methods for the Area DoubleScalar, which is relative by definition.class
Easy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.class
Easy access methods for the Density DoubleScalar, which is relative by definition.class
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.class
Easy access methods for the Absolute Direction DoubleScalar.class
Easy access methods for the Relative Duration DoubleScalar.class
Easy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.class
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.class
Easy access methods for the Energy DoubleScalar, which is relative by definition.class
Easy access methods for the EquivalentDose DoubleScalar, which is relative by definition.class
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.class
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.class
Easy access methods for the Force DoubleScalar, which is relative by definition.class
Easy access methods for the Frequency DoubleScalar, which is relative by definition.class
Easy access methods for the Illuminance DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Length DoubleScalar.class
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.class
Easy access methods for the LuminousFlux DoubleScalar, which is relative by definition.class
Easy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.class
Easy access methods for the MagneticFlux DoubleScalar, which is relative by definition.class
Easy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.class
Easy access methods for the Mass DoubleScalar, which is relative by definition.class
Easy access methods for the Momentum DoubleScalar, which is relative by definition.class
Easy access methods for the Absolute Position DoubleScalar.class
Easy access methods for the Power DoubleScalar, which is relative by definition.class
Easy access methods for the Pressure DoubleScalar, which is relative by definition.class
Easy access methods for the RadioActivity DoubleScalar, which is relative by definition.class
Easy access methods for the generic Relative SI DoubleScalar.class
Easy access methods for the SolidAngle DoubleScalar, which is relative by definition.class
Easy access methods for the Speed DoubleScalar, which is relative by definition.class
Easy access methods for the Relative Temperature DoubleScalar.class
Easy access methods for the Absolute Time DoubleScalar.class
Easy access methods for the Torque DoubleScalar, which is relative by definition.class
Easy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of Value in org.djunits.value.vdouble.scalar.base
Modifier and TypeClassDescriptionclass
DoubleScalar<U extends Unit<U>,
S extends DoubleScalar<U, S>> The most basic abstract class for the DoubleScalar.class
DoubleScalarAbs<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.class
DoubleScalarRel<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.class
DoubleScalarRelWithAbs<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
Modifier and TypeClassDescriptionclass
Double AbsoluteTemperatureVector, a vector of values with a AbsoluteTemperatureUnit.class
Double AbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.class
Double AccelerationVector, a vector of values with a AccelerationUnit.class
Double AmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.class
Double AngleVector, a vector of values with a AngleUnit.class
Double AngularAccelerationVector, a vector of values with a AngularAccelerationUnit.class
Double AngularVelocityVector, a vector of values with a AngularVelocityUnit.class
Double AreaVector, a vector of values with a AreaUnit.class
Double CatalyticActivityVector, a vector of values with a CatalyticActivityUnit.class
Double DensityVector, a vector of values with a DensityUnit.class
Double DimensionlessVector, a vector of values with a DimensionlessUnit.class
Double DirectionVector, a vector of values with a DirectionUnit.class
Double DurationVector, a vector of values with a DurationUnit.class
Double ElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.class
Double ElectricalChargeVector, a vector of values with a ElectricalChargeUnit.class
Double ElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.class
Double ElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.class
Double ElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.class
Double ElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.class
Double ElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.class
Double EnergyVector, a vector of values with a EnergyUnit.class
Double EquivalentDoseVector, a vector of values with a EquivalentDoseUnit.class
Double FlowMassVector, a vector of values with a FlowMassUnit.class
Double FlowVolumeVector, a vector of values with a FlowVolumeUnit.class
Double ForceVector, a vector of values with a ForceUnit.class
Double FrequencyVector, a vector of values with a FrequencyUnit.class
Double IlluminanceVector, a vector of values with a IlluminanceUnit.class
Double LengthVector, a vector of values with a LengthUnit.class
Double LinearDensityVector, a vector of values with a LinearDensityUnit.class
Double LuminousFluxVector, a vector of values with a LuminousFluxUnit.class
Double LuminousIntensityVector, a vector of values with a LuminousIntensityUnit.class
Double MagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.class
Double MagneticFluxVector, a vector of values with a MagneticFluxUnit.class
Double MassVector, a vector of values with a MassUnit.class
Double MomentumVector, a vector of values with a MomentumUnit.class
Double PositionVector, a vector of values with a PositionUnit.class
Double PowerVector, a vector of values with a PowerUnit.class
Double PressureVector, a vector of values with a PressureUnit.class
Double RadioActivityVector, a vector of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI DoubleVector.class
Double SolidAngleVector, a vector of values with a SolidAngleUnit.class
Double SpeedVector, a vector of values with a SpeedUnit.class
Double TemperatureVector, a vector of values with a TemperatureUnit.class
Double TimeVector, a vector of values with a TimeUnit.class
Double TorqueVector, a vector of values with a TorqueUnit.class
Double VolumeVector, a vector of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vdouble.vector.base
Modifier and TypeClassDescriptionclass
DoubleVector<U extends Unit<U>,
S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>> The most basic abstract class for the DoubleVector.class
DoubleVectorAbs<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.class
DoubleVectorRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>> AbstractMutableDoubleVectorRel.java.class
DoubleVectorRelWithAbs<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
Modifier and TypeClassDescriptionclass
Immutable FloatAbsoluteTemperature Matrix.class
Immutable FloatFloatAbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.class
Immutable FloatFloatAccelerationMatrix, a matrix of values with a AccelerationUnit.class
Immutable FloatFloatAmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.class
Immutable FloatAngle Matrix.class
Immutable FloatFloatAngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.class
Immutable FloatFloatAngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.class
Immutable FloatFloatAreaMatrix, a matrix of values with a AreaUnit.class
Immutable FloatFloatCatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.class
Immutable FloatFloatDensityMatrix, a matrix of values with a DensityUnit.class
Immutable FloatFloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.class
Immutable FloatDirection Matrix.class
Immutable FloatDuration Matrix.class
Immutable FloatFloatElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.class
Immutable FloatFloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.class
Immutable FloatFloatElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.class
Immutable FloatFloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.class
Immutable FloatFloatElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.class
Immutable FloatFloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.class
Immutable FloatFloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.class
Immutable FloatFloatEnergyMatrix, a matrix of values with a EnergyUnit.class
Immutable FloatFloatEquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.class
Immutable FloatFloatFlowMassMatrix, a matrix of values with a FlowMassUnit.class
Immutable FloatFloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.class
Immutable FloatFloatForceMatrix, a matrix of values with a ForceUnit.class
Immutable FloatFloatFrequencyMatrix, a matrix of values with a FrequencyUnit.class
Immutable FloatFloatIlluminanceMatrix, a matrix of values with a IlluminanceUnit.class
Immutable FloatLength Matrix.class
Immutable FloatFloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.class
Immutable FloatFloatLuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.class
Immutable FloatFloatLuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.class
Immutable FloatFloatMagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.class
Immutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.class
Immutable FloatFloatMassMatrix, a matrix of values with a MassUnit.class
Immutable FloatFloatMomentumMatrix, a matrix of values with a MomentumUnit.class
Immutable FloatPosition Matrix.class
Immutable FloatFloatPowerMatrix, a matrix of values with a PowerUnit.class
Immutable FloatFloatPressureMatrix, a matrix of values with a PressureUnit.class
Immutable FloatFloatRadioActivityMatrix, a matrix of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI FloatMatrix.class
Immutable FloatFloatSolidAngleMatrix, a matrix of values with a SolidAngleUnit.class
Immutable FloatFloatSpeedMatrix, a matrix of values with a SpeedUnit.class
Immutable FloatTemperature Matrix.class
Immutable FloatTime Matrix.class
Immutable FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.class
Immutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vfloat.matrix.base
Modifier and TypeClassDescriptionclass
FloatMatrix<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.class
FloatMatrixAbs<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.class
FloatMatrixRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>, RM extends FloatMatrixRel<U, S, RV, RM>> FloatMatrixRel.java.class
FloatMatrixRelWithAbs<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
Modifier and TypeClassDescriptionclass
Easy access methods for the FloatAbsoluteTemperature FloatScalar.class
Easy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.class
Easy access methods for the FloatAcceleration FloatScalar, which is relative by definition.class
Easy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.class
Easy access methods for the FloatAngle FloatScalar.class
Easy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.class
Easy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.class
Easy access methods for the FloatArea FloatScalar, which is relative by definition.class
Easy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.class
Easy access methods for the FloatDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.class
Easy access methods for the FloatDirection FloatScalar.class
Easy access methods for the FloatDuration FloatScalar.class
Easy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.class
Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.class
Easy access methods for the FloatEnergy FloatScalar, which is relative by definition.class
Easy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.class
Easy access methods for the FloatFlowMass FloatScalar, which is relative by definition.class
Easy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.class
Easy access methods for the FloatForce FloatScalar, which is relative by definition.class
Easy access methods for the FloatFrequency FloatScalar, which is relative by definition.class
Easy access methods for the FloatIlluminance FloatScalar, which is relative by definition.class
Easy access methods for the FloatLength FloatScalar.class
Easy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.class
Easy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.class
Easy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.class
Easy access methods for the FloatMass FloatScalar, which is relative by definition.class
Easy access methods for the FloatMomentum FloatScalar, which is relative by definition.class
Easy access methods for the FloatPosition FloatScalar.class
Easy access methods for the FloatPower FloatScalar, which is relative by definition.class
Easy access methods for the FloatPressure FloatScalar, which is relative by definition.class
Easy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.class
Easy access methods for the generic Relative SI FloatScalar.class
Easy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.class
Easy access methods for the FloatSpeed FloatScalar, which is relative by definition.class
Easy access methods for the FloatTemperature FloatScalar.class
Easy access methods for the FloatTime FloatScalar.class
Easy access methods for the FloatTorque FloatScalar, which is relative by definition.class
Easy access methods for the FloatVolume FloatScalar, which is relative by definition. -
Uses of Value in org.djunits.value.vfloat.scalar.base
Modifier and TypeClassDescriptionclass
FloatScalar<U extends Unit<U>,
S extends FloatScalar<U, S>> Static methods to create and operate on FloatScalars.class
FloatScalarAbs<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.class
FloatScalarRel<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.class
FloatScalarRelWithAbs<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
Modifier and TypeClassDescriptionclass
Absolute FloatAbsoluteTemperature Vector.class
Immutable Float FloatAbsorbedDoseVector, a vector of values with a AbsorbedDoseUnit.class
Immutable Float FloatAccelerationVector, a vector of values with a AccelerationUnit.class
Immutable Float FloatAmountOfSubstanceVector, a vector of values with a AmountOfSubstanceUnit.class
Relative FloatAngle Vector.class
Immutable Float FloatAngularAccelerationVector, a vector of values with a AngularAccelerationUnit.class
Immutable Float FloatAngularVelocityVector, a vector of values with a AngularVelocityUnit.class
Immutable Float FloatAreaVector, a vector of values with a AreaUnit.class
Immutable Float FloatCatalyticActivityVector, a vector of values with a CatalyticActivityUnit.class
Immutable Float FloatDensityVector, a vector of values with a DensityUnit.class
Immutable Float FloatDimensionlessVector, a vector of values with a DimensionlessUnit.class
Absolute FloatDirection Vector.class
Relative FloatDuration Vector.class
Immutable Float FloatElectricalCapacitanceVector, a vector of values with a ElectricalCapacitanceUnit.class
Immutable Float FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.class
Immutable Float FloatElectricalConductanceVector, a vector of values with a ElectricalConductanceUnit.class
Immutable Float FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.class
Immutable Float FloatElectricalInductanceVector, a vector of values with a ElectricalInductanceUnit.class
Immutable Float FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.class
Immutable Float FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.class
Immutable Float FloatEnergyVector, a vector of values with a EnergyUnit.class
Immutable Float FloatEquivalentDoseVector, a vector of values with a EquivalentDoseUnit.class
Immutable Float FloatFlowMassVector, a vector of values with a FlowMassUnit.class
Immutable Float FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.class
Immutable Float FloatForceVector, a vector of values with a ForceUnit.class
Immutable Float FloatFrequencyVector, a vector of values with a FrequencyUnit.class
Immutable Float FloatIlluminanceVector, a vector of values with a IlluminanceUnit.class
Relative FloatLength Vector.class
Immutable Float FloatLinearDensityVector, a vector of values with a LinearDensityUnit.class
Immutable Float FloatLuminousFluxVector, a vector of values with a LuminousFluxUnit.class
Immutable Float FloatLuminousIntensityVector, a vector of values with a LuminousIntensityUnit.class
Immutable Float FloatMagneticFluxDensityVector, a vector of values with a MagneticFluxDensityUnit.class
Immutable Float FloatMagneticFluxVector, a vector of values with a MagneticFluxUnit.class
Immutable Float FloatMassVector, a vector of values with a MassUnit.class
Immutable Float FloatMomentumVector, a vector of values with a MomentumUnit.class
Absolute FloatPosition Vector.class
Immutable Float FloatPowerVector, a vector of values with a PowerUnit.class
Immutable Float FloatPressureVector, a vector of values with a PressureUnit.class
Immutable Float FloatRadioActivityVector, a vector of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI FloatVector.class
Immutable Float FloatSolidAngleVector, a vector of values with a SolidAngleUnit.class
Immutable Float FloatSpeedVector, a vector of values with a SpeedUnit.class
Relative FloatTemperature Vector.class
Absolute FloatTime Vector.class
Immutable Float FloatTorqueVector, a vector of values with a TorqueUnit.class
Immutable Float FloatVolumeVector, a vector of values with a VolumeUnit. -
Uses of Value in org.djunits.value.vfloat.vector.base
Modifier and TypeClassDescriptionclass
FloatVector<U extends Unit<U>,
S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>> The most basic abstract class for the FloatVector.class
FloatVectorAbs<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.class
FloatVectorRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>> AbstractMutableFloatVectorRel.java.class
FloatVectorRelWithAbs<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.