Package org.opentrafficsim.road.gtu.lane
Class CollisionDetector
java.lang.Object
org.opentrafficsim.road.gtu.lane.AbstractLaneBasedMoveChecker
org.opentrafficsim.road.gtu.lane.CollisionDetector
- All Implemented Interfaces:
Serializable
,Remote
,EventListener
,org.djutils.event.EventListener
Checks for collisions.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkMove
(LaneBasedGtu gtu) Check the move of the given GTU.Methods inherited from class org.opentrafficsim.road.gtu.lane.AbstractLaneBasedMoveChecker
notify
-
Constructor Details
-
CollisionDetector
Constructor.- Parameters:
network
- Network; network
-
-
Method Details
-
checkMove
Check the move of the given GTU.- Specified by:
checkMove
in classAbstractLaneBasedMoveChecker
- Parameters:
gtu
- LaneBasedGtu; GTU.- Throws:
Exception
- thrown when something is not all right
-