public class HeadwayGTUReal extends AbstractHeadwayGTU
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
AbstractHeadwayGTU.GTUStatusHeadway.ObjectType| Constructor and Description |
|---|
HeadwayGTUReal(LaneBasedGTU gtu,
org.djunits.value.vdouble.scalar.Length distance,
AbstractHeadwayGTU.GTUStatus... gtuStatus)
Construct a new Headway information object, for a GTU ahead of us or behind us.
|
HeadwayGTUReal(LaneBasedGTU gtu,
org.djunits.value.vdouble.scalar.Length overlapFront,
org.djunits.value.vdouble.scalar.Length overlap,
org.djunits.value.vdouble.scalar.Length overlapRear)
Construct a new Headway information object, for a GTU parallel with us.
|
| Modifier and Type | Method and Description |
|---|---|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics |
getBehavioralCharacteristics()
Many models that observe a GTU need to predict the imminent behavior of that GTU.
|
CarFollowingModel |
getCarFollowingModel()
Many models that observe a GTU need to predict the imminent behavior of that GTU.
|
SpeedLimitInfo |
getSpeedLimitInfo()
Many models that observe a GTU need to predict the imminent behavior of that GTU.
|
getGtuType, isBrakingLightsOn, isEmergencyLightsOn, isFacingSameDirection, isHonking, isLeftTurnIndicatorOn, isRightTurnIndicatorOn, toStringequals, getAcceleration, getDistance, getId, getLength, getObjectType, getOverlap, getOverlapFront, getOverlapRear, getSpeed, hashCode, isAhead, isBehind, isParallelpublic HeadwayGTUReal(LaneBasedGTU gtu, org.djunits.value.vdouble.scalar.Length distance, AbstractHeadwayGTU.GTUStatus... gtuStatus) throws org.opentrafficsim.core.gtu.GTUException
gtu - the observed GTU, can not be null.distance - the distance to the other object; if this constructor is used, distance cannot be null.gtuStatus - the observable characteristics of the GTU.org.opentrafficsim.core.gtu.GTUException - when id is null, objectType is null, or parameters are inconsistentpublic HeadwayGTUReal(LaneBasedGTU gtu, org.djunits.value.vdouble.scalar.Length overlapFront, org.djunits.value.vdouble.scalar.Length overlap, org.djunits.value.vdouble.scalar.Length overlapRear) throws org.opentrafficsim.core.gtu.GTUException
gtu - the observed GTU, can not be null.overlapFront - the front-front distance to the other GTU; if this constructor is used, this value cannot be null.overlap - the 'center' overlap with the other GTU; if this constructor is used, this value cannot be null.overlapRear - the rear-rear distance to the other GTU; if this constructor is used, this value cannot be null.org.opentrafficsim.core.gtu.GTUException - when id is null, or parameters are inconsistentpublic final CarFollowingModel getCarFollowingModel()
getCarFollowingModel in class AbstractHeadwayGTUpublic final org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics getBehavioralCharacteristics()
getBehavioralCharacteristics in class AbstractHeadwayGTUpublic final SpeedLimitInfo getSpeedLimitInfo()
getSpeedLimitInfo in class AbstractHeadwayGTUCopyright © 2014–2016 Delft University of Technology. All rights reserved.