Uses of Interface
org.opentrafficsim.road.network.RoadNetwork
-
Packages that use RoadNetwork Package Description org.opentrafficsim.road.gtu.generator.od OD based vehicle generation.org.opentrafficsim.road.gtu.lane The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.org.opentrafficsim.road.network org.opentrafficsim.road.network.lane Classes that provide detailed cross-sections of a link using lanes, markers and sensors. -
-
Uses of RoadNetwork in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od with parameters of type RoadNetwork Modifier and Type Method Description static ODOptions.Option<GeneratorPositions.LaneBiases>
ODOptions. getLaneBiasOption(RoadNetwork network)
Lane bias. -
Uses of RoadNetwork in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane that return RoadNetwork Modifier and Type Method Description RoadNetwork
AbstractLaneBasedGTU. getNetwork()
RoadNetwork
AbstractLaneBasedGTU2. getNetwork()
RoadNetwork
LaneBasedGTU. getNetwork()
-
Uses of RoadNetwork in org.opentrafficsim.road.network
Classes in org.opentrafficsim.road.network that implement RoadNetwork Modifier and Type Class Description class
OTSRoadNetwork
OTSRoadNetwork adds a number of methods to the Network class that are specific for roads, such as the LaneTypes. -
Uses of RoadNetwork in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return RoadNetwork Modifier and Type Method Description RoadNetwork
CrossSectionElement. getNetwork()
RoadNetwork
LaneType. getNetwork()
Constructors in org.opentrafficsim.road.network.lane with parameters of type RoadNetwork Constructor Description LaneType(String id, GTUCompatibility<LaneType> compatibility, RoadNetwork network)
Create a new Lane type with a compatibility set.LaneType(String id, LaneType parent, GTUCompatibility<LaneType> compatibility, RoadNetwork network)
Create a new Lane type with a compatibility set.
-