Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.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
Modifier 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.Modifier 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) Creates a copy with different headway, speed and possibly 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) Creates a copy with different headway, speed and possibly 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) Creates a copy with different headway, speed and possibly acceleration. -
Uses of AbstractHeadwayGtu in org.opentrafficsim.road.gtu.lane.tactical.util
Modifier 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.