Uses of Class
org.djunits.unit.quantity.Quantity
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.quantity |
Base information about the units such as the SI dimensions.
|
-
Uses of Quantity in org.djunits.unit
Fields in org.djunits.unit declared as Quantity Modifier and Type Field Description static Quantity<AbsoluteTemperatureUnit>
AbsoluteTemperatureUnit. BASE
The base, with "K" as the SI signature.static Quantity<AbsorbedDoseUnit>
AbsorbedDoseUnit. BASE
The base, with "m2/s2" as the SI signature.static Quantity<AccelerationUnit>
AccelerationUnit. BASE
The base, with "m/s2" as the SI signature.static Quantity<AmountOfSubstanceUnit>
AmountOfSubstanceUnit. BASE
The base, with "mol" as the SI signature.static Quantity<AngleUnit>
AngleUnit. BASE
The base, with "rad" as the SI signature.static Quantity<AreaUnit>
AreaUnit. BASE
The base, with "m2" as the SI signature.static Quantity<CatalyticActivityUnit>
CatalyticActivityUnit. BASE
The base, with "mol/s" as the SI signature.static Quantity<DensityUnit>
DensityUnit. BASE
The base, with "kg/m3" as the SI signature.static Quantity<DimensionlessUnit>
DimensionlessUnit. BASE
The base, with the empty SI signature.static Quantity<DirectionUnit>
DirectionUnit. BASE
The base, with "rad" as the SI signature.static Quantity<DurationUnit>
DurationUnit. BASE
The base, with "s" as the SI signature.static Quantity<ElectricalCapacitanceUnit>
ElectricalCapacitanceUnit. BASE
The base, with "s3A2/kgm2" as the SI signature.static Quantity<ElectricalChargeUnit>
ElectricalChargeUnit. BASE
The base, with "sA" as the SI signature.static Quantity<ElectricalConductanceUnit>
ElectricalConductanceUnit. BASE
The base, with "s3A2/kgm2" as the SI signature.static Quantity<ElectricalCurrentUnit>
ElectricalCurrentUnit. BASE
The base, with "A" as the SI signature.static Quantity<ElectricalInductanceUnit>
ElectricalInductanceUnit. BASE
The base, with "kgm2/s2/A2" as the SI signature.static Quantity<ElectricalPotentialUnit>
ElectricalPotentialUnit. BASE
The base, with "kgm2/s3A" as the SI signature.static Quantity<ElectricalResistanceUnit>
ElectricalResistanceUnit. BASE
The base, with "kgm2/s3A2" as the SI signature.static Quantity<EnergyUnit>
EnergyUnit. BASE
The base, with "kgm2/s2" as the SI signature.static Quantity<EquivalentDoseUnit>
EquivalentDoseUnit. BASE
The base, with "m2/s2" as the SI signature.static Quantity<FlowMassUnit>
FlowMassUnit. BASE
The base, with "kg/s" as the SI signature.static Quantity<FlowVolumeUnit>
FlowVolumeUnit. BASE
The base, with "kg/s" as the SI signature.static Quantity<ForceUnit>
ForceUnit. BASE
The base, with "kgm/s2" as the SI signature.static Quantity<FrequencyUnit>
FrequencyUnit. BASE
The SI unit for frequency is Hertz or 1/s.static Quantity<IlluminanceUnit>
IlluminanceUnit. BASE
The base, with "lux" as the SI signature.static Quantity<LengthUnit>
LengthUnit. BASE
The base, with "m" as the SI signature.static Quantity<LinearDensityUnit>
LinearDensityUnit. BASE
The base, with "/m" as the SI signature.static Quantity<LuminousFluxUnit>
LuminousFluxUnit. BASE
The base, with "lumen" as the SI signature.static Quantity<LuminousIntensityUnit>
LuminousIntensityUnit. BASE
The base, with "cd" as the SI signature.static Quantity<MagneticFluxDensityUnit>
MagneticFluxDensityUnit. BASE
The base, with "kg/m2s2A" as the SI signature.static Quantity<MagneticFluxUnit>
MagneticFluxUnit. BASE
The base, with "kgm2/s2A" as the SI signature.static Quantity<MassUnit>
MassUnit. BASE
The base, with "kg" as the SI signature.static Quantity<PositionUnit>
PositionUnit. BASE
The base, with "m" as the SI signature.static Quantity<PowerUnit>
PowerUnit. BASE
The base, with "kgm2/s3" as the SI signature.static Quantity<PressureUnit>
PressureUnit. BASE
The base, with "kg/ms2" as the SI signature.static Quantity<RadioActivityUnit>
RadioActivityUnit. BASE
The base, with "/s" as the SI signature.static Quantity<SolidAngleUnit>
SolidAngleUnit. BASE
The base, with "sr" as the SI signature.static Quantity<SpeedUnit>
SpeedUnit. BASE
The base, with "m/s" as the SI signature.static Quantity<TemperatureUnit>
TemperatureUnit. BASE
The base, with "m2" as the SI signature.static Quantity<TimeUnit>
TimeUnit. BASE
The base, with "m2" as the SI signature.static Quantity<TorqueUnit>
TorqueUnit. BASE
The base, with "kgm2/s2" as the SI signature.static Quantity<VolumeUnit>
VolumeUnit. BASE
The base, with "m2" as the SI signature.Methods in org.djunits.unit that return Quantity Modifier and Type Method Description Quantity<U>
Unit.Builder. getQuantity()
Retrieve the unit base.Quantity<U>
Unit. getQuantity()
Retrieve the unit base of this unit.Quantity<RU>
AbsoluteLinearUnit. getRelativeQuantity()
Return the corresponding relative unit base.Methods in org.djunits.unit with parameters of type Quantity Modifier and Type Method Description AbsoluteLinearUnit.Builder<AU,RU>
AbsoluteLinearUnit.Builder. setQuantity(Quantity<AU> baseUnit)
Set the unit base.Unit.Builder<U>
Unit.Builder. setQuantity(Quantity<U> newQuantity)
Set the unit base. -
Uses of Quantity in org.djunits.unit.quantity
Methods in org.djunits.unit.quantity that return Quantity Modifier and Type Method Description Quantity<?>
Quantities. getQuantity(String unitClassName)
Return the Quantity for a given name of a unit class, or null if it has not been registered.Methods in org.djunits.unit.quantity that return types with arguments of type Quantity Modifier and Type Method Description Set<Quantity<?>>
Quantities. getQuantities(SIDimensions siDimensions)
Retrieve a safe copy of the quantity set registered for an SI fingerprint.Map<String,Quantity<?>>
Quantities. getRegistry()
Methods in org.djunits.unit.quantity with parameters of type Quantity Modifier and Type Method Description void
Quantities. register(Quantity<?> quantity)
Register the baseUnit in the UnitType registries.void
Quantities. unregister(Quantity<?> baseUnit)
Unregister the baseUnit in the UnitType registries.