public class LaneBasedGTUCharacteristics
extends org.opentrafficsim.core.gtu.GTUCharacteristics
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
LaneBasedGTUCharacteristics(org.opentrafficsim.core.gtu.GTUCharacteristics gtuCharacteristics,
LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory,
org.opentrafficsim.core.network.route.Route route,
org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
VehicleModel vehicleModel)
Construct a new set of lane based GTU characteristics.
|
| Modifier and Type | Method and Description |
|---|---|
org.opentrafficsim.core.network.Node |
getDestination() |
org.opentrafficsim.core.network.Node |
getOrigin() |
org.opentrafficsim.core.network.route.Route |
getRoute() |
LaneBasedStrategicalPlannerFactory<?> |
getStrategicalPlannerFactory() |
VehicleModel |
getVehicleModel()
Returns the vehicle model.
|
public LaneBasedGTUCharacteristics(org.opentrafficsim.core.gtu.GTUCharacteristics gtuCharacteristics,
LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory,
org.opentrafficsim.core.network.route.Route route,
org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
VehicleModel vehicleModel)
gtuCharacteristics - GTUCharacteristics; characteristics of the super GTU type to be used for the GTUlaneBasedStrategicalPlannerFactory - LaneBasedStrategicalPlannerFactory; the strategical planner for the GTUroute - routeorigin - origindestination - destinationvehicleModel - vehicle modelpublic final LaneBasedStrategicalPlannerFactory<?> getStrategicalPlannerFactory()
public final org.opentrafficsim.core.network.route.Route getRoute()
public org.opentrafficsim.core.network.Node getOrigin()
public org.opentrafficsim.core.network.Node getDestination()
public VehicleModel getVehicleModel()
Copyright © 2014–2018 Delft University of Technology. All rights reserved.