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)
Creates a new strategical planner for the given GTU.
|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics |
getDefaultBehavioralCharacteristics()
Returns a set of behavioral characteristics with default values for the next strategical planner that will be generated.
|
void |
setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
Set behavioral characteristics to use with the next creation of a strategical planner.
|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics getDefaultBehavioralCharacteristics()
void setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
behavioralCharacteristics
- behavioral characteristics to use with the next creation of a strategical plannerT create(LaneBasedGTU gtu) throws org.opentrafficsim.core.gtu.GTUException
gtu
- GTUorg.opentrafficsim.core.gtu.GTUException
- if the gtu is not suitable in any way for the creation of the strategical plannerCopyright © 2014–2016 Delft University of Technology. All rights reserved.