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 MoneyPerMassUnit |
MoneyPerMassUnit.EUR_PER_KILOGRAM
Euro per kg.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.EUR_PER_METRIC_TON
Euro per metric ton.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.USD_PER_LONG_TON
US$ per long ton.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.USD_PER_POUND
US$ per pound.
|
static MoneyPerMassUnit |
MoneyPerMassUnit.USD_PER_SHORT_TON
US$ per short ton.
|
Modifier and Type | Method and Description |
---|---|
static MoneyPerMassUnit |
MoneyPerMassUnit.getStandardMoneyPerMassUnit() |
MoneyPerMassUnit |
MoneyPerMassUnit.getStandardUnit() |
Constructor and Description |
---|
MoneyPerMassUnit(String name,
String abbreviation,
MoneyPerMassUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined MoneyPerMassUnit with a conversion factor to another MoneyPerMassUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerMassMatrix |
MutableMoneyPerMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerMassMatrix |
MoneyPerMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerMass |
MutableMoneyPerMassMatrix.instantiateScalar(double value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerMass |
MoneyPerMassMatrix.instantiateScalar(double value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerMassMatrix |
MutableMoneyPerMassMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerMassMatrix |
MoneyPerMassMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MoneyPerMassMatrix(double[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassMatrix.
|
MoneyPerMassMatrix(DoubleMatrixData data,
MoneyPerMassUnit unit) |
MutableMoneyPerMassMatrix(double[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassMatrix.
|
MutableMoneyPerMassMatrix(DoubleMatrixData data,
MoneyPerMassUnit unit) |
Modifier and Type | Method and Description |
---|---|
MoneyPerMass |
MoneyPerMass.instantiateRel(double value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MoneyPerMass(double value,
MoneyPerMassUnit unit)
Construct MoneyPerMass scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerMassVector |
MutableMoneyPerMassVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerMassVector |
MoneyPerMassVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyPerMass |
MutableMoneyPerMassVector.instantiateScalar(double value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerMass |
MoneyPerMassVector.instantiateScalar(double value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerMassVector |
MutableMoneyPerMassVector.instantiateType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerMassVector |
MoneyPerMassVector.instantiateType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MoneyPerMassVector(double[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(DoubleVectorData data,
MoneyPerMassUnit unit) |
MoneyPerMassVector(List<Double> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(SortedMap<Integer,Double> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(double[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(DoubleVectorData data,
MoneyPerMassUnit unit) |
MutableMoneyPerMassVector(List<Double> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(SortedMap<Integer,Double> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerMassMatrix |
MutableFloatMoneyPerMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerMassMatrix |
FloatMoneyPerMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerMass |
MutableFloatMoneyPerMassMatrix.instantiateScalar(float value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerMass |
FloatMoneyPerMassMatrix.instantiateScalar(float value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerMassMatrix |
MutableFloatMoneyPerMassMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerMassMatrix |
FloatMoneyPerMassMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatMoneyPerMassMatrix(float[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassMatrix.
|
FloatMoneyPerMassMatrix(FloatMatrixData data,
MoneyPerMassUnit unit) |
MutableFloatMoneyPerMassMatrix(float[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassMatrix.
|
MutableFloatMoneyPerMassMatrix(FloatMatrixData data,
MoneyPerMassUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatMoneyPerMass |
FloatMoneyPerMass.instantiateRel(float value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatMoneyPerMass(double value,
MoneyPerMassUnit unit)
Construct FloatMoneyPerMass scalar using a double value.
|
FloatMoneyPerMass(float value,
MoneyPerMassUnit unit)
Construct FloatMoneyPerMass scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerMassVector |
MutableFloatMoneyPerMassVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerMassVector |
FloatMoneyPerMassVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerMass |
MutableFloatMoneyPerMassVector.instantiateScalar(float value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerMass |
FloatMoneyPerMassVector.instantiateScalar(float value,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerMassVector |
MutableFloatMoneyPerMassVector.instantiateType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerMassVector |
FloatMoneyPerMassVector.instantiateType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatMoneyPerMassVector(float[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(FloatVectorData data,
MoneyPerMassUnit unit) |
FloatMoneyPerMassVector(List<Float> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(SortedMap<Integer,Float> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(float[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(FloatVectorData data,
MoneyPerMassUnit unit) |
MutableFloatMoneyPerMassVector(List<Float> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(SortedMap<Integer,Float> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerMassVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.