Uses of Interface
org.djunits.value.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
Modifier and TypeInterfaceDescriptioninterface
Absolute<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.interface
RelWithAbs<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
Modifier and TypeClassDescriptionclass
Immutable Angle Matrix.class
Immutable Duration Matrix.class
Immutable Length Matrix.class
Immutable Temperature Matrix. -
Uses of RelWithAbs in org.djunits.value.vdouble.matrix.base
Modifier and TypeClassDescriptionclass
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 RelWithAbs in org.djunits.value.vdouble.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the Relative Angle DoubleScalar.class
Easy access methods for the Relative Duration DoubleScalar.class
Easy access methods for the Relative Length DoubleScalar.class
Easy access methods for the Relative Temperature DoubleScalar. -
Uses of RelWithAbs in org.djunits.value.vdouble.scalar.base
Modifier and TypeClassDescriptionclass
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 RelWithAbs in org.djunits.value.vdouble.vector
Modifier and TypeClassDescriptionclass
Double AngleVector, a vector of values with a AngleUnit.class
Double DurationVector, a vector of values with a DurationUnit.class
Double LengthVector, a vector of values with a LengthUnit.class
Double TemperatureVector, a vector of values with a TemperatureUnit. -
Uses of RelWithAbs in org.djunits.value.vdouble.vector.base
Modifier and TypeClassDescriptionclass
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 RelWithAbs in org.djunits.value.vfloat.matrix
Modifier and TypeClassDescriptionclass
Immutable FloatAngle Matrix.class
Immutable FloatDuration Matrix.class
Immutable FloatLength Matrix.class
Immutable FloatTemperature Matrix. -
Uses of RelWithAbs in org.djunits.value.vfloat.matrix.base
Modifier and TypeClassDescriptionclass
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 RelWithAbs in org.djunits.value.vfloat.scalar
Modifier and TypeClassDescriptionclass
Easy access methods for the FloatAngle FloatScalar.class
Easy access methods for the FloatDuration FloatScalar.class
Easy access methods for the FloatLength FloatScalar.class
Easy access methods for the FloatTemperature FloatScalar. -
Uses of RelWithAbs in org.djunits.value.vfloat.scalar.base
Modifier and TypeClassDescriptionclass
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 RelWithAbs in org.djunits.value.vfloat.vector
Modifier and TypeClassDescriptionclass
Relative FloatAngle Vector.class
Relative FloatDuration Vector.class
Relative FloatLength Vector.class
Relative FloatTemperature Vector. -
Uses of RelWithAbs in org.djunits.value.vfloat.vector.base
Modifier and TypeClassDescriptionclass
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.