Package org.opentrafficsim.kpi.sampling
Classes for sampling simulation data. This can be used for post-analysis, graphs, indicators, etc.
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Class Summary Class Description CrossSection A cross sections contains locations on lanes that together make up a cross section.LanePosition Store one position and lane of a GTU.Query<G extends GtuData,L extends LaneData> A query defines which subset of trajectory information should be included.Sampler<G extends GtuData,L extends LaneData> Sampler is the highest level organizer for sampling.SamplerData<G extends GtuData> SamplerData is a storage for trajectory data.SpaceTimeRegion<L extends LaneData> Defines a rectangular region over space and time on a lane.Trajectory<G extends GtuData> Contains position, speed, acceleration and time data of a GTU, over some section.Trajectory.SpaceTimeView Space-time view of a trajectory.TrajectoryAcceptList Set of trajectories to be accepted or rejected for a query.TrajectoryGroup<G extends GtuData> Contains all trajectories pertaining to a certain space-time region. -
Enum Summary Enum Description SamplerData.Compression Compression method. -
Exception Summary Exception Description SamplingException Exception thrown when sampling encounters an error.