Package | Description |
---|---|
org.opentrafficsim.road.car |
Classes that extend the GTU to car behavior.
|
org.opentrafficsim.road.gtu.lane |
The lane-based GTUs are the Generalized Travel Units that travel in lanes,
and need to switch lanes to overtake.
|
org.opentrafficsim.road.network.route |
Routes and route probabilities.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedTemplateCar.LaneBasedTemplateCarBuilder |
LaneBasedTemplateCar.LaneBasedTemplateCarBuilder.setRouteNavigator(CompleteLaneBasedRouteNavigator routeNavigator) |
Constructor and Description |
---|
LaneBasedTemplateCar(String id,
org.opentrafficsim.core.gtu.TemplateGTUType templateGtuType,
GTUFollowingModel gtuFollowingModel,
Map<Lane,org.djunits.value.vdouble.scalar.Length.Rel> initialLongitudinalPositions,
org.djunits.value.vdouble.scalar.Speed initialSpeed,
CompleteLaneBasedRouteNavigator routeNavigator) |
LaneBasedTemplateCar(String id,
org.opentrafficsim.core.gtu.TemplateGTUType templateGtuType,
GTUFollowingModel gtuFollowingModel,
Map<Lane,org.djunits.value.vdouble.scalar.Length.Rel> initialLongitudinalPositions,
org.djunits.value.vdouble.scalar.Speed initialSpeed,
CompleteLaneBasedRouteNavigator routeNavigator,
Class<? extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D> animationClass) |
Constructor and Description |
---|
AbstractLaneBasedTemplateGTU(String id,
org.opentrafficsim.core.gtu.TemplateGTUType templateGTUType,
GTUFollowingModel gtuFollowingModel,
Map<Lane,org.djunits.value.vdouble.scalar.Length.Rel> initialLongitudinalPositions,
org.djunits.value.vdouble.scalar.Speed initialSpeed,
CompleteLaneBasedRouteNavigator routeNavigator) |
Modifier and Type | Method and Description |
---|---|
CompleteLaneBasedRouteNavigator |
ProbabilisticLaneBasedRouteGenerator.generateRouteNavigator()
Generate a RouteNavigator.
|
CompleteLaneBasedRouteNavigator |
ProbabilisticLaneBasedRouteGenerator.LaneBasedRouteProbability.getRouteNavigator() |
Constructor and Description |
---|
LaneBasedRouteProbability(CompleteLaneBasedRouteNavigator routeNavigator,
double probability) |
Copyright © 2014–2015 Delft University of Technology. All rights reserved.