Uses of Class
org.opentrafficsim.road.od.OdOptions
Package
Description
O/D matrices as part of strategical planning for GTUs.
-
Uses of OdOptions in org.opentrafficsim.road.od
Modifier and TypeMethodDescriptionfinal <K> OdOptions
OdOptions.set
(LinkType linkType, OdOptions.Option<K> option, K value) Set option value for link type.final <K> OdOptions
OdOptions.set
(Node node, OdOptions.Option<K> option, K value) Set option value for node.final <K> OdOptions
OdOptions.set
(Lane lane, OdOptions.Option<K> option, K value) Set option value for lane.final <K> OdOptions
OdOptions.set
(OdOptions.Option<K> option, K value) Set option value.Modifier and TypeMethodDescriptionstatic Map<String,
OdApplier.GeneratorObjects> OdApplier.applyOd
(RoadNetwork network, OdMatrix od, OdOptions odOptions, DetectorType detectorType) Applies the OD to the network by creating vehicle generators.