Uses of Interface
org.djunits.value.Absolute
Packages that use Absolute
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 Absolute in org.djunits.value
Classes in org.djunits.value with type parameters of type AbsoluteModifier 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 Absolute in org.djunits.value.vdouble.matrix
Classes in org.djunits.value.vdouble.matrix that implement AbsoluteModifier and TypeClassDescriptionclassImmutable AbsoluteTemperature Matrix.classImmutable Direction Matrix.classImmutable Position Matrix.classImmutable Time Matrix. -
Uses of Absolute in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base that implement AbsoluteModifier and TypeClassDescriptionclassDoubleMatrixAbs<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 Absolute in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement AbsoluteModifier and TypeClassDescriptionclassEasy access methods for the Absolute AbsoluteTemperature DoubleScalar.classEasy access methods for the Absolute Direction DoubleScalar.classEasy access methods for the Absolute Position DoubleScalar.classEasy access methods for the Absolute Time DoubleScalar. -
Uses of Absolute in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base that implement AbsoluteModifier and TypeClassDescriptionclassDoubleScalarAbs<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. -
Uses of Absolute in org.djunits.value.vdouble.vector
Classes in org.djunits.value.vdouble.vector that implement AbsoluteModifier and TypeClassDescriptionclassDouble AbsoluteTemperatureVector, a vector of values with a AbsoluteTemperatureUnit.classDouble DirectionVector, a vector of values with a DirectionUnit.classDouble PositionVector, a vector of values with a PositionUnit.classDouble TimeVector, a vector of values with a TimeUnit. -
Uses of Absolute in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base that implement AbsoluteModifier and TypeClassDescriptionclassDoubleVectorAbs<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 Absolute in org.djunits.value.vfloat.matrix
Classes in org.djunits.value.vfloat.matrix that implement AbsoluteModifier and TypeClassDescriptionclassImmutable FloatAbsoluteTemperature Matrix.classImmutable FloatDirection Matrix.classImmutable FloatPosition Matrix.classImmutable FloatTime Matrix. -
Uses of Absolute in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base that implement AbsoluteModifier and TypeClassDescriptionclassFloatMatrixAbs<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 Absolute in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement AbsoluteModifier and TypeClassDescriptionclassEasy access methods for the FloatAbsoluteTemperature FloatScalar.classEasy access methods for the FloatDirection FloatScalar.classEasy access methods for the FloatPosition FloatScalar.classEasy access methods for the FloatTime FloatScalar. -
Uses of Absolute in org.djunits.value.vfloat.scalar.base
Classes in org.djunits.value.vfloat.scalar.base that implement AbsoluteModifier and TypeClassDescriptionclassFloatScalarAbs<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. -
Uses of Absolute in org.djunits.value.vfloat.vector
Classes in org.djunits.value.vfloat.vector that implement AbsoluteModifier and TypeClassDescriptionclassAbsolute FloatAbsoluteTemperature Vector.classAbsolute FloatDirection Vector.classAbsolute FloatPosition Vector.classAbsolute FloatTime Vector. -
Uses of Absolute in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base that implement AbsoluteModifier and TypeClassDescriptionclassFloatVectorAbs<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.