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-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
-
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 class
HeadwayGTUPerceived
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
HeadwayGTURealCopy
Container for a reference to information about a (lane based) GTU and a headway.class
HeadwayGTUSimple
Container for a reference to information about a (lane based) GTU and a headway.class
HeadwayGTUType
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 AbstractHeadwayGTU Modifier and Type Method Description AbstractHeadwayGTU
HeadwayGTURealCopy. moved(Length headway, Speed speed, Acceleration acceleration)
Creates a copy with different headway, speed and possibly acceleration.AbstractHeadwayGTU
HeadwayGTUSimple. moved(Length headway, Speed speed, Acceleration acceleration)
Creates a copy with different headway, speed and possibly acceleration.AbstractHeadwayGTU
HeadwayGTUType. moved(Length headway, Speed speed, Acceleration acceleration)
Creates a copy with different headway, speed and possibly acceleration.
-