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 interface
Scalar.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 interface
Scalar.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 class
Angle
Easy access methods for the Relative Angle DoubleScalar.class
Duration
Easy access methods for the Relative Duration DoubleScalar.class
Length
Easy access methods for the Relative Length DoubleScalar.class
Temperature
Easy 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 interface
DoubleScalarInterface.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 class
AbstractDoubleScalarRelWithAbs<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 class
FloatAngle
Easy access methods for the FloatAngle FloatScalar.class
FloatDuration
Easy access methods for the FloatDuration FloatScalar.class
FloatLength
Easy access methods for the FloatLength FloatScalar.class
FloatTemperature
Easy 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 interface
FloatScalarInterface.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 class
AbstractFloatScalarRelWithAbs<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.