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