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 CrossSection
MetaDataCrossSections. 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.String
MetaDataCrossSections. 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 void
MetaDataCrossSections. 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.