Uses of Interface
org.djunits.value.vdouble.scalar.base.DoubleScalarInterface.Rel

Packages that use DoubleScalarInterface.Rel 
Package Description
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.
  • Uses of DoubleScalarInterface.Rel in org.djunits.value.vdouble.scalar

    Classes in org.djunits.value.vdouble.scalar that implement DoubleScalarInterface.Rel 
    Modifier and Type Class Description
    class  AbsorbedDose
    Easy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.
    class  Acceleration
    Easy access methods for the Acceleration DoubleScalar, which is relative by definition.
    class  AmountOfSubstance
    Easy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.
    class  Angle
    Easy access methods for the Relative Angle DoubleScalar.
    class  Area
    Easy access methods for the Area DoubleScalar, which is relative by definition.
    class  CatalyticActivity
    Easy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.
    class  Density
    Easy access methods for the Density DoubleScalar, which is relative by definition.
    class  Dimensionless
    Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.
    class  Duration
    Easy access methods for the Relative Duration DoubleScalar.
    class  ElectricalCapacitance
    Easy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.
    class  ElectricalCharge
    Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.
    class  ElectricalConductance
    Easy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.
    class  ElectricalCurrent
    Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.
    class  ElectricalInductance
    Easy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.
    class  ElectricalPotential
    Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.
    class  ElectricalResistance
    Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.
    class  Energy
    Easy access methods for the Energy DoubleScalar, which is relative by definition.
    class  EquivalentDose
    Easy access methods for the EquivalentDose DoubleScalar, which is relative by definition.
    class  FlowMass
    Easy access methods for the FlowMass DoubleScalar, which is relative by definition.
    class  FlowVolume
    Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.
    class  Force
    Easy access methods for the Force DoubleScalar, which is relative by definition.
    class  Frequency
    Easy access methods for the Frequency DoubleScalar, which is relative by definition.
    class  Illuminance
    Easy access methods for the Illuminance DoubleScalar, which is relative by definition.
    class  Length
    Easy access methods for the Relative Length DoubleScalar.
    class  LinearDensity
    Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.
    class  LuminousFlux
    Easy access methods for the LuminousFlux DoubleScalar, which is relative by definition.
    class  LuminousIntensity
    Easy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.
    class  MagneticFlux
    Easy access methods for the MagneticFlux DoubleScalar, which is relative by definition.
    class  MagneticFluxDensity
    Easy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.
    class  Mass
    Easy access methods for the Mass DoubleScalar, which is relative by definition.
    class  Power
    Easy access methods for the Power DoubleScalar, which is relative by definition.
    class  Pressure
    Easy access methods for the Pressure DoubleScalar, which is relative by definition.
    class  RadioActivity
    Easy access methods for the RadioActivity DoubleScalar, which is relative by definition.
    class  SIScalar
    Easy access methods for the generic Relative SI DoubleScalar.
    class  SolidAngle
    Easy access methods for the SolidAngle DoubleScalar, which is relative by definition.
    class  Speed
    Easy access methods for the Speed DoubleScalar, which is relative by definition.
    class  Temperature
    Easy access methods for the Relative Temperature DoubleScalar.
    class  Torque
    Easy access methods for the Torque DoubleScalar, which is relative by definition.
    class  Volume
    Easy access methods for the Volume DoubleScalar, which is relative by definition.
  • Uses of DoubleScalarInterface.Rel in org.djunits.value.vdouble.scalar.base

    Classes in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface.Rel 
    Modifier and Type Interface Description
    static interface  DoubleScalarInterface.Rel<U extends Unit<U>,​R extends DoubleScalarInterface.Rel<U,​R>>
    Methods for Relative DoubleScalar.
    Classes in org.djunits.value.vdouble.scalar.base that implement DoubleScalarInterface.Rel 
    Modifier and Type Class Description
    class  AbstractDoubleScalarRel<U extends Unit<U>,​R extends AbstractDoubleScalarRel<U,​R>>
    The typed, abstract DoubleScalarRel 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.
    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.
    Methods in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface.Rel 
    Modifier and Type Method Description
    static <U extends Unit<U>,​ R extends DoubleScalarInterface.Rel<U,​ R>>
    R
    DoubleScalar.interpolate​(R zero, R one, double ratio)
    Interpolate between two values.
    static <U extends Unit<U>,​ R extends DoubleScalarInterface.Rel<U,​ R>>
    R
    DoubleScalar.minus​(R left, R right)
    Subtract a relative value from a relative value.
    static <U extends Unit<U>,​ R extends DoubleScalarInterface.Rel<U,​ R>>
    R
    DoubleScalar.plus​(R left, R right)
    Add a Relative value to a Relative value.
    Methods in org.djunits.value.vdouble.scalar.base with parameters of type DoubleScalarInterface.Rel 
    Modifier and Type Method Description
    static SIScalar DoubleScalar.divide​(DoubleScalarInterface.Rel<?,​?> left, DoubleScalarInterface.Rel<?,​?> right)
    Divide two values; the result is a new instance with a different (existing or generated) SI unit.
    static SIScalar DoubleScalar.multiply​(DoubleScalarInterface.Rel<?,​?> left, DoubleScalarInterface.Rel<?,​?> right)
    Multiply two values; the result is a new instance with a different (existing or generated) SI unit.