Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception.headway |
Copyright (c) 2013-2017 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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
(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.
|
Copyright © 2014–2017 Delft University of Technology. All rights reserved.