public class LaneBasedGTUFollowingChange0TacticalPlannerFactory extends Object implements LaneBasedTacticalPlannerFactory<LaneBasedGTUFollowingChange0TacticalPlanner>, Serializable
LaneBasedGTUFollowingChange0TacticalPlanner
.
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.
Constructor and Description |
---|
LaneBasedGTUFollowingChange0TacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
Constructor with fixed stateless car-following and lane change model.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedGTUFollowingChange0TacticalPlanner |
create(LaneBasedGTU gtu)
Creates a new tactical planner for the given GTU.
|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics |
getDefaultBehavioralCharacteristics()
Returns a set of behavioral characteristics with default values for the next tactical planner that will be generated.
|
String |
toString() |
public LaneBasedGTUFollowingChange0TacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
carFollowingModel
- car following modelpublic final LaneBasedGTUFollowingChange0TacticalPlanner create(LaneBasedGTU gtu) throws org.opentrafficsim.core.gtu.GTUException
create
in interface LaneBasedTacticalPlannerFactory<LaneBasedGTUFollowingChange0TacticalPlanner>
gtu
- GTUorg.opentrafficsim.core.gtu.GTUException
- if the gtu is not suitable in any way for the creation of the tactical plannerpublic final org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics getDefaultBehavioralCharacteristics()
getDefaultBehavioralCharacteristics
in interface LaneBasedTacticalPlannerFactory<LaneBasedGTUFollowingChange0TacticalPlanner>
Copyright © 2014–2016 Delft University of Technology. All rights reserved.