Uses of Class
org.opentrafficsim.road.gtu.generator.od.ODOptions
-
Packages that use ODOptions Package Description org.opentrafficsim.road.gtu.generator.od OD based vehicle generation. -
-
Uses of ODOptions in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od that return ODOptions Modifier and Type Method Description <K> ODOptions
ODOptions. set(LinkType linkType, ODOptions.Option<K> option, K value)
Set option value for link type.<K> ODOptions
ODOptions. set(Node node, ODOptions.Option<K> option, K value)
Set option value for node.<K> ODOptions
ODOptions. set(ODOptions.Option<K> option, K value)
Set option value.<K> ODOptions
ODOptions. set(Lane lane, ODOptions.Option<K> option, K value)
Set option value for lane.Methods in org.opentrafficsim.road.gtu.generator.od with parameters of type ODOptions 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.
-