| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| 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.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| 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 conversionFactorToReferenceUnit)
Build a user-defined MoneyPerEnergyUnitit with a conversion factor to another MoneyPerEnergyUnit.
|
| Constructor and Description |
|---|
MoneyPerEnergy(double value,
MoneyPerEnergyUnit unit)
Construct MoneyPerEnergy scalar.
|
| Constructor and Description |
|---|
MoneyPerEnergy(DoubleScalar.Rel<MoneyPerEnergyUnit> value)
Construct MoneyPerEnergy scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
MoneyPerEnergyUnit unit)
Construct a new Dense Immutable Double MoneyPerEnergy Vector.
|
Dense(double[] values,
MoneyPerEnergyUnit unit)
Construct a new Dense Immutable Double MoneyPerEnergy Vector.
|
Dense(List<Double> values,
MoneyPerEnergyUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
MoneyPerEnergyUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MoneyPerEnergyVector(MoneyPerEnergyUnit unit) |
MutableMoneyPerEnergyVector(MoneyPerEnergyUnit unit) |
Sparse(double[] values,
MoneyPerEnergyUnit unit)
Construct a new Sparse Immutable Double MoneyPerEnergy Vector.
|
Sparse(double[] values,
MoneyPerEnergyUnit unit)
Construct a new Sparse Immutable Double MoneyPerEnergy Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerEnergyUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerEnergy Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerEnergyUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerEnergy Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<MoneyPerEnergyUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<MoneyPerEnergyUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerEnergyUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerEnergy Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerEnergyUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerEnergy Vector.
|
| Constructor and Description |
|---|
FloatMoneyPerEnergy(double value,
MoneyPerEnergyUnit unit)
Construct FloatMoneyPerEnergy scalar using a double value.
|
FloatMoneyPerEnergy(float value,
MoneyPerEnergyUnit unit)
Construct FloatMoneyPerEnergy scalar.
|
| Constructor and Description |
|---|
FloatMoneyPerEnergy(FloatScalar.Rel<MoneyPerEnergyUnit> value)
Construct FloatMoneyPerEnergy scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.