Uses of Class
org.opentrafficsim.road.gtu.generator.Platoons
Packages that use Platoons
Package
Description
Generate GTUs according to some prescription.
-
Uses of Platoons in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator that return PlatoonsModifier and TypeMethodDescriptionAdd GTU to the current platoon.Add GTU to the current platoon.Platoons.addPlatoon
(Time start, Time end) Add a platoon.Fix all info except time for GTU's added hereafter.Platoons.ofCategory
(LaneBasedGtuCharacteristicsGeneratorOd characteristics, OtsSimulatorInterface simulator, StreamInterface stream, Set<Lane> position) Creates aPlatoon<Category>
instance for platoons.Platoons.ofGtuType
(LaneBasedGtuCharacteristicsGenerator characteristics, OtsSimulatorInterface simulator, StreamInterface stream, Set<Lane> position) Creates aPlatoon<GtuType>
instance for platoons.