static class AbstractTrafficLight.DummyStrategicalPlanner extends Object implements LaneBasedStrategicalPlanner
| Constructor and Description | 
|---|
DummyStrategicalPlanner()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner | 
generateTacticalPlanner(org.opentrafficsim.core.gtu.GTU gtu) | 
LaneBasedBehavioralCharacteristics | 
getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU. 
 | 
org.opentrafficsim.core.network.LinkDirection | 
nextLinkDirection(org.opentrafficsim.core.network.Link link,
                 org.opentrafficsim.core.gtu.GTUDirectionality direction,
                 org.opentrafficsim.core.gtu.GTUType gtuType) | 
org.opentrafficsim.core.network.LinkDirection | 
nextLinkDirection(org.opentrafficsim.core.network.Node node,
                 org.opentrafficsim.core.network.Link previousLink,
                 org.opentrafficsim.core.gtu.GTUType gtuType) | 
org.opentrafficsim.core.network.Node | 
nextNode(org.opentrafficsim.core.network.Link link,
        org.opentrafficsim.core.gtu.GTUDirectionality direction,
        org.opentrafficsim.core.gtu.GTUType gtuType) | 
org.opentrafficsim.core.network.Node | 
nextNode(org.opentrafficsim.core.network.Node node,
        org.opentrafficsim.core.network.Link previousLink,
        org.opentrafficsim.core.gtu.GTUType gtuType) | 
void | 
setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU. 
 | 
public org.opentrafficsim.core.network.Node nextNode(org.opentrafficsim.core.network.Node node,
                                                     org.opentrafficsim.core.network.Link previousLink,
                                                     org.opentrafficsim.core.gtu.GTUType gtuType)
                                              throws org.opentrafficsim.core.network.NetworkException
nextNode in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerorg.opentrafficsim.core.network.NetworkExceptionpublic org.opentrafficsim.core.network.Node nextNode(org.opentrafficsim.core.network.Link link,
                                                     org.opentrafficsim.core.gtu.GTUDirectionality direction,
                                                     org.opentrafficsim.core.gtu.GTUType gtuType)
                                              throws org.opentrafficsim.core.network.NetworkException
nextNode in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerorg.opentrafficsim.core.network.NetworkExceptionpublic org.opentrafficsim.core.network.LinkDirection nextLinkDirection(org.opentrafficsim.core.network.Node node,
                                                                       org.opentrafficsim.core.network.Link previousLink,
                                                                       org.opentrafficsim.core.gtu.GTUType gtuType)
                                                                throws org.opentrafficsim.core.network.NetworkException
nextLinkDirection in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerorg.opentrafficsim.core.network.NetworkExceptionpublic org.opentrafficsim.core.network.LinkDirection nextLinkDirection(org.opentrafficsim.core.network.Link link,
                                                                       org.opentrafficsim.core.gtu.GTUDirectionality direction,
                                                                       org.opentrafficsim.core.gtu.GTUType gtuType)
                                                                throws org.opentrafficsim.core.network.NetworkException
nextLinkDirection in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerorg.opentrafficsim.core.network.NetworkExceptionpublic org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner generateTacticalPlanner(org.opentrafficsim.core.gtu.GTU gtu)
generateTacticalPlanner in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerpublic LaneBasedBehavioralCharacteristics getDrivingCharacteristics()
getDrivingCharacteristics in interface LaneBasedStrategicalPlannerpublic void setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
setDrivingCharacteristics in interface LaneBasedStrategicalPlannerdrivingCharacteristics - set drivingCharacteristics, if the driver of the GTU changes, or the driver is using
            different characteristicsCopyright © 2014–2016 Delft University of Technology. All rights reserved.