Uses of Class
org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
Packages that use TrajectoryAcceptList
Package
Description
Filter data for grouping and selecting sampling data.
-
Uses of TrajectoryAcceptList in org.opentrafficsim.kpi.sampling.filter
Methods in org.opentrafficsim.kpi.sampling.filter with parameters of type TrajectoryAcceptListModifier 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.