Uses of Class
org.opentrafficsim.kpi.sampling.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 CrossSectionMetaDataCrossSections. 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 java.lang.StringMetaDataCrossSections. formatValue(java.lang.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 voidMetaDataCrossSections. accept(TrajectoryAcceptList trajectoryAcceptList, java.util.Set<CrossSection> querySet)Accepts all trajectory's or rejects all trajectory's depending on whether all cross sections have been crossed.