| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LaneBasedIndividualGTU | 
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder.build(LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> laneBasedStrategicalPlannerFactory,
     Route route,
     Node origin,
     Node destination)
Build one LaneBasedIndividualCar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends Renderable2D<? super LaneBasedIndividualGTU>> | 
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder.getAnimationClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LaneBasedIndividualGTU.initWithAnimation(LaneBasedStrategicalPlanner strategicalPlanner,
                 Set<DirectedLanePosition> initialLongitudinalPositions,
                 Speed initialSpeed,
                 Class<? extends Renderable2D<? super LaneBasedIndividualGTU>> animationClass,
                 GTUColorer gtuColorer)  | 
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder | 
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder.setAnimationClass(Class<? extends Renderable2D<? super LaneBasedIndividualGTU>> animationClass)  | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.