Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Field and Description |
---|---|
static MassUnit |
UNITS.DALTON |
static MassUnit |
MassUnit.DALTON
dalton.
|
static MassUnit |
MassUnit.ELECTRONVOLT
electronvolt = 1.782661907E-36 kg.
|
static MassUnit |
MassUnit.EXAELECTRONVOLT
exaelectronvolt.
|
static MassUnit |
UNITS.FEMTOGRAM |
static MassUnit |
MassUnit.FEMTOGRAM
femtogram.
|
static MassUnit |
MassUnit.GIGAELECTRONVOLT
gigaelectronvolt.
|
static MassUnit |
UNITS.GIGAGRAM |
static MassUnit |
MassUnit.GIGAGRAM
gigagram.
|
static MassUnit |
UNITS.GRAM |
static MassUnit |
MassUnit.GRAM
gram.
|
static MassUnit |
MassUnit.KILOELECTRONVOLT
kiloelectronvolt.
|
static MassUnit |
UNITS.KILOGRAM |
static MassUnit |
MassUnit.KILOGRAM
kilogram.
|
static MassUnit |
UNITS.MASS_ELECTRONVOLT |
static MassUnit |
UNITS.MASS_EXAELECTRONVOLT |
static MassUnit |
UNITS.MASS_GIGAELECTRONVOLT |
static MassUnit |
UNITS.MASS_KILOELECTRONVOLT |
static MassUnit |
UNITS.MASS_MEGAELECTRONVOLT |
static MassUnit |
UNITS.MASS_MICROELECTRONVOLT |
static MassUnit |
UNITS.MASS_MILLIELECTRONVOLT |
static MassUnit |
UNITS.MASS_PETAELECTRONVOLT |
static MassUnit |
UNITS.MASS_TERAELECTRONVOLT |
static MassUnit |
MassUnit.MEGAELECTRONVOLT
megaelectronvolt.
|
static MassUnit |
UNITS.MEGAGRAM |
static MassUnit |
MassUnit.MEGAGRAM
megagram.
|
static MassUnit |
MassUnit.MICROELECTRONVOLT
microelectronvolt.
|
static MassUnit |
UNITS.MICROGRAM |
static MassUnit |
MassUnit.MICROGRAM
microgram.
|
static MassUnit |
MassUnit.MILLIELECTRONVOLT
millielectronvolt.
|
static MassUnit |
UNITS.MILLIGRAM |
static MassUnit |
MassUnit.MILLIGRAM
milligram.
|
static MassUnit |
UNITS.NANOGRAM |
static MassUnit |
MassUnit.NANOGRAM
nanogram.
|
static MassUnit |
UNITS.OUNCE |
static MassUnit |
MassUnit.OUNCE
pound.
|
static MassUnit |
MassUnit.PETAELECTRONVOLT
petaelectronvolt.
|
static MassUnit |
UNITS.PETAGRAM |
static MassUnit |
MassUnit.PETAGRAM
petagram.
|
static MassUnit |
UNITS.PICOGRAM |
static MassUnit |
MassUnit.PICOGRAM
picogram.
|
static MassUnit |
UNITS.POUND |
static MassUnit |
MassUnit.POUND
pound.
|
static MassUnit |
MassUnit.SI
The SI unit for mass is kilogram.
|
static MassUnit |
MassUnit.TERAELECTRONVOLT
teraelectronvolt.
|
static MassUnit |
UNITS.TERAGRAM |
static MassUnit |
MassUnit.TERAGRAM
teragram.
|
static MassUnit |
UNITS.TON_LONG |
static MassUnit |
MassUnit.TON_LONG
long ton = 2240 lb.
|
static MassUnit |
UNITS.TON_METRIC |
static MassUnit |
MassUnit.TON_METRIC
metric ton = 1000 kg.
|
static MassUnit |
UNITS.TON_SHORT |
static MassUnit |
MassUnit.TON_SHORT
short ton = 2000 lb.
|
static MassUnit |
UNITS.TONNE |
static MassUnit |
MassUnit.TONNE
metric ton = 1000 kg.
|
Modifier and Type | Method and Description |
---|---|
MassUnit |
TorqueUnit.getMassUnit() |
MassUnit |
PressureUnit.getMassUnit() |
MassUnit |
PowerUnit.getMassUnit() |
MassUnit |
MoneyPerMassUnit.getMassUnit() |
MassUnit |
ForceUnit.getMassUnit() |
MassUnit |
FlowMassUnit.getMassUnit() |
MassUnit |
EnergyUnit.getMassUnit() |
MassUnit |
ElectricalResistanceUnit.getMassUnit() |
MassUnit |
ElectricalPotentialUnit.getMassUnit() |
MassUnit |
DensityUnit.getMassUnit() |
MassUnit |
MassUnit.getStandardUnit() |
Constructor and Description |
---|
DensityUnit(MassUnit massUnit,
LengthUnit lengthUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define user defined density unit based on mass and length.
|
ElectricalPotentialUnit(MassUnit massUnit,
LengthUnit lengthUnit,
ElectricalCurrentUnit electricalCurrentUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined ElectricalPotentialUnit based on its constituent base units, e.g.
|
ElectricalResistanceUnit(MassUnit massUnit,
LengthUnit lengthUnit,
ElectricalCurrentUnit electricalCurrentUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined ElectricalResistanceUnit based on its constituent base units, e.g.
|
EnergyUnit(MassUnit massUnit,
LengthUnit lengthUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined EnergyUnit based on its constituent base units, e.g.
|
FlowMassUnit(MassUnit massUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Create a user-defined flow-massunit based on mass and time.
|
ForceUnit(MassUnit massUnit,
AccelerationUnit accelerationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ForceUnit based on a MassUnit and an AccelerationUnit, i.e.
|
ForceUnit(MassUnit massUnit,
LengthUnit lengthUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ForceUnit based on its constituent base units, e.g.
|
MassUnit(String name,
String abbreviation,
UnitSystem unitSystem,
MassUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined MassUnit with a conversion factor to another MassUnit.
|
MoneyPerMassUnit(MoneyUnit moneyUnit,
MassUnit massUnit,
String name,
String abbreviation)
Build a user-defined money per mass unit from a money unit and an mass unit.
|
PowerUnit(MassUnit massUnit,
LengthUnit lengthUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined PowerUnit based on its constituent base units, e.g.
|
PressureUnit(MassUnit massUnit,
LengthUnit lengthUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Construct a user-defined pressure unit from mass, length and time units, e.g., a Pascal = kg/m.s^2.
|
TorqueUnit(MassUnit massUnit,
LengthUnit lengthUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Create a user-defined torque unit from mass, length and time units.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMassMatrix |
MutableMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMassMatrix |
MassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Mass |
MutableMassMatrix.instantiateScalar(double value,
MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Mass |
MassMatrix.instantiateScalar(double value,
MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MassMatrix |
MutableMassMatrix.instantiateType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MassMatrix |
MassMatrix.instantiateType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MassMatrix(double[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MassMatrix(DoubleMatrixData data,
MassUnit unit) |
MutableMassMatrix(double[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MutableMassMatrix(DoubleMatrixData data,
MassUnit unit) |
Modifier and Type | Method and Description |
---|---|
Mass |
Mass.instantiateRel(double value,
MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Mass(double value,
MassUnit unit)
Construct Mass scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMassVector |
MutableMassVector.instantiateMutableType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMassVector |
MassVector.instantiateMutableType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Mass |
MutableMassVector.instantiateScalar(double value,
MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Mass |
MassVector.instantiateScalar(double value,
MassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MassVector |
MutableMassVector.instantiateType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MassVector |
MassVector.instantiateType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MassVector(double[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(DoubleVectorData data,
MassUnit unit) |
MassVector(List<Double> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(SortedMap<Integer,Double> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(double[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(DoubleVectorData data,
MassUnit unit) |
MutableMassVector(List<Double> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(SortedMap<Integer,Double> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMassMatrix |
MutableFloatMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMassMatrix |
FloatMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMass |
MutableFloatMassMatrix.instantiateScalar(float value,
MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMass |
FloatMassMatrix.instantiateScalar(float value,
MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMassMatrix |
MutableFloatMassMatrix.instantiateType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMassMatrix |
FloatMassMatrix.instantiateType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatMassMatrix(float[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
FloatMassMatrix(FloatMatrixData data,
MassUnit unit) |
MutableFloatMassMatrix(float[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
MutableFloatMassMatrix(FloatMatrixData data,
MassUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatMass |
FloatMass.instantiateRel(float value,
MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatMass(double value,
MassUnit unit)
Construct FloatMass scalar using a double value.
|
FloatMass(float value,
MassUnit unit)
Construct FloatMass scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMassVector |
MutableFloatMassVector.instantiateMutableType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMassVector |
FloatMassVector.instantiateMutableType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMass |
MutableFloatMassVector.instantiateScalar(float value,
MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMass |
FloatMassVector.instantiateScalar(float value,
MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMassVector |
MutableFloatMassVector.instantiateType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMassVector |
FloatMassVector.instantiateType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatMassVector(float[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMassVector.
|
FloatMassVector(FloatVectorData data,
MassUnit unit) |
FloatMassVector(List<Float> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMassVector.
|
FloatMassVector(SortedMap<Integer,Float> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMassVector.
|
MutableFloatMassVector(float[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(FloatVectorData data,
MassUnit unit) |
MutableFloatMassVector(List<Float> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(SortedMap<Integer,Float> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.