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