Uses of Class
org.opentrafficsim.road.gtu.lane.AbstractLaneBasedMoveChecker
-
Packages that use AbstractLaneBasedMoveChecker Package Description 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 AbstractLaneBasedMoveChecker in org.opentrafficsim.road.gtu.lane
Subclasses of AbstractLaneBasedMoveChecker in org.opentrafficsim.road.gtu.lane Modifier and Type Class Description class
AccelerationChecker
Checks acceleration bounds.class
CollisionDetector
Checks for collisions.class
MultiLaneBasedMoveChecker
Checker that invokes multiple checkers.Constructors in org.opentrafficsim.road.gtu.lane with parameters of type AbstractLaneBasedMoveChecker Constructor Description MultiLaneBasedMoveChecker(OTSNetwork network, AbstractLaneBasedMoveChecker... checkers)
Constructor.
-