Package org.opentrafficsim.kpi.sampling
package org.opentrafficsim.kpi.sampling
Classes for sampling simulation data. This can be used for post-analysis, graphs, indicators, etc.
Copyright (c) 2013-2024 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
-
ClassDescriptionA cross sections contains locations on lanes that together make up a cross section.Abstract class for defining a type of extended or filter data.Store one position and lane of a GTU.A query defines which subset of trajectory information should be included.Sampler is the highest level organizer for sampling.SamplerData<G extends GtuData>SamplerData is a storage for trajectory data.Compression method.Exception thrown when sampling encounters an error.SpaceTimeRegion<L extends LaneData<L>>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.Space-time view of a trajectory.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.