Uses of Interface
org.opentrafficsim.kpi.interfaces.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 RouteDataInterfaceGtuDataInterface. 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 RouteDataInterfaceMetaDataRoute. 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 java.lang.StringMetaDataRoute. formatValue(java.lang.String format, RouteDataInterface value)Formats the value into a string.