Uses of Interface
org.djunits.value.base.Scalar.RelWithAbs
| Package | Description |
|---|---|
| org.djunits.value.base |
Base value interfaces and classes, e.g.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.scalar.base |
Interfaces, abstract classes and utilities for DoubleScalar.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.scalar.base |
Utilities, interfaces and abstract classes for FloatScalar.
|
-
Uses of Scalar.RelWithAbs in org.djunits.value.base
Classes in org.djunits.value.base with type parameters of type Scalar.RelWithAbs Modifier and Type Interface Description static interfaceScalar.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends Scalar.RelWithAbs<AU,A,RU,R>>Methods for Absolute Scalar.static interfaceScalar.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends Scalar.RelWithAbs<AU,A,RU,R>>Additional methods for Relative Scalar that has a corresponding Absolute Scalar. -
Uses of Scalar.RelWithAbs in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement Scalar.RelWithAbs Modifier and Type Class Description classAngleEasy access methods for the Relative Angle DoubleScalar.classDurationEasy access methods for the Relative Duration DoubleScalar.classLengthEasy access methods for the Relative Length DoubleScalar.classTemperatureEasy access methods for the Relative Temperature DoubleScalar. -
Uses of Scalar.RelWithAbs in org.djunits.value.vdouble.scalar.base
Subinterfaces of Scalar.RelWithAbs in org.djunits.value.vdouble.scalar.base Modifier and Type Interface Description static interfaceDoubleScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends DoubleScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends DoubleScalarInterface.RelWithAbs<AU,A,RU,R>>Additional methods for Relative Scalar that has a corresponding Absolute Scalar.Classes in org.djunits.value.vdouble.scalar.base that implement Scalar.RelWithAbs Modifier and Type Class Description classAbstractDoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractDoubleScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractDoubleScalarRelWithAbs<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 Scalar.RelWithAbs in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement Scalar.RelWithAbs Modifier and Type Class Description classFloatAngleEasy access methods for the FloatAngle FloatScalar.classFloatDurationEasy access methods for the FloatDuration FloatScalar.classFloatLengthEasy access methods for the FloatLength FloatScalar.classFloatTemperatureEasy access methods for the FloatTemperature FloatScalar. -
Uses of Scalar.RelWithAbs in org.djunits.value.vfloat.scalar.base
Subinterfaces of Scalar.RelWithAbs in org.djunits.value.vfloat.scalar.base Modifier and Type Interface Description static interfaceFloatScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends FloatScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends FloatScalarInterface.RelWithAbs<AU,A,RU,R>>Additional methods for Relative Scalar that has a corresponding Absolute Scalar.Classes in org.djunits.value.vfloat.scalar.base that implement Scalar.RelWithAbs Modifier and Type Class Description classAbstractFloatScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractFloatScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractFloatScalarRelWithAbs<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.