Uses of Class
org.djunits.unit.AbsoluteLinearUnit
Packages that use AbsoluteLinearUnit
Package
Description
Units for version 4 of DJUNITS.
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
Interfaces, abstract classes and utilities for DoubleMatrix.
Interfaces, abstract classes and utilities for DoubleScalar.
Interfaces, abstract classes and utilities for DoubleVector.
Interfaces, abstract classes and utilities for FloatMatrix.
Utilities, interfaces and abstract classes for FloatScalar.
Interfaces, abstract classes and utilities for FloatVector.
-
Uses of AbsoluteLinearUnit in org.djunits.unit
Classes in org.djunits.unit with type parameters of type AbsoluteLinearUnitModifier and TypeClassDescriptionclassAbsoluteLinearUnit<AU extends AbsoluteLinearUnit<AU,RU>, RU extends Unit<RU>> The AbsoluteUnit class indicates that a unit is absolute and has a "zero" point.static classAbsoluteLinearUnit.Builder<AU extends AbsoluteLinearUnit<AU,RU>, RU extends Unit<RU>> Builder for the AbsoluteUnit.Subclasses of AbsoluteLinearUnit in org.djunits.unitModifier and TypeClassDescriptionclassAbsoluteTemperature units.classStandard direction unit.classStandard absolute position units.classStandard absolute time units. -
Uses of AbsoluteLinearUnit in org.djunits.value
Classes in org.djunits.value with type parameters of type AbsoluteLinearUnitModifier 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 AbsoluteLinearUnit in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base with type parameters of type AbsoluteLinearUnitModifier 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.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 AbsoluteLinearUnit in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base with type parameters of type AbsoluteLinearUnitModifier 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.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 AbsoluteLinearUnit in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base with type parameters of type AbsoluteLinearUnitModifier 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.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 AbsoluteLinearUnit in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base with type parameters of type AbsoluteLinearUnitModifier 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.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 AbsoluteLinearUnit in org.djunits.value.vfloat.scalar.base
Classes in org.djunits.value.vfloat.scalar.base with type parameters of type AbsoluteLinearUnitModifier 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.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 AbsoluteLinearUnit in org.djunits.value.vfloat.vector.base
Classes in org.djunits.value.vfloat.vector.base with type parameters of type AbsoluteLinearUnitModifier 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.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.