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, toString
getDesiredSpeed, getGtuStatus, getGTUStatuses, getGtuType, getSpeedLimitInfo, getWidth, isBrakingLightsOn, isEmergencyLightsOn, isFacingSameDirection, isHonking, isLeftTurnIndicatorOn, isRightTurnIndicatorOn
equals, getAcceleration, getId, getLength, getObjectType, getSpeed, hashCode
getDistance, getOverlap, getOverlapFront, getOverlapRear, isAhead, isBehind, isParallel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo, getAcceleration, getDistance, getId, getLength, getObjectType, getOverlap, getOverlapFront, getOverlapRear, getSpeed, isAhead, isBehind, isParallel
public 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.