| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.generator | 
 Generate GTUs according to some prescription. 
 | 
| org.opentrafficsim.road.gtu.generator.characteristics | 
 Classes concerning generation of  
LaneBasedGTUCharacteristicsGenerator for vehicle generation. | 
| org.opentrafficsim.road.gtu.generator.od | 
 OD based vehicle generation. 
 | 
| 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.gtu.strategical | 
 Strategical planners for a road-based GTU. 
 | 
| org.opentrafficsim.road.gtu.strategical.route | 
 Route planners as part of strategical planning. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> | 
AbstractGTUGenerator.getStrategicalPlannerFactory()  | 
| Constructor and Description | 
|---|
AbstractGTUGenerator(String name,
                    nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface.TimeDoubleUnit simulator,
                    org.opentrafficsim.core.gtu.GTUType gtuType,
                    Class<?> gtuClass,
                    org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Speed,org.djunits.unit.SpeedUnit> initialSpeedDist,
                    org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Duration,org.djunits.unit.DurationUnit> interarrivelTimeDist,
                    long maxGTUs,
                    org.djunits.value.vdouble.scalar.Time startTime,
                    org.djunits.value.vdouble.scalar.Time endTime,
                    Lane lane,
                    org.djunits.value.vdouble.scalar.Length position,
                    org.opentrafficsim.core.gtu.GTUDirectionality direction,
                    org.opentrafficsim.core.gtu.animation.GTUColorer gtuColorer,
                    LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> strategicalPlannerFactory,
                    org.opentrafficsim.core.network.route.RouteGenerator routeGenerator,
                    org.opentrafficsim.core.network.OTSNetwork network)  | 
GTUGeneratorIndividual(String name,
                      nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface.TimeDoubleUnit simulator,
                      org.opentrafficsim.core.gtu.GTUType gtuType,
                      Class<?> gtuClass,
                      org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Speed,org.djunits.unit.SpeedUnit> initialSpeedDist,
                      org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Duration,org.djunits.unit.DurationUnit> interarrivelTimeDist,
                      org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Length,org.djunits.unit.LengthUnit> lengthDist,
                      org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Length,org.djunits.unit.LengthUnit> widthDist,
                      org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel<org.djunits.value.vdouble.scalar.Speed,org.djunits.unit.SpeedUnit> maximumSpeedDist,
                      long maxGTUs,
                      org.djunits.value.vdouble.scalar.Time startTime,
                      org.djunits.value.vdouble.scalar.Time endTime,
                      Lane lane,
                      org.djunits.value.vdouble.scalar.Length position,
                      org.opentrafficsim.core.gtu.GTUDirectionality direction,
                      org.opentrafficsim.core.gtu.animation.GTUColorer gtuColorer,
                      LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> strategicalPlannerFactory,
                      org.opentrafficsim.core.network.route.RouteGenerator routeGenerator,
                      org.opentrafficsim.core.network.OTSNetwork network)  | 
| Modifier and Type | Method and Description | 
|---|---|
LaneBasedStrategicalPlannerFactory<?> | 
LaneBasedGTUCharacteristics.getStrategicalPlannerFactory()  | 
| 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. 
 | 
LaneBasedTemplateGTUType(org.opentrafficsim.core.gtu.GTUType gtuType,
                        org.opentrafficsim.core.distributions.Generator<org.djunits.value.vdouble.scalar.Length> lengthGenerator,
                        org.opentrafficsim.core.distributions.Generator<org.djunits.value.vdouble.scalar.Length> widthGenerator,
                        org.opentrafficsim.core.distributions.Generator<org.djunits.value.vdouble.scalar.Speed> maximumSpeedGenerator,
                        LaneBasedStrategicalPlannerFactory<?> strategicalPlannerFactory,
                        org.opentrafficsim.core.network.route.RouteGenerator routeGenerator)  | 
| Modifier and Type | Method and Description | 
|---|---|
LaneBasedStrategicalPlannerFactory<?> | 
StrategicalPlannerFactorySupplierOD.getFactory(org.opentrafficsim.core.network.Node origin,
          org.opentrafficsim.core.network.Node destination,
          Category category,
          nl.tudelft.simulation.jstats.streams.StreamInterface randomStream)
Supplies a strategical factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LaneBasedIndividualGTU | 
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder.build(LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> laneBasedStrategicalPlannerFactory,
     org.opentrafficsim.core.network.route.Route route,
     org.opentrafficsim.core.network.Node origin,
     org.opentrafficsim.core.network.Node destination)
Build one LaneBasedIndividualCar. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractLaneBasedStrategicalPlannerFactory<T extends LaneBasedStrategicalPlanner>
Factory for creating  
LaneBasedStrategicalRoutePlanner using any LaneBasedTacticalPlannerFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LaneBasedStrategicalRoutePlannerFactory
Factory for creating  
LaneBasedStrategicalRoutePlanner using any LaneBasedTacticalPlannerFactory. | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.