Uses of Class
org.opentrafficsim.road.gtu.strategical.od.ODMatrix
-
Packages that use ODMatrix Package Description org.opentrafficsim.road.gtu.generator.od OD based vehicle generation. -
-
Uses of ODMatrix in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od with parameters of type ODMatrix Modifier and Type Method Description static Map<String,ODApplier.GeneratorObjects>
ODApplier. applyOD(OTSRoadNetwork network, ODMatrix od, ODOptions odOptions)
Applies the OD to the network by creating vehicle generators.
-