Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.AbstractHeadwayGtu
Packages that use AbstractHeadwayGtu
Package
Description
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Static methods for composition in tactical planners.
-
Uses of AbstractHeadwayGtu in org.opentrafficsim.road.gtu.lane.perception.headway
Subclasses of AbstractHeadwayGtu in org.opentrafficsim.road.gtu.lane.perception.headwayModifier and TypeClassDescriptionclassCopyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classContainer for a reference to information about a (lane based) GTU and a headway.classContainer for a reference to information about a (lane based) GTU and a headway.classContainer for a reference to information about a (lane based) GTU and a headway.Methods in org.opentrafficsim.road.gtu.lane.perception.headway that return AbstractHeadwayGtuModifier and TypeMethodDescriptionfinal AbstractHeadwayGtuHeadwayGtuRealCopy.moved(Length headway, Speed speed, Acceleration acceleration) Creates a copy with different headway, speed and possibly acceleration.final AbstractHeadwayGtuHeadwayGtuSimple.moved(Length headway, Speed speed, Acceleration acceleration) Creates a copy with different headway, speed and possibly acceleration.final AbstractHeadwayGtuHeadwayGtuType.moved(Length headway, Speed speed, Acceleration acceleration) Creates a copy with different headway, speed and possibly acceleration. -
Uses of AbstractHeadwayGtu in org.opentrafficsim.road.gtu.lane.tactical.util
Methods in org.opentrafficsim.road.gtu.lane.tactical.util with parameters of type AbstractHeadwayGtuModifier and TypeMethodDescription(package private) TimeConflictUtil.ConflictPlans.getArrivalTime(AbstractHeadwayGtu gtu) Returns the estimated arrival time of given GTU.(package private) voidConflictUtil.ConflictPlans.setArrivalTime(AbstractHeadwayGtu gtu, Time time) Sets the estimated arrival time of a GTU.