Uses of Class
org.opentrafficsim.road.gtu.generator.od.ODOptions.Option
-
Packages that use ODOptions.Option Package Description org.opentrafficsim.road.gtu.generator.od OD based vehicle generation. -
-
Uses of ODOptions.Option in org.opentrafficsim.road.gtu.generator.od
Fields in org.opentrafficsim.road.gtu.generator.od declared as ODOptions.Option Modifier and Type Field Description static ODOptions.Option<GTUErrorHandler>
ODOptions. ERROR_HANDLER
Error handler when GTU exceptions occur.static ODOptions.Option<IdGenerator>
ODOptions. GTU_ID
ID generator option.static ODOptions.Option<GTUCharacteristicsGeneratorOD>
ODOptions. GTU_TYPE
GTU characteristics generator option.static ODOptions.Option<ArrivalsHeadwayGenerator.HeadwayDistribution>
ODOptions. HEADWAY_DIST
Headway randomization option.static ODOptions.Option<Boolean>
ODOptions. INSTANT_LC
Whether to perform instantaneous lane changes.static ODOptions.Option<MarkovCorrelation<GTUType,Frequency>>
ODOptions. MARKOV
Markov chain for GTU type option.static ODOptions.Option<Length>
ODOptions. NO_LC_DIST
Initial distance over which lane changes shouldn't be performed option.static ODOptions.Option<LaneBasedGTUGenerator.RoomChecker>
ODOptions. ROOM_CHECKER
Room checker option.Methods in org.opentrafficsim.road.gtu.generator.od that return ODOptions.Option Modifier and Type Method Description static ODOptions.Option<GeneratorPositions.LaneBiases>
ODOptions. getLaneBiasOption(RoadNetwork network)
Lane bias.Methods in org.opentrafficsim.road.gtu.generator.od with parameters of type ODOptions.Option Modifier and Type Method Description <K> K
ODOptions. get(ODOptions.Option<K> option, Lane lane, Node node, LinkType linkType)
Get option value.<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.
-