Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.AbstractHeadwayGtu
Packages that use AbstractHeadwayGtu
Package
Description
Copyright (c) 2013-2024 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 TypeClassDescriptionclass
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Container for a reference to information about a (lane based) GTU and a headway.class
Container for a reference to information about a (lane based) GTU and a headway.class
Container 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 AbstractHeadwayGtu
HeadwayGtuRealCopy.moved
(org.djunits.value.vdouble.scalar.Length headway, org.djunits.value.vdouble.scalar.Speed speed, org.djunits.value.vdouble.scalar.Acceleration acceleration) final AbstractHeadwayGtu
HeadwayGtuSimple.moved
(org.djunits.value.vdouble.scalar.Length headway, org.djunits.value.vdouble.scalar.Speed speed, org.djunits.value.vdouble.scalar.Acceleration acceleration) final AbstractHeadwayGtu
HeadwayGtuType.moved
(org.djunits.value.vdouble.scalar.Length headway, org.djunits.value.vdouble.scalar.Speed speed, org.djunits.value.vdouble.scalar.Acceleration 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) org.djunits.value.vdouble.scalar.Time
ConflictUtil.ConflictPlans.getArrivalTime
(AbstractHeadwayGtu gtu) Returns the estimated arrival time of given GTU.(package private) void
ConflictUtil.ConflictPlans.setArrivalTime
(AbstractHeadwayGtu gtu, org.djunits.value.vdouble.scalar.Time time) Sets the estimated arrival time of a GTU.