Uses of Interface
org.opentrafficsim.kpi.interfaces.RouteDataInterface
-
Packages that use RouteDataInterface Package Description org.opentrafficsim.kpi.interfaces org.opentrafficsim.kpi.sampling.meta Metadata for grouping and selecting sampling data. -
-
Uses of RouteDataInterface in org.opentrafficsim.kpi.interfaces
Methods in org.opentrafficsim.kpi.interfaces that return RouteDataInterface Modifier and Type Method Description RouteDataInterface
GtuDataInterface. getRouteData()
-
Uses of RouteDataInterface in org.opentrafficsim.kpi.sampling.meta
Methods in org.opentrafficsim.kpi.sampling.meta that return RouteDataInterface Modifier and Type Method Description RouteDataInterface
FilterDataRoute. 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 RouteDataInterface Modifier and Type Method Description String
FilterDataRoute. formatValue(String format, RouteDataInterface value)
Formats the value into a string.
-