Uses of Class
org.djunits.value.base.Scalar

Packages that use Scalar
Package
Description
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
Base value interfaces and classes, e.g.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Interfaces, abstract classes and utilities for DoubleScalar.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
  • Uses of Scalar in org.djunits.value

    Classes in org.djunits.value with type parameters of type Scalar
    Modifier and Type
    Class
    Description
    class 
    IndexedValue<U extends Unit<U>,S extends Scalar<U,S>,T extends IndexedValue<U,S,T,D>,D extends Storage<D>>
    AbstractIndexedValue.java.
  • Uses of Scalar in org.djunits.value.base

    Classes in org.djunits.value.base with type parameters of type Scalar
    Modifier and Type
    Class
    Description
    class 
    Matrix<U extends Unit<U>,S extends Scalar<U,S>,V extends Vector<U,S,V,DV>,DV extends Storage<DV>,M extends Matrix<U,S,V,DV,M,DM>,DM extends Storage<DM>>
    Matrix to distinguish a matrix from scalars and matrixs.
    class 
    Scalar<U extends Unit<U>,S extends Scalar<U,S>>
    Scalar to distinguish a scalar from vectors and matrices.
    class 
    Vector<U extends Unit<U>,S extends Scalar<U,S>,V extends Vector<U,S,V,D>,D extends Storage<D>>
    Vector to distinguish a vector from vectors and matrices.
    Methods in org.djunits.value.base that return Scalar
    Modifier and Type
    Method
    Description
    abstract S[]
    Matrix.getColumnScalars(int column)
    Retrieve a column from the matrix as an array of scalars.
    abstract S[]
    Retrieve the main diagonal of the matrix as an array of scalars.
    abstract S[]
    Matrix.getRowScalars(int row)
    Retrieve a row from the matrix as an array of scalars.
    abstract S[][]
    Matrix.getScalars()
    Return the vector as a 2D-array of scalars.
    abstract S[]
    Vector.getScalars()
    Return the vector as an array of scalars.
  • Uses of Scalar in org.djunits.value.vdouble.scalar

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

    Modifier and Type
    Class
    Description
    class 
    DoubleScalar<U extends Unit<U>,S extends DoubleScalar<U,S>>
    The most basic abstract class for the DoubleScalar.
    class 
    DoubleScalarAbs<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.
    class 
    DoubleScalarRel<U extends Unit<U>,R extends DoubleScalarRel<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 
    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 Scalar in org.djunits.value.vfloat.scalar

    Modifier and Type
    Class
    Description
    class 
    Easy access methods for the FloatAbsoluteTemperature FloatScalar.
    class 
    Easy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatAcceleration FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatAngle FloatScalar.
    class 
    Easy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatArea FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatDensity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatDirection FloatScalar.
    class 
    Easy access methods for the FloatDuration FloatScalar.
    class 
    Easy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatEnergy FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatFlowMass FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatForce FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatFrequency FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatIlluminance FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatLength FloatScalar.
    class 
    Easy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatMass FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatMomentum FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatPosition FloatScalar.
    class 
    Easy access methods for the FloatPower FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatPressure FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.
    class 
    Easy access methods for the generic Relative SI FloatScalar.
    class 
    Easy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatSpeed FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatTemperature FloatScalar.
    class 
    Easy access methods for the FloatTime FloatScalar.
    class 
    Easy access methods for the FloatTorque FloatScalar, which is relative by definition.
    class 
    Easy access methods for the FloatVolume FloatScalar, which is relative by definition.
  • Uses of Scalar in org.djunits.value.vfloat.scalar.base

    Modifier and Type
    Class
    Description
    class 
    FloatScalar<U extends Unit<U>,S extends FloatScalar<U,S>>
    Static methods to create and operate on FloatScalars.
    class 
    FloatScalarAbs<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.
    class 
    FloatScalarRel<U extends Unit<U>,R extends FloatScalarRel<U,R>>
    The typed, abstract FloatScalarRel 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.
    class 
    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.