Uses of Class
org.djunits.value.vdouble.vector.DurationVector
-
Packages that use DurationVector Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vdouble.vector Double Vector storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of DurationVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return DurationVector Modifier and Type Method Description DurationVectorDurationMatrix. instantiateVector(DoubleVectorData dvd, DurationUnit displayUnit)Instantiate a new vector of the class of this matrix.DurationVectorTimeMatrix. instantiateVectorRel(DoubleVectorData dvd, DurationUnit displayUnit)Instantiate a new relative vector of the class of this absolute matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type DurationVector Modifier and Type Method Description Class<DurationVector>DurationMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of DurationVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return DurationVector Modifier and Type Method Description DurationVectorSIVector. asDuration()Return the current vector as a duration vector.DurationVectorSIVector. asDuration(DurationUnit displayUnit)Return the current vector as a duration vector, and provide a display unit.DurationVectorDurationVector. instantiateVector(DoubleVectorData dvd, DurationUnit displayUnit)Instantiate a new vector of the class of this vector.DurationVectorTimeVector. instantiateVectorRel(DoubleVectorData dvd, DurationUnit displayUnit)Instantiate a new relative vector of the class of this absolute vector.
-