Uses of Class
org.opentrafficsim.road.od.Categorization
Package
Description
O/D matrices as part of strategical planning for GTUs.
-
Uses of Categorization in org.opentrafficsim.road.od
Modifier and TypeFieldDescriptionstatic final Categorization
Categorization.UNCATEGORIZED
Empty categorization.Modifier and TypeMethodDescriptionfinal Categorization
Category.getCategorization()
final Categorization
OdMatrix.getCategorization()
ModifierConstructorDescriptionCategory
(Categorization categorization, Object object1, Object... objects) OdMatrix
(String id, List<? extends Node> origins, List<? extends Node> destinations, Categorization categorization, org.djunits.value.vdouble.vector.TimeVector globalTimeVector, Interpolation globalInterpolation) Constructs an OD matrix.