| 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 MoneyUnit |
MoneyUnit.AUD
The currency 'AUD' - Australian Dollar.
|
static MoneyUnit |
MoneyUnit.CAD
The currency 'CAD' - Canadian Dollar.
|
static MoneyUnit |
MoneyUnit.CHF
The currency 'CHF' - Swiss Franc.
|
static MoneyUnit |
MoneyUnit.EUR
The currency 'EUR' - Euro.
|
static MoneyUnit |
MoneyUnit.GBP
The currency 'GBP' - British pound.
|
static MoneyUnit |
MoneyUnit.JPY
The currency 'JPY' - Japanese Yen.
|
static MoneyUnit |
MoneyUnit.USD
The currency 'USD' - United States Dollar.
|
| Modifier and Type | Method and Description |
|---|---|
MoneyUnit |
MoneyPerVolumeUnit.getMoneyUnit() |
MoneyUnit |
MoneyPerTimeUnit.getMoneyUnit() |
MoneyUnit |
MoneyPerMassUnit.getMoneyUnit() |
MoneyUnit |
MoneyPerLengthUnit.getMoneyUnit() |
MoneyUnit |
MoneyPerEnergyUnit.getMoneyUnit() |
MoneyUnit |
MoneyPerAreaUnit.getMoneyUnit() |
static MoneyUnit |
MoneyUnit.getStandardMoneyUnit() |
MoneyUnit |
MoneyUnit.getStandardUnit() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MoneyUnit.setStandardUnit(MoneyUnit moneyUnit)
Set the standard money unit to be used.
|
protected static void |
MoneyPerVolumeUnit.setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerVolumeUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
protected static void |
MoneyPerTimeUnit.setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerTimeUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
protected static void |
MoneyPerMassUnit.setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerMassUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
protected static void |
MoneyPerLengthUnit.setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerLengthUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
protected static void |
MoneyPerEnergyUnit.setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerEnergyUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
protected static void |
MoneyPerAreaUnit.setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerAreaUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
| Constructor and Description |
|---|
MoneyPerAreaUnit(MoneyUnit moneyUnit,
AreaUnit areaUnit,
String name,
String abbreviation)
Build a user-defined money per area unit from a money unit and an area unit.
|
MoneyPerEnergyUnit(MoneyUnit moneyUnit,
EnergyUnit energyUnit,
String name,
String abbreviation)
Build a user-defined money per energy unit from a money unit and an energy unit.
|
MoneyPerLengthUnit(MoneyUnit moneyUnit,
LengthUnit lengthUnit,
String name,
String abbreviation)
Build a user-defined money per length unit from a money unit and an length unit.
|
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.
|
MoneyPerTimeUnit(MoneyUnit moneyUnit,
TimeUnit timeUnit,
String name,
String abbreviation)
Build a user-defined money per time unit from a money unit and an time unit.
|
MoneyPerVolumeUnit(MoneyUnit moneyUnit,
VolumeUnit volumeUnit,
String name,
String abbreviation)
Build a user-defined money per volume unit from a money unit and an volume unit.
|
MoneyUnit(org.joda.money.CurrencyUnit currencyUnit,
String name,
String abbreviation,
MoneyUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined money unit based on another money unit with a conversion factor.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableMoneyMatrix |
MutableMoneyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyMatrix |
MoneyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyMatrix |
MutableMoneyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyMatrix |
MoneyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
| Constructor and Description |
|---|
MoneyMatrix(double[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyMatrix.
|
MoneyMatrix(DoubleMatrixData data,
MoneyUnit unit) |
MutableMoneyMatrix(double[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyMatrix.
|
MutableMoneyMatrix(DoubleMatrixData data,
MoneyUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected Money |
Money.instantiateTypeRel(double value,
MoneyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
| Constructor and Description |
|---|
Money(double value,
MoneyUnit unit)
Construct Money scalar.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableMoneyVector |
MutableMoneyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyVector |
MoneyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyVector |
MutableMoneyVector.instantiateType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyVector |
MoneyVector.instantiateType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
| Constructor and Description |
|---|
MoneyVector(double[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(DoubleVectorData data,
MoneyUnit unit) |
MoneyVector(List<Double> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(SortedMap<Integer,Double> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(double[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(DoubleVectorData data,
MoneyUnit unit) |
MutableMoneyVector(List<Double> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(SortedMap<Integer,Double> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatMoneyMatrix |
MutableFloatMoneyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyMatrix |
FloatMoneyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyMatrix |
MutableFloatMoneyMatrix.instantiateType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyMatrix |
FloatMoneyMatrix.instantiateType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
| Constructor and Description |
|---|
FloatMoneyMatrix(float[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyMatrix.
|
FloatMoneyMatrix(FloatMatrixData data,
MoneyUnit unit) |
MutableFloatMoneyMatrix(float[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyMatrix.
|
MutableFloatMoneyMatrix(FloatMatrixData data,
MoneyUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected FloatMoney |
FloatMoney.instantiateTypeRel(float value,
MoneyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
| Constructor and Description |
|---|
FloatMoney(double value,
MoneyUnit unit)
Construct FloatMoney scalar using a double value.
|
FloatMoney(float value,
MoneyUnit unit)
Construct FloatMoney scalar.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatMoneyVector |
MutableFloatMoneyVector.instantiateMutableType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyVector |
FloatMoneyVector.instantiateMutableType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyVector |
MutableFloatMoneyVector.instantiateType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyVector |
FloatMoneyVector.instantiateType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
| Constructor and Description |
|---|
FloatMoneyVector(float[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(FloatVectorData data,
MoneyUnit unit) |
FloatMoneyVector(List<Float> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(SortedMap<Integer,Float> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(float[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(FloatVectorData data,
MoneyUnit unit) |
MutableFloatMoneyVector(List<Float> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(SortedMap<Integer,Float> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.