Uses of Class
org.djunits.value.vdouble.vector.TimeVector
-
Packages that use TimeVector 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 TimeVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return TimeVector Modifier and Type Method Description TimeVector
TimeMatrix. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this matrix.TimeVector
DurationMatrix. instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type TimeVector Modifier and Type Method Description Class<TimeVector>
TimeMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of TimeVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return TimeVector Modifier and Type Method Description TimeVector
TimeVector. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this vector.TimeVector
DurationVector. instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative vector.
-