Uses of Interface
org.djunits.value.base.Scalar
| Package | Description |
|---|---|
| org.djunits.value |
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
|
| 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 in org.djunits.value
Classes in org.djunits.value with type parameters of type Scalar Modifier and Type Class Description classAbstractIndexedValue<U extends Unit<U>,S extends Scalar<U,S>,T extends AbstractIndexedValue<U,S,T,D>,D extends AbstractStorage<D>>AbstractIndexedValue.java.classAbstractScalar<U extends Unit<U>,S extends Scalar<U,S>>AbstractScalar is a class to help construct Scalar classes.interfaceIndexedValue<U extends Unit<U>,S extends Scalar<U,S>,T extends IndexedValue<U,S,T>>IndexedValue.java.Classes in org.djunits.value that implement Scalar Modifier and Type Class Description classAbstractScalar<U extends Unit<U>,S extends Scalar<U,S>>AbstractScalar is a class to help construct Scalar classes. -
Uses of Scalar in org.djunits.value.base
Classes in org.djunits.value.base with type parameters of type Scalar Modifier and Type Interface Description interfaceMatrix<U extends Unit<U>,S extends Scalar<U,S>,V extends Vector<U,S,V>,M extends Matrix<U,S,V,M>>Matrix to distinguish a matrix from scalars and matrixs.static interfaceMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,AM extends Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>Methods for Absolute Matrix.static interfaceMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,AM extends Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>Methods for Absolute Matrix.static interfaceMatrix.Rel<U extends Unit<U>,S extends Scalar<U,S>,V extends Vector<U,S,V>,RM extends Matrix.Rel<U,S,V,RM>>Methods for Relative Matrix.static interfaceMatrix.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,AM extends Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>Additional methods for Relative Matrix that has a corresponding Absolute Matrix.static interfaceMatrix.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,AM extends Matrix.Abs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>,RM extends Matrix.RelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>Additional methods for Relative Matrix that has a corresponding Absolute Matrix.interfaceScalar<U extends Unit<U>,S extends Scalar<U,S>>Scalar to distinguish a scalar from vectors and matrices.interfaceVector<U extends Unit<U>,S extends Scalar<U,S>,V extends Vector<U,S,V>>Vector to distinguish a vector from vectors and matrices.static interfaceVector.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>>Methods for Absolute Vector.static interfaceVector.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>>Methods for Absolute Vector.static interfaceVector.Rel<U extends Unit<U>,S extends Scalar<U,S>,RV extends Vector.Rel<U,S,RV>>Methods for Relative Vector.static interfaceVector.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>>Additional methods for Relative Vector that has a corresponding Absolute Vector.static interfaceVector.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar<AU,A>,AV extends Vector.Abs<AU,A,AV,RU,R,RV>,RU extends Unit<RU>,R extends Scalar<RU,R>,RV extends Vector.RelWithAbs<AU,A,AV,RU,R,RV>>Additional methods for Relative Vector that has a corresponding Absolute Vector.Subinterfaces of Scalar in org.djunits.value.base 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.Rel<U extends Unit<U>,R extends Scalar.Rel<U,R>>Methods for Relative 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.Methods in org.djunits.value.base that return Scalar Modifier and Type Method Description S[]Matrix. getColumnScalars(int column)Retrieve a column from the matrix as an array of scalars.S[]Matrix. getDiagonalScalars()Retrieve the main diagonal of the matrix as an array of scalars.S[]Matrix. getRowScalars(int row)Retrieve a row from the matrix as an array of scalars.S[][]Matrix. getScalars()Return the vector as a 2D-array of scalars.S[]Vector. getScalars()Return the vector as an array of scalars. -
Uses of Scalar in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement Scalar Modifier and Type Class Description classAbsoluteTemperatureEasy access methods for the Absolute AbsoluteTemperature DoubleScalar.classAbsorbedDoseEasy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.classAccelerationEasy access methods for the Acceleration DoubleScalar, which is relative by definition.classAmountOfSubstanceEasy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.classAngleEasy access methods for the Relative Angle DoubleScalar.classAngularAccelerationEasy access methods for the AngularAcceleration DoubleScalar, which is relative by definition.classAngularVelocityEasy access methods for the AngularVelocity DoubleScalar, which is relative by definition.classAreaEasy access methods for the Area DoubleScalar, which is relative by definition.classCatalyticActivityEasy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.classDensityEasy access methods for the Density DoubleScalar, which is relative by definition.classDimensionlessEasy access methods for the Dimensionless DoubleScalar, which is relative by definition.classDirectionEasy access methods for the Absolute Direction DoubleScalar.classDurationEasy access methods for the Relative Duration DoubleScalar.classElectricalCapacitanceEasy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.classElectricalChargeEasy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.classElectricalConductanceEasy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.classElectricalCurrentEasy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.classElectricalInductanceEasy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.classElectricalPotentialEasy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.classElectricalResistanceEasy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.classEnergyEasy access methods for the Energy DoubleScalar, which is relative by definition.classEquivalentDoseEasy access methods for the EquivalentDose DoubleScalar, which is relative by definition.classFlowMassEasy access methods for the FlowMass DoubleScalar, which is relative by definition.classFlowVolumeEasy access methods for the FlowVolume DoubleScalar, which is relative by definition.classForceEasy access methods for the Force DoubleScalar, which is relative by definition.classFrequencyEasy access methods for the Frequency DoubleScalar, which is relative by definition.classIlluminanceEasy access methods for the Illuminance DoubleScalar, which is relative by definition.classLengthEasy access methods for the Relative Length DoubleScalar.classLinearDensityEasy access methods for the LinearDensity DoubleScalar, which is relative by definition.classLuminousFluxEasy access methods for the LuminousFlux DoubleScalar, which is relative by definition.classLuminousIntensityEasy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.classMagneticFluxEasy access methods for the MagneticFlux DoubleScalar, which is relative by definition.classMagneticFluxDensityEasy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.classMassEasy access methods for the Mass DoubleScalar, which is relative by definition.classMomentumEasy access methods for the Momentum DoubleScalar, which is relative by definition.classPositionEasy access methods for the Absolute Position DoubleScalar.classPowerEasy access methods for the Power DoubleScalar, which is relative by definition.classPressureEasy access methods for the Pressure DoubleScalar, which is relative by definition.classRadioActivityEasy access methods for the RadioActivity DoubleScalar, which is relative by definition.classSIScalarEasy access methods for the generic Relative SI DoubleScalar.classSolidAngleEasy access methods for the SolidAngle DoubleScalar, which is relative by definition.classSpeedEasy access methods for the Speed DoubleScalar, which is relative by definition.classTemperatureEasy access methods for the Relative Temperature DoubleScalar.classTimeEasy access methods for the Absolute Time DoubleScalar.classTorqueEasy access methods for the Torque DoubleScalar, which is relative by definition.classVolumeEasy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of Scalar in org.djunits.value.vdouble.scalar.base
Subinterfaces of Scalar in org.djunits.value.vdouble.scalar.base Modifier and Type Interface Description interfaceDoubleScalarInterface<U extends Unit<U>,S extends DoubleScalarInterface<U,S>>Double scalar functions.static interfaceDoubleScalarInterface.Abs<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>>Methods for Absolute Scalar.static interfaceDoubleScalarInterface.Rel<U extends Unit<U>,R extends DoubleScalarInterface.Rel<U,R>>Methods for Relative DoubleScalar.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 Modifier and Type Class Description classAbstractDoubleScalar<U extends Unit<U>,S extends AbstractDoubleScalar<U,S>>The most basic abstract class for the DoubleScalar.classAbstractDoubleScalarAbs<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 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.classAbstractDoubleScalarRel<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.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 in org.djunits.value.vfloat.scalar
Classes in org.djunits.value.vfloat.scalar that implement Scalar Modifier and Type Class Description classFloatAbsoluteTemperatureEasy access methods for the FloatAbsoluteTemperature FloatScalar.classFloatAbsorbedDoseEasy access methods for the FloatAbsorbedDose FloatScalar, which is relative by definition.classFloatAccelerationEasy access methods for the FloatAcceleration FloatScalar, which is relative by definition.classFloatAmountOfSubstanceEasy access methods for the FloatAmountOfSubstance FloatScalar, which is relative by definition.classFloatAngleEasy access methods for the FloatAngle FloatScalar.classFloatAngularAccelerationEasy access methods for the FloatAngularAcceleration FloatScalar, which is relative by definition.classFloatAngularVelocityEasy access methods for the FloatAngularVelocity FloatScalar, which is relative by definition.classFloatAreaEasy access methods for the FloatArea FloatScalar, which is relative by definition.classFloatCatalyticActivityEasy access methods for the FloatCatalyticActivity FloatScalar, which is relative by definition.classFloatDensityEasy access methods for the FloatDensity FloatScalar, which is relative by definition.classFloatDimensionlessEasy access methods for the FloatDimensionless FloatScalar, which is relative by definition.classFloatDirectionEasy access methods for the FloatDirection FloatScalar.classFloatDurationEasy access methods for the FloatDuration FloatScalar.classFloatElectricalCapacitanceEasy access methods for the FloatElectricalCapacitance FloatScalar, which is relative by definition.classFloatElectricalChargeEasy access methods for the FloatElectricalCharge FloatScalar, which is relative by definition.classFloatElectricalConductanceEasy access methods for the FloatElectricalConductance FloatScalar, which is relative by definition.classFloatElectricalCurrentEasy access methods for the FloatElectricalCurrent FloatScalar, which is relative by definition.classFloatElectricalInductanceEasy access methods for the FloatElectricalInductance FloatScalar, which is relative by definition.classFloatElectricalPotentialEasy access methods for the FloatElectricalPotential FloatScalar, which is relative by definition.classFloatElectricalResistanceEasy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.classFloatEnergyEasy access methods for the FloatEnergy FloatScalar, which is relative by definition.classFloatEquivalentDoseEasy access methods for the FloatEquivalentDose FloatScalar, which is relative by definition.classFloatFlowMassEasy access methods for the FloatFlowMass FloatScalar, which is relative by definition.classFloatFlowVolumeEasy access methods for the FloatFlowVolume FloatScalar, which is relative by definition.classFloatForceEasy access methods for the FloatForce FloatScalar, which is relative by definition.classFloatFrequencyEasy access methods for the FloatFrequency FloatScalar, which is relative by definition.classFloatIlluminanceEasy access methods for the FloatIlluminance FloatScalar, which is relative by definition.classFloatLengthEasy access methods for the FloatLength FloatScalar.classFloatLinearDensityEasy access methods for the FloatLinearDensity FloatScalar, which is relative by definition.classFloatLuminousFluxEasy access methods for the FloatLuminousFlux FloatScalar, which is relative by definition.classFloatLuminousIntensityEasy access methods for the FloatLuminousIntensity FloatScalar, which is relative by definition.classFloatMagneticFluxEasy access methods for the FloatMagneticFlux FloatScalar, which is relative by definition.classFloatMagneticFluxDensityEasy access methods for the FloatMagneticFluxDensity FloatScalar, which is relative by definition.classFloatMassEasy access methods for the FloatMass FloatScalar, which is relative by definition.classFloatMomentumEasy access methods for the FloatMomentum FloatScalar, which is relative by definition.classFloatPositionEasy access methods for the FloatPosition FloatScalar.classFloatPowerEasy access methods for the FloatPower FloatScalar, which is relative by definition.classFloatPressureEasy access methods for the FloatPressure FloatScalar, which is relative by definition.classFloatRadioActivityEasy access methods for the FloatRadioActivity FloatScalar, which is relative by definition.classFloatSIScalarEasy access methods for the generic Relative SI FloatScalar.classFloatSolidAngleEasy access methods for the FloatSolidAngle FloatScalar, which is relative by definition.classFloatSpeedEasy access methods for the FloatSpeed FloatScalar, which is relative by definition.classFloatTemperatureEasy access methods for the FloatTemperature FloatScalar.classFloatTimeEasy access methods for the FloatTime FloatScalar.classFloatTorqueEasy access methods for the FloatTorque FloatScalar, which is relative by definition.classFloatVolumeEasy access methods for the FloatVolume FloatScalar, which is relative by definition. -
Uses of Scalar in org.djunits.value.vfloat.scalar.base
Subinterfaces of Scalar in org.djunits.value.vfloat.scalar.base Modifier and Type Interface Description interfaceFloatScalarInterface<U extends Unit<U>,S extends FloatScalarInterface<U,S>>Float scalar functions.static interfaceFloatScalarInterface.Abs<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>>Methods for Absolute Scalar.static interfaceFloatScalarInterface.Rel<U extends Unit<U>,R extends FloatScalarInterface.Rel<U,R>>Methods for Relative FloatScalar.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 Modifier and Type Class Description classAbstractFloatScalar<U extends Unit<U>,S extends AbstractFloatScalar<U,S>>The most basic abstract class for the FloatScalar.classAbstractFloatScalarAbs<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 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.classAbstractFloatScalarRel<U extends Unit<U>,R extends AbstractFloatScalarRel<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.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.