Uses of Class
org.opentrafficsim.kpi.sampling.CrossSection
-
Packages that use CrossSection Package Description org.opentrafficsim.kpi.sampling.meta Metadata for grouping and selecting sampling data. -
-
Uses of CrossSection in org.opentrafficsim.kpi.sampling.meta
Methods in org.opentrafficsim.kpi.sampling.meta that return CrossSection Modifier and Type Method Description CrossSection
FilterDataCrossSections. getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.Methods in org.opentrafficsim.kpi.sampling.meta with parameters of type CrossSection Modifier and Type Method Description String
FilterDataCrossSections. formatValue(String format, CrossSection value)
Formats the value into a string.Method parameters in org.opentrafficsim.kpi.sampling.meta with type arguments of type CrossSection 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.
-