public interface StrategicalPlannerFactorySupplierOD
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Interface and Description |
---|---|
static interface |
StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD
Interface for tactical factory supplier based on OD information.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedStrategicalPlannerFactory<?> |
getFactory(Node origin,
Node destination,
Category category,
StreamInterface randomStream)
Supplies a strategical factory.
|
static StrategicalPlannerFactorySupplierOD |
lmrs()
Returns a standard implementation for LMRS.
|
static StrategicalPlannerFactorySupplierOD |
route(StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD tacticalPlannerFactorySupplierOD)
Returns a
StrategicalPlannerFactorySupplierOD using a LaneBasedStrategicalRoutePlannerFactory with a
tactical planner factory based on the given supplier. |
LaneBasedStrategicalPlannerFactory<?> getFactory(Node origin, Node destination, Category category, StreamInterface randomStream) throws GTUException
origin
- Node; origindestination
- Node; destinationcategory
- Category; category (GTU type, route, or more)randomStream
- StreamInterface; stream for random numbersGTUException
- if characteristics could not be generated for the GTUExceptionstatic StrategicalPlannerFactorySupplierOD lmrs()
static StrategicalPlannerFactorySupplierOD route(StrategicalPlannerFactorySupplierOD.TacticalPlannerFactorySupplierOD tacticalPlannerFactorySupplierOD)
StrategicalPlannerFactorySupplierOD
using a LaneBasedStrategicalRoutePlannerFactory
with a
tactical planner factory based on the given supplier. Simulations using this strategical level can be more easily
specified in this manner.tacticalPlannerFactorySupplierOD
- TacticalPlannerFactorySupplierOD; tactical planner factory based on OD
informationCopyright © 2014–2019 Delft University of Technology. All rights reserved.