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 MoneyPerEnergyUnit |
MoneyPerEnergyUnit.EUR_PER_KILOWATTHOUR
Euro per kWh.
|
static MoneyPerEnergyUnit |
MoneyPerEnergyUnit.EUR_PER_MEGAJOULE
Euro per MJ.
|
static MoneyPerEnergyUnit |
MoneyPerEnergyUnit.EUR_PER_MEGAWATTHOUR
Euro per MWh.
|
static MoneyPerEnergyUnit |
MoneyPerEnergyUnit.USD_PER_KILOWATTHOUR
US$ per kWh.
|
static MoneyPerEnergyUnit |
MoneyPerEnergyUnit.USD_PER_MEGAJOULE
US$ per MJ.
|
static MoneyPerEnergyUnit |
MoneyPerEnergyUnit.USD_PER_MEGAWATTHOUR
US$ per MWh.
|
Modifier and Type | Method and Description |
---|---|
static MoneyPerEnergyUnit |
MoneyPerEnergyUnit.getStandardMoneyPerEnergyUnit() |
MoneyPerEnergyUnit |
MoneyPerEnergyUnit.getStandardUnit() |
Constructor and Description |
---|
MoneyPerEnergyUnit(String name,
String abbreviation,
MoneyPerEnergyUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined MoneyPerEnergyUnitit with a conversion factor to another MoneyPerEnergyUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerEnergyMatrix |
MutableMoneyPerEnergyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerEnergyMatrix |
MoneyPerEnergyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerEnergy |
MutableMoneyPerEnergyMatrix.instantiateScalar(double value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerEnergy |
MoneyPerEnergyMatrix.instantiateScalar(double value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerEnergyMatrix |
MutableMoneyPerEnergyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerEnergyMatrix |
MoneyPerEnergyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MoneyPerEnergyMatrix(double[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyMatrix.
|
MoneyPerEnergyMatrix(DoubleMatrixData data,
MoneyPerEnergyUnit unit) |
MutableMoneyPerEnergyMatrix(double[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyMatrix.
|
MutableMoneyPerEnergyMatrix(DoubleMatrixData data,
MoneyPerEnergyUnit unit) |
Modifier and Type | Method and Description |
---|---|
MoneyPerEnergy |
MoneyPerEnergy.instantiateRel(double value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MoneyPerEnergy(double value,
MoneyPerEnergyUnit unit)
Construct MoneyPerEnergy scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerEnergyVector |
MutableMoneyPerEnergyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerEnergyVector |
MoneyPerEnergyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyPerEnergy |
MutableMoneyPerEnergyVector.instantiateScalar(double value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerEnergy |
MoneyPerEnergyVector.instantiateScalar(double value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerEnergyVector |
MutableMoneyPerEnergyVector.instantiateType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerEnergyVector |
MoneyPerEnergyVector.instantiateType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MoneyPerEnergyVector(double[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(DoubleVectorData data,
MoneyPerEnergyUnit unit) |
MoneyPerEnergyVector(List<Double> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(SortedMap<Integer,Double> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(double[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(DoubleVectorData data,
MoneyPerEnergyUnit unit) |
MutableMoneyPerEnergyVector(List<Double> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(SortedMap<Integer,Double> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerEnergyMatrix |
MutableFloatMoneyPerEnergyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerEnergyMatrix |
FloatMoneyPerEnergyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerEnergy |
MutableFloatMoneyPerEnergyMatrix.instantiateScalar(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerEnergy |
FloatMoneyPerEnergyMatrix.instantiateScalar(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerEnergyMatrix |
MutableFloatMoneyPerEnergyMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerEnergyMatrix |
FloatMoneyPerEnergyMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatMoneyPerEnergyMatrix(float[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
FloatMoneyPerEnergyMatrix(FloatMatrixData data,
MoneyPerEnergyUnit unit) |
MutableFloatMoneyPerEnergyMatrix(float[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
MutableFloatMoneyPerEnergyMatrix(FloatMatrixData data,
MoneyPerEnergyUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatMoneyPerEnergy |
FloatMoneyPerEnergy.instantiateRel(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatMoneyPerEnergy(double value,
MoneyPerEnergyUnit unit)
Construct FloatMoneyPerEnergy scalar using a double value.
|
FloatMoneyPerEnergy(float value,
MoneyPerEnergyUnit unit)
Construct FloatMoneyPerEnergy scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerEnergyVector |
MutableFloatMoneyPerEnergyVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerEnergyVector |
FloatMoneyPerEnergyVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerEnergy |
MutableFloatMoneyPerEnergyVector.instantiateScalar(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerEnergy |
FloatMoneyPerEnergyVector.instantiateScalar(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerEnergyVector |
MutableFloatMoneyPerEnergyVector.instantiateType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerEnergyVector |
FloatMoneyPerEnergyVector.instantiateType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(FloatVectorData data,
MoneyPerEnergyUnit unit) |
FloatMoneyPerEnergyVector(List<Float> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(SortedMap<Integer,Float> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(FloatVectorData data,
MoneyPerEnergyUnit unit) |
MutableFloatMoneyPerEnergyVector(List<Float> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(SortedMap<Integer,Float> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.