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 TimeUnit |
TimeUnit.BASE
The base unit for time with an artifical "zero" point.
|
static TimeUnit |
TimeUnit.BASE_DAY
The base unit for time with an artifical "zero" point with a calculation in days.
|
static TimeUnit |
TimeUnit.BASE_HOUR
The base unit for time with an artifical "zero" point with a calculation in hours.
|
static TimeUnit |
TimeUnit.BASE_MICROSECOND
The base unit for time with an artifical "zero" point with a calculation in microseconds.
|
static TimeUnit |
TimeUnit.BASE_MILLISECOND
The base unit for time with an artifical "zero" point with a calculation in milliseconds.
|
static TimeUnit |
TimeUnit.BASE_MINUTE
The base unit for time with an artifical "zero" point with a calculation in minutes.
|
static TimeUnit |
TimeUnit.BASE_SECOND
The base unit for time with an artifical "zero" point with a calculation in seconds.
|
static TimeUnit |
TimeUnit.BASE_WEEK
The base unit for time with an artifical "zero" point with a calculation in weeks.
|
static TimeUnit |
TimeUnit.EPOCH
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in seconds.
|
static TimeUnit |
TimeUnit.EPOCH_DAY
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in days.
|
static TimeUnit |
TimeUnit.EPOCH_HOUR
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in hours.
|
static TimeUnit |
TimeUnit.EPOCH_J2000_1
The Epoch with J2000.0 as the origin, which is The Gregorian date January 1, 2000 at 12:00 GMT (noon) with a calculation
in seconds.
|
static TimeUnit |
TimeUnit.EPOCH_MICROSECOND
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in microseconds.
|
static TimeUnit |
TimeUnit.EPOCH_MILLISECOND
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in milliseconds.
|
static TimeUnit |
TimeUnit.EPOCH_MINUTE
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in minutes.
|
static TimeUnit |
TimeUnit.EPOCH_SECOND
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in seconds.
|
static TimeUnit |
TimeUnit.EPOCH_WEEK
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in weeks.
|
static TimeUnit |
TimeUnit.EPOCH_YEAR_1
The Epoch with 0001-01-01 AD at 00:00 as the origin with a calculation in seconds.
|
Modifier and Type | Method and Description |
---|---|
TimeUnit |
TimeUnit.getStandardUnit() |
Modifier and Type | Method and Description |
---|---|
protected MutableTimeMatrix |
TimeMatrix.instantiateMutableType(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableTimeMatrix |
MutableTimeMatrix.instantiateMutableType(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected Time |
TimeMatrix.instantiateScalar(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected Time |
MutableTimeMatrix.instantiateScalar(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected TimeMatrix |
TimeMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected TimeMatrix |
MutableTimeMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MutableTimeMatrix(double[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeMatrix.
|
MutableTimeMatrix(DoubleMatrixData data,
TimeUnit unit)
Construct a new Absolute Mutable Double TimeMatrix.
|
TimeMatrix(double[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double DurationMatrix.
|
TimeMatrix(DoubleMatrixData data,
TimeUnit unit)
Construct a new Absolute Immutable Double DurationMatrix.
|
Modifier and Type | Method and Description |
---|---|
Time |
Time.instantiateAbs(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
Time |
Duration.instantiateAbs(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Time(double value,
TimeUnit unit)
Construct Time scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableTimeVector |
TimeVector.instantiateMutableType(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableTimeVector |
MutableTimeVector.instantiateMutableType(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected Time |
TimeVector.instantiateScalar(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected Time |
MutableTimeVector.instantiateScalar(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected TimeVector |
TimeVector.instantiateTypeAbs(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected TimeVector |
MutableTimeVector.instantiateTypeAbs(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MutableTimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(DoubleVectorData data,
TimeUnit unit)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
TimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(DoubleVectorData data,
TimeUnit unit)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatTimeMatrix |
MutableFloatTimeMatrix.instantiateMutableType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatTimeMatrix |
FloatTimeMatrix.instantiateMutableType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected FloatTime |
MutableFloatTimeMatrix.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTime |
FloatTimeMatrix.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTimeMatrix |
MutableFloatTimeMatrix.instantiateTypeAbs(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatTimeMatrix |
FloatTimeMatrix.instantiateTypeAbs(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatTimeMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeMatrix.
|
FloatTimeMatrix(FloatMatrixData data,
TimeUnit unit)
Construct a new Absolute Immutable FloatTimeMatrix.
|
MutableFloatTimeMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeMatrix.
|
MutableFloatTimeMatrix(FloatMatrixData data,
TimeUnit unit)
Construct a new Absolute Mutable FloatTimeMatrix.
|
Modifier and Type | Method and Description |
---|---|
FloatTime |
FloatTime.instantiateAbs(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
FloatTime |
FloatDuration.instantiateAbs(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatTime(double value,
TimeUnit unit)
Construct FloatTime scalar using a double value.
|
FloatTime(float value,
TimeUnit unit)
Construct FloatTime scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatTimeVector |
MutableFloatTimeVector.instantiateMutableType(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatTimeVector |
FloatTimeVector.instantiateMutableType(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected FloatTime |
MutableFloatTimeVector.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTime |
FloatTimeVector.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTimeVector |
MutableFloatTimeVector.instantiateTypeAbs(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatTimeVector |
FloatTimeVector.instantiateTypeAbs(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatTimeVector(float[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(FloatVectorData data,
TimeUnit unit)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(List<Float> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(SortedMap<Integer,Float> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
MutableFloatTimeVector(float[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(FloatVectorData data,
TimeUnit unit)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(List<Float> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(SortedMap<Integer,Float> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.