| 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 | Method and Description |
|---|---|
FlowVolumeUnit |
FlowVolumeUnit.getStandardUnit() |
| Constructor and Description |
|---|
FlowVolumeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
FlowVolumeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Constructor and Description |
|---|
FlowVolume(double value,
FlowVolumeUnit unit)
Construct FlowVolume scalar.
|
| Constructor and Description |
|---|
FlowVolume(DoubleScalar.Rel<FlowVolumeUnit> value)
Construct FlowVolume scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
FlowVolumeUnit unit)
Construct a new Dense Immutable Double FlowVolume Vector.
|
Dense(double[] values,
FlowVolumeUnit unit)
Construct a new Dense Immutable Double FlowVolume Vector.
|
Dense(List<Double> values,
FlowVolumeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
FlowVolumeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
FlowVolumeVector(FlowVolumeUnit unit) |
MutableFlowVolumeVector(FlowVolumeUnit unit) |
Sparse(double[] values,
FlowVolumeUnit unit)
Construct a new Sparse Immutable Double FlowVolume Vector.
|
Sparse(double[] values,
FlowVolumeUnit unit)
Construct a new Sparse Immutable Double FlowVolume Vector.
|
Sparse(SortedMap<Integer,Double> values,
FlowVolumeUnit unit,
int length)
Construct a new Sparse Immutable FlowVolume Vector.
|
Sparse(SortedMap<Integer,Double> values,
FlowVolumeUnit unit,
int length)
Construct a new Sparse Immutable FlowVolume Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<FlowVolumeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<FlowVolumeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<FlowVolumeUnit>> values,
int length)
Construct a new Sparse Immutable FlowVolume Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<FlowVolumeUnit>> values,
int length)
Construct a new Sparse Immutable FlowVolume Vector.
|
| Constructor and Description |
|---|
FloatFlowVolume(double value,
FlowVolumeUnit unit)
Construct FloatFlowVolume scalar using a double value.
|
FloatFlowVolume(float value,
FlowVolumeUnit unit)
Construct FloatFlowVolume scalar.
|
| Constructor and Description |
|---|
FloatFlowVolume(FloatScalar.Rel<FlowVolumeUnit> value)
Construct FloatFlowVolume scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.