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 DurationVector
DurationMatrix. instantiateVector(DoubleVectorData dvd, DurationUnit displayUnit)
Instantiate a new vector of the class of this matrix.DurationVector
TimeMatrix. 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 DurationVector
SIVector. asDuration()
Return the current vector as a duration vector.DurationVector
SIVector. asDuration(DurationUnit displayUnit)
Return the current vector as a duration vector, and provide a display unit.DurationVector
DurationVector. instantiateVector(DoubleVectorData dvd, DurationUnit displayUnit)
Instantiate a new vector of the class of this vector.DurationVector
TimeVector. instantiateVectorRel(DoubleVectorData dvd, DurationUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.
-