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
-
Interface Summary Interface Description Column<T> Meta data of data in a column.Record Consistent set of values corresponding to columns.Table Table with data stored in structured records. -
Class Summary Class Description AbstractTable AbstractTable
implementation taking care of the columns.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.ListTable List implementation ofTable
.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.SamplerData<G extends GtuDataInterface> SamplerData is a storage for trajectory data.SimpleColumn<T> Simple column implementation.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.SamplerData.CompressionMethod Defines the compression method for stored data. -
Exception Summary Exception Description SamplingException Exception thrown when sampling encounters an error.