T - class of the strategical planner generatedpublic interface LaneBasedStrategicalPlannerFactory<T extends LaneBasedStrategicalPlanner>
 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.
 
| Modifier and Type | Method and Description | 
|---|---|
T | 
create(LaneBasedGTU gtu,
      org.opentrafficsim.core.network.route.Route route)
Creates a new strategical planner for the given GTU. 
 | 
T create(LaneBasedGTU gtu, org.opentrafficsim.core.network.route.Route route) throws org.opentrafficsim.core.gtu.GTUException
gtu - GTUroute - routeorg.opentrafficsim.core.gtu.GTUException - if the gtu is not suitable in any way for the creation of the strategical plannerCopyright © 2014–2017 Delft University of Technology. All rights reserved.