Interface StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD

  • Enclosing interface:
    StrategicalPlannerFactorySupplierOD

    public static interface StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD
    Interface for tactical factory supplier based on OD information. This class is used by strategical factories where only the strategical level is specified but where the lower levels can be specified.

    Copyright (c) 2013-2022 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 8 jan. 2019
    Author:
    Alexander Verbraeck, Peter Knoppers, Wouter Schakel
    • Method Detail

      • getFactory

        LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> getFactory​(Node origin,
                                                                                       Node destination,
                                                                                       Category category,
                                                                                       StreamInterface randomStream)
        Returns a tactical planner factory based on OD information.
        Parameters:
        origin - Node; origin
        destination - Node; destination
        category - Category; OD category
        randomStream - StreamInterface; random stream
        Returns:
        tactical planner factory based on OD information