Uses of Class
org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
Package
Description
Metadata for grouping and selecting sampling data.
-
Uses of TrajectoryAcceptList in org.opentrafficsim.kpi.sampling.meta
Modifier and TypeMethodDescriptionfinal void
FilterDataCrossSections.accept
(TrajectoryAcceptList trajectoryAcceptList, Set<CrossSection> querySet) Accepts all trajectory's or rejects all trajectory's depending on whether all cross sections have been crossed.void
FilterDataType.accept
(TrajectoryAcceptList trajectoryAcceptList, Set<T> querySet) Determines for a set oftrajectory
's from a single GTU, which may be accepted according to this filter data type.