Package | Description |
---|---|
org.opentrafficsim.road.gtu.generator |
Generate GTUs according to some prescription.
|
Modifier and Type | Method and Description |
---|---|
Platoons |
Platoons.addGtu(org.djunits.value.vdouble.scalar.Time time)
Add GTU to the current platoon.
|
Platoons |
Platoons.addGtu(org.djunits.value.vdouble.scalar.Time time,
org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
Category category,
org.djunits.value.vdouble.scalar.Speed speed)
Add GTU to the current platoon.
|
Platoons |
Platoons.addPlatoon(org.djunits.value.vdouble.scalar.Time start,
org.djunits.value.vdouble.scalar.Time end)
Add a platoon.
|
Platoons |
Platoons.fixInfo(org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
Category category,
org.djunits.value.vdouble.scalar.Speed speed)
Fix all info except time for GTU's added hereafter.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.