Uses of Class
org.djunits.value.vdouble.scalar.Time
Packages that use Time
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Time in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return TimeModifier and TypeMethodDescriptionDurationMatrix.instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit) TimeMatrix.instantiateScalarSI(double valueSI, TimeUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type TimeConstructors in org.djunits.value.vdouble.matrix with parameters of type TimeModifierConstructorDescriptionTimeMatrix(Time[][] data) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix(Time[][] data, TimeUnit displayUnit) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix(Time[][] data, TimeUnit displayUnit, StorageType storageType) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix(Time[][] data, StorageType storageType) Construct a TimeMatrix from an array of an array of Time objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type TimeModifierConstructorDescriptionTimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Time in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as TimeMethods in org.djunits.value.vdouble.scalar that return TimeModifier and TypeMethodDescriptionfinal TimeDuration.instantiateAbs(double value, TimeUnit unit) final TimeTime.instantiateAbs(double value, TimeUnit unit) static TimeTime.interpolate(Time zero, Time one, double ratio) Interpolate between two values.static TimeReturn the maximum value of two absolute scalars.static TimeReturn the maximum value of more than two absolute scalars.static TimeReturn the minimum value of two absolute scalars.static TimeReturn the minimum value of more than two absolute scalars.static TimeReturns a Time based on a value and the textual representation of the unit, which can be localized.static final TimeTime.ofSI(double value) Construct Time scalar based on a BASE unit value.static TimeReturns a Time representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type TimeModifier and TypeMethodDescriptionstatic TimeTime.interpolate(Time zero, Time one, double ratio) Interpolate between two values.static TimeReturn the maximum value of two absolute scalars.static TimeReturn the maximum value of more than two absolute scalars.static TimeReturn the minimum value of two absolute scalars.static TimeReturn the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type Time -
Uses of Time in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return TimeModifier and TypeMethodDescriptionDurationVector.instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit) TimeVector.instantiateScalarSI(double valueSI, TimeUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type TimeConstructors in org.djunits.value.vdouble.vector with parameters of type TimeModifierConstructorDescriptionTimeVector(Time[] data) Construct an TimeVector from an array of Time objects.TimeVector(Time[] data, TimeUnit displayUnit) Construct an TimeVector from an array of Time objects.TimeVector(Time[] data, TimeUnit displayUnit, StorageType storageType) Construct an TimeVector from an array of Time objects.TimeVector(Time[] data, StorageType storageType) Construct an TimeVector from an array of Time objects.