Uses of Class
org.opentrafficsim.road.od.Categorization
Packages that use Categorization
Package
Description
O/D matrices as part of strategical planning for GTUs.
-
Uses of Categorization in org.opentrafficsim.road.od
Fields in org.opentrafficsim.road.od declared as CategorizationModifier and TypeFieldDescriptionstatic final Categorization
Categorization.UNCATEGORIZED
Empty categorization.Methods in org.opentrafficsim.road.od that return CategorizationModifier and TypeMethodDescriptionfinal Categorization
Category.getCategorization()
final Categorization
OdMatrix.getCategorization()
Constructors in org.opentrafficsim.road.od with parameters of type CategorizationModifierConstructorDescriptionCategory
(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.