Uses of Class
org.opentrafficsim.road.gtu.lane.LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder
-
Packages that use LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder Package Description org.opentrafficsim.road.gtu.generator Generate GTUs according to some prescription.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. -
-
Uses of LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder Modifier and Type Method Description protected boolean
AbstractGTUGeneratorOld. enoughSpace(LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder carBuilder)
Check if the car to be built is not overlapping with another GTU on the same lane, and if it has enough headway to be generated safely. -
Uses of LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder in org.opentrafficsim.road.gtu.lane
-