Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.AbstractHeadwayGTU
-
Packages that use AbstractHeadwayGTU Package Description org.opentrafficsim.road.gtu.lane.perception.headway Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.org.opentrafficsim.road.gtu.lane.tactical.util 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.headway Modifier and Type Class Description classHeadwayGTUPerceivedCopyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classHeadwayGTURealCopyContainer for a reference to information about a (lane based) GTU and a headway.classHeadwayGTUSimpleContainer for a reference to information about a (lane based) GTU and a headway.classHeadwayGTUTypeContainer for a reference to information about a (lane based) GTU and a headway.Methods in org.opentrafficsim.road.gtu.lane.perception.headway that return AbstractHeadwayGTU Modifier and Type Method Description AbstractHeadwayGTUHeadwayGTURealCopy. moved(Length headway, Speed speed, Acceleration acceleration)Creates a copy with different headway, speed and possibly acceleration.AbstractHeadwayGTUHeadwayGTUSimple. moved(Length headway, Speed speed, Acceleration acceleration)Creates a copy with different headway, speed and possibly acceleration.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 AbstractHeadwayGTU Modifier and Type Method Description (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.
-