Uses of Interface
org.djunits.value.Relative
Packages that use Relative
Package
Description
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
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 Relative in org.djunits.value
Classes in org.djunits.value with type parameters of type RelativeModifier and TypeInterfaceDescriptioninterfaceRelative values express differences.Subinterfaces of Relative in org.djunits.valueModifier and TypeInterfaceDescriptioninterfaceRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>, A extends Absolute<AU, A, RU, R>, RU extends Unit<RU>, R extends RelWithAbs<AU, A, RU, R>> Relative values express differences; a RelWithAbs value represents a relative quantity that has a corresponding absolute quantity. -
Uses of Relative in org.djunits.value.vdouble.matrix
Classes in org.djunits.value.vdouble.matrix that implement RelativeModifier and TypeClassDescriptionclassImmutable 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 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 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 Double TorqueMatrix, a matrix of values with a TorqueUnit.classImmutable Double VolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base that implement RelativeModifier and TypeClassDescriptionclassDoubleMatrixRel<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.Methods in org.djunits.value.vdouble.matrix.base with type parameters of type RelativeModifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.divide(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.times(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix. -
Uses of Relative in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement RelativeModifier and TypeClassDescriptionclassEasy 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 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 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 Torque DoubleScalar, which is relative by definition.classEasy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of Relative in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base that implement RelativeModifier and TypeClassDescriptionclassDoubleScalarRel<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 Relative in org.djunits.value.vdouble.vector
Classes in org.djunits.value.vdouble.vector that implement RelativeModifier and TypeClassDescriptionclassDouble 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 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 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 TorqueVector, a vector of values with a TorqueUnit.classDouble VolumeVector, a vector of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base that implement RelativeModifier and TypeClassDescriptionclassDoubleVectorRel<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.Methods in org.djunits.value.vdouble.vector.base with type parameters of type RelativeModifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorDoubleVectorRel.times(VT rel) Multiply a Relative value with this Relative value for a vector or matrix. -
Uses of Relative in org.djunits.value.vfloat.matrix
Classes in org.djunits.value.vfloat.matrix that implement RelativeModifier and TypeClassDescriptionclassImmutable 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 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 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 FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.classImmutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base that implement RelativeModifier and TypeClassDescriptionclassFloatMatrixRel<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.Methods in org.djunits.value.vfloat.matrix.base with type parameters of type RelativeModifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.divide(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.times(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix. -
Uses of Relative in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement RelativeModifier and TypeClassDescriptionclassEasy 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 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 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 FloatTorque FloatScalar, which is relative by definition.classEasy access methods for the FloatVolume FloatScalar, which is relative by definition. -
Uses of Relative in org.djunits.value.vfloat.scalar.base
Classes in org.djunits.value.vfloat.scalar.base that implement RelativeModifier and TypeClassDescriptionclassFloatScalarRel<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 Relative in org.djunits.value.vfloat.vector
Classes in org.djunits.value.vfloat.vector that implement RelativeModifier and TypeClassDescriptionclassImmutable 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.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.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.classImmutable Float FloatTorqueVector, a vector of values with a TorqueUnit.classImmutable Float FloatVolumeVector, a vector of values with a VolumeUnit. -
Uses of Relative in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base that implement RelativeModifier and TypeClassDescriptionclassFloatVectorRel<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.Methods in org.djunits.value.vfloat.vector.base with type parameters of type RelativeModifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.divide(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.times(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.