Uses of Interface
org.djunits.value.RelWithAbs
Packages that use RelWithAbs
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 RelWithAbs in org.djunits.value
Classes in org.djunits.value with type parameters of type RelWithAbsModifier and TypeInterfaceDescriptioninterfaceAbsolute<AU extends AbsoluteLinearUnit<AU,RU>, A extends Absolute<AU, A, RU, R>, RU extends Unit<RU>, R extends RelWithAbs<AU, A, RU, R>> Absolute values are quantities that are measured from some agreed upon reference point.interfaceRelWithAbs<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 RelWithAbs in org.djunits.value.vdouble.matrix
Classes in org.djunits.value.vdouble.matrix that implement RelWithAbsModifier and TypeClassDescriptionclassImmutable Angle Matrix.classImmutable Duration Matrix.classImmutable Length Matrix.classImmutable Temperature Matrix. -
Uses of RelWithAbs in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base that implement RelWithAbsModifier and TypeClassDescriptionclassDoubleMatrixRelWithAbs<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 RelWithAbs in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement RelWithAbsModifier and TypeClassDescriptionclassEasy access methods for the Relative Angle DoubleScalar.classEasy access methods for the Relative Duration DoubleScalar.classEasy access methods for the Relative Length DoubleScalar.classEasy access methods for the Relative Temperature DoubleScalar. -
Uses of RelWithAbs in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base that implement RelWithAbsModifier and TypeClassDescriptionclassDoubleScalarRelWithAbs<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 RelWithAbs in org.djunits.value.vdouble.vector
Classes in org.djunits.value.vdouble.vector that implement RelWithAbsModifier and TypeClassDescriptionclassDouble AngleVector, a vector of values with a AngleUnit.classDouble DurationVector, a vector of values with a DurationUnit.classDouble LengthVector, a vector of values with a LengthUnit.classDouble TemperatureVector, a vector of values with a TemperatureUnit. -
Uses of RelWithAbs in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base that implement RelWithAbsModifier and TypeClassDescriptionclassDoubleVectorRelWithAbs<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 RelWithAbs in org.djunits.value.vfloat.matrix
Classes in org.djunits.value.vfloat.matrix that implement RelWithAbsModifier and TypeClassDescriptionclassImmutable FloatAngle Matrix.classImmutable FloatDuration Matrix.classImmutable FloatLength Matrix.classImmutable FloatTemperature Matrix. -
Uses of RelWithAbs in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base that implement RelWithAbsModifier and TypeClassDescriptionclassFloatMatrixRelWithAbs<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 RelWithAbs in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement RelWithAbsModifier and TypeClassDescriptionclassEasy access methods for the FloatAngle FloatScalar.classEasy access methods for the FloatDuration FloatScalar.classEasy access methods for the FloatLength FloatScalar.classEasy access methods for the FloatTemperature FloatScalar. -
Uses of RelWithAbs in org.djunits.value.vfloat.scalar.base
Classes in org.djunits.value.vfloat.scalar.base that implement RelWithAbsModifier and TypeClassDescriptionclassFloatScalarRelWithAbs<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 RelWithAbs in org.djunits.value.vfloat.vector
Classes in org.djunits.value.vfloat.vector that implement RelWithAbsModifier and TypeClassDescriptionclassRelative FloatAngle Vector.classRelative FloatDuration Vector.classRelative FloatLength Vector.classRelative FloatTemperature Vector. -
Uses of RelWithAbs in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base that implement RelWithAbsModifier and TypeClassDescriptionclassFloatVectorRelWithAbs<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.