Package org.opentrafficsim.kpi.sampling
Classes for sampling simulation data. This can be used for post-analysis, graphs, indicators, etc.
 
 Copyright (c) 2013-2020 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.KpiDirectedLanePosition Store one position, direction and lane of a GTU.KpiLaneDirection Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Query<G extends GtuDataInterface> A query defines which subset of trajectory information should be included.Sampler<G extends GtuDataInterface> Sampler is the highest level organizer for sampling.SpaceTimeRegion Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Trajectory<G extends GtuDataInterface> 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 GtuDataInterface> Contains all trajectories pertaining to a certain space-time region. - 
Enum Summary Enum Description KpiGtuDirectionality Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Sampler.CompressionMethod Defines the compression method for stored data. - 
Exception Summary Exception Description SamplingException Exception thrown when sampling encounters an error.