Package org.opentrafficsim.demo.sdm
Class SdmStrategicalPlannerFactory
java.lang.Object
org.opentrafficsim.demo.sdm.SdmStrategicalPlannerFactory
- All Implemented Interfaces:
 StrategicalPlannerFactorySupplierOD
public class SdmStrategicalPlannerFactory extends java.lang.Object implements StrategicalPlannerFactorySupplierOD
Regular strategical planner with LMRS using Fuller perception.
 
 Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
- Version:
 - $Revision$, $LastChangedDate$, by $Author$, initial version 6 nov. 2018 
 - Author:
 - Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.opentrafficsim.road.gtu.generator.od.StrategicalPlannerFactorySupplierOD
StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD - 
Method Summary
Modifier and Type Method Description LaneBasedStrategicalPlannerFactory<?>getFactory(Node origin, Node destination, Category category, StreamInterface randomStream) 
- 
Method Details
- 
getFactory
public LaneBasedStrategicalPlannerFactory<?> getFactory(Node origin, Node destination, Category category, StreamInterface randomStream) throws GTUException- Specified by:
 getFactoryin interfaceStrategicalPlannerFactorySupplierOD- Throws:
 GTUException
 
 -