| 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 MoneyPerTimeUnit |
MoneyPerTimeUnit.EUR_PER_DAY
Euro per day.
|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.EUR_PER_HOUR
Euro per hour.
|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.USD_PER_DAY
US$ per day.
|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.USD_PER_HOUR
US$ per hour.
|
| Modifier and Type | Method and Description |
|---|---|
static MoneyPerTimeUnit |
MoneyPerTimeUnit.getStandardMoneyPerTimeUnit() |
MoneyPerTimeUnit |
MoneyPerTimeUnit.getStandardUnit() |
| Constructor and Description |
|---|
MoneyPerTimeUnit(String name,
String abbreviation,
MoneyPerTimeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined MoneyPerTimeUnit with a conversion factor to another MoneyPerTimeUnit.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableMoneyPerTimeMatrix |
MutableMoneyPerTimeMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerTimeMatrix |
MoneyPerTimeMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerTimeMatrix |
MutableMoneyPerTimeMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerTimeMatrix |
MoneyPerTimeMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
| Constructor and Description |
|---|
MoneyPerTimeMatrix(double[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeMatrix.
|
MoneyPerTimeMatrix(DoubleMatrixData data,
MoneyPerTimeUnit unit) |
MutableMoneyPerTimeMatrix(double[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeMatrix.
|
MutableMoneyPerTimeMatrix(DoubleMatrixData data,
MoneyPerTimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected MoneyPerTime |
MoneyPerTime.instantiateTypeRel(double value,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
| Constructor and Description |
|---|
MoneyPerTime(double value,
MoneyPerTimeUnit unit)
Construct MoneyPerTime scalar.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableMoneyPerTimeVector |
MutableMoneyPerTimeVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerTimeVector |
MoneyPerTimeVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyPerTimeVector |
MutableMoneyPerTimeVector.instantiateType(DoubleVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerTimeVector |
MoneyPerTimeVector.instantiateType(DoubleVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
| Constructor and Description |
|---|
MoneyPerTimeVector(double[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(DoubleVectorData data,
MoneyPerTimeUnit unit) |
MoneyPerTimeVector(List<Double> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(SortedMap<Integer,Double> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(double[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(DoubleVectorData data,
MoneyPerTimeUnit unit) |
MutableMoneyPerTimeVector(List<Double> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(SortedMap<Integer,Double> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatMoneyPerTimeMatrix |
MutableFloatMoneyPerTimeMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerTimeMatrix |
FloatMoneyPerTimeMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerTimeMatrix |
MutableFloatMoneyPerTimeMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerTimeMatrix |
FloatMoneyPerTimeMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
| Constructor and Description |
|---|
FloatMoneyPerTimeMatrix(float[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
FloatMoneyPerTimeMatrix(FloatMatrixData data,
MoneyPerTimeUnit unit) |
MutableFloatMoneyPerTimeMatrix(float[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
MutableFloatMoneyPerTimeMatrix(FloatMatrixData data,
MoneyPerTimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected FloatMoneyPerTime |
FloatMoneyPerTime.instantiateTypeRel(float value,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
| Constructor and Description |
|---|
FloatMoneyPerTime(double value,
MoneyPerTimeUnit unit)
Construct FloatMoneyPerTime scalar using a double value.
|
FloatMoneyPerTime(float value,
MoneyPerTimeUnit unit)
Construct FloatMoneyPerTime scalar.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatMoneyPerTimeVector |
MutableFloatMoneyPerTimeVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerTimeVector |
FloatMoneyPerTimeVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerTimeVector |
MutableFloatMoneyPerTimeVector.instantiateType(FloatVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerTimeVector |
FloatMoneyPerTimeVector.instantiateType(FloatVectorData dvd,
MoneyPerTimeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
| Constructor and Description |
|---|
FloatMoneyPerTimeVector(float[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(FloatVectorData data,
MoneyPerTimeUnit unit) |
FloatMoneyPerTimeVector(List<Float> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(SortedMap<Integer,Float> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(float[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(FloatVectorData data,
MoneyPerTimeUnit unit) |
MutableFloatMoneyPerTimeVector(List<Float> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(SortedMap<Integer,Float> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.