Package | Description |
---|---|
org.opentrafficsim.road.gtu.following |
GTU (Car) following models such as IDM+.
|
org.opentrafficsim.road.gtu.lane.changing |
Classes that deal with lane changing models.
|
Modifier and Type | Method and Description |
---|---|
AccelerationStep |
GTUFollowingModel.computeAcceleration(LaneBasedGTU follower,
org.djunits.value.vdouble.scalar.Speed leaderSpeed,
org.djunits.value.vdouble.scalar.Length.Rel headway,
org.djunits.value.vdouble.scalar.Speed speedLimit)
Compute the acceleration that would be used to follow a leader.
TODO We should probably add a be ready to stop before argument to prevent vehicles that cannot see their leader, or should slow down for a crossing from accelerating to unsafe speeds. |
AccelerationStep |
AbstractGTUFollowingModel.computeAcceleration(LaneBasedGTU follower,
org.djunits.value.vdouble.scalar.Speed leaderSpeed,
org.djunits.value.vdouble.scalar.Length.Rel headway,
org.djunits.value.vdouble.scalar.Speed speedLimit)
Compute the acceleration that would be used to follow a leader.
TODO We should probably add a be ready to stop before argument to prevent vehicles that cannot see their leader, or should slow down for a crossing from accelerating to unsafe speeds. |
AccelerationStep |
GTUFollowingModel.computeAccelerationWithNoLeader(LaneBasedGTU gtu,
org.djunits.value.vdouble.scalar.Speed speedLimit)
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
AbstractGTUFollowingModel.computeAccelerationWithNoLeader(LaneBasedGTU gtu,
org.djunits.value.vdouble.scalar.Speed speedLimit)
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
DualAccelerationStep.getFollowerAccelerationStep()
Retrieve the AccelerationStep for the (new) follower GTU.
|
AccelerationStep |
DualAccelerationStep.getLeaderAccelerationStep()
Retrieve the AccelerationStep for the leader GTU.
|
Constructor and Description |
---|
DualAccelerationStep(AccelerationStep leaderAccelerationStep,
AccelerationStep followerAccelerationStep)
Create a new DualAccelerationStep.
|
Modifier and Type | Method and Description |
---|---|
AccelerationStep |
LaneMovementStep.getGfmr() |
Constructor and Description |
---|
LaneMovementStep(AccelerationStep gfmr,
org.opentrafficsim.core.network.LateralDirectionality laneChange)
Construct a new LaneChangeModelResult.
|
Copyright © 2014–2015 Delft University of Technology. All rights reserved.