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 | Method and Description |
---|---|
FlowVolumeUnit |
FlowVolumeUnit.getStandardUnit() |
Constructor and Description |
---|
FlowVolumeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
FlowVolumeUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFlowVolumeMatrix |
MutableFlowVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFlowVolumeMatrix |
FlowVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected FlowVolume |
MutableFlowVolumeMatrix.instantiateScalar(double value,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowVolume |
FlowVolumeMatrix.instantiateScalar(double value,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowVolumeMatrix |
MutableFlowVolumeMatrix.instantiateType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FlowVolumeMatrix |
FlowVolumeMatrix.instantiateType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
FlowVolumeMatrix(double[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeMatrix.
|
FlowVolumeMatrix(DoubleMatrixData data,
FlowVolumeUnit unit) |
MutableFlowVolumeMatrix(double[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeMatrix.
|
MutableFlowVolumeMatrix(DoubleMatrixData data,
FlowVolumeUnit unit) |
Modifier and Type | Method and Description |
---|---|
FlowVolume |
FlowVolume.instantiateRel(double value,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
FlowVolume(double value,
FlowVolumeUnit unit)
Construct FlowVolume scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFlowVolumeVector |
MutableFlowVolumeVector.instantiateMutableType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFlowVolumeVector |
FlowVolumeVector.instantiateMutableType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected FlowVolume |
MutableFlowVolumeVector.instantiateScalar(double value,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowVolume |
FlowVolumeVector.instantiateScalar(double value,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FlowVolumeVector |
MutableFlowVolumeVector.instantiateType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FlowVolumeVector |
FlowVolumeVector.instantiateType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
FlowVolumeVector(double[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(DoubleVectorData data,
FlowVolumeUnit unit) |
FlowVolumeVector(List<Double> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(SortedMap<Integer,Double> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(double[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(DoubleVectorData data,
FlowVolumeUnit unit) |
MutableFlowVolumeVector(List<Double> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(SortedMap<Integer,Double> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatFlowVolumeMatrix |
MutableFloatFlowVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFlowVolumeMatrix |
FloatFlowVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatFlowVolume |
MutableFloatFlowVolumeMatrix.instantiateScalar(float value,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowVolume |
FloatFlowVolumeMatrix.instantiateScalar(float value,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowVolumeMatrix |
MutableFloatFlowVolumeMatrix.instantiateType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFlowVolumeMatrix |
FloatFlowVolumeMatrix.instantiateType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatFlowVolumeMatrix(float[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
FloatFlowVolumeMatrix(FloatMatrixData data,
FlowVolumeUnit unit) |
MutableFloatFlowVolumeMatrix(float[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
MutableFloatFlowVolumeMatrix(FloatMatrixData data,
FlowVolumeUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatFlowVolume |
FloatFlowVolume.instantiateRel(float value,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatFlowVolume(double value,
FlowVolumeUnit unit)
Construct FloatFlowVolume scalar using a double value.
|
FloatFlowVolume(float value,
FlowVolumeUnit unit)
Construct FloatFlowVolume scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatFlowVolumeVector |
MutableFloatFlowVolumeVector.instantiateMutableType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFlowVolumeVector |
FloatFlowVolumeVector.instantiateMutableType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatFlowVolume |
MutableFloatFlowVolumeVector.instantiateScalar(float value,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowVolume |
FloatFlowVolumeVector.instantiateScalar(float value,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatFlowVolumeVector |
MutableFloatFlowVolumeVector.instantiateType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFlowVolumeVector |
FloatFlowVolumeVector.instantiateType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatFlowVolumeVector(float[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatFlowVolumeVector.
|
FloatFlowVolumeVector(FloatVectorData data,
FlowVolumeUnit unit) |
FloatFlowVolumeVector(List<Float> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatFlowVolumeVector.
|
FloatFlowVolumeVector(SortedMap<Integer,Float> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatFlowVolumeVector.
|
MutableFloatFlowVolumeVector(float[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FlowVolumeVector.
|
MutableFloatFlowVolumeVector(FloatVectorData data,
FlowVolumeUnit unit) |
MutableFloatFlowVolumeVector(List<Float> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FlowVolumeVector.
|
MutableFloatFlowVolumeVector(SortedMap<Integer,Float> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FlowVolumeVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.