public class HeadwayGTUPerceived extends HeadwayGTURealCopy
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Headway.ObjectType| Constructor and Description |
|---|
HeadwayGTUPerceived(LaneBasedGTU gtu,
Length overlapFront,
Length overlap,
Length overlapRear,
Speed speed,
Acceleration acceleration) |
HeadwayGTUPerceived(LaneBasedGTU gtu,
Length distance,
Speed speed,
Acceleration acceleration) |
getCarFollowingModel, getParameters, getRoute, getSpeedLimitInfo, moved, toStringgetDesiredSpeed, getGtuStatus, getGTUStatuses, getGtuType, getSpeedLimitInfo, getWidth, isBrakingLightsOn, isEmergencyLightsOn, isFacingSameDirection, isHonking, isLeftTurnIndicatorOn, isRightTurnIndicatorOnequals, getAcceleration, getId, getLength, getObjectType, getSpeed, hashCodegetDistance, getOverlap, getOverlapFront, getOverlapRear, isAhead, isBehind, isParallelclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, getAcceleration, getDistance, getId, getLength, getObjectType, getOverlap, getOverlapFront, getOverlapRear, getSpeed, isAhead, isBehind, isParallelpublic HeadwayGTUPerceived(LaneBasedGTU gtu, Length distance, Speed speed, Acceleration acceleration) throws GTUException
gtu - LaneBasedGTU; gtudistance - Length; distancespeed - Speed; speedacceleration - Acceleration; accelerationGTUException - ...public HeadwayGTUPerceived(LaneBasedGTU gtu, Length overlapFront, Length overlap, Length overlapRear, Speed speed, Acceleration acceleration) throws GTUException
gtu - LaneBasedGTU; gtuoverlapFront - Length; the overlap over the front of the GTUoverlap - Length; ???overlapRear - Length; the overlap over the rear of the GTUspeed - Speed; speedacceleration - Acceleration; accelerationGTUException - ...Copyright © 2014–2019 Delft University of Technology. All rights reserved.