Uses of Interface
org.opentrafficsim.kpi.interfaces.NodeDataInterface
-
Packages that use NodeDataInterface Package Description org.opentrafficsim.kpi.interfaces org.opentrafficsim.kpi.sampling.meta Metadata for grouping and selecting sampling data. -
-
Uses of NodeDataInterface in org.opentrafficsim.kpi.interfaces
Methods in org.opentrafficsim.kpi.interfaces that return NodeDataInterface Modifier and Type Method Description NodeDataInterface
GtuDataInterface. getDestinationNodeData()
NodeDataInterface
GtuDataInterface. getOriginNodeData()
-
Uses of NodeDataInterface in org.opentrafficsim.kpi.sampling.meta
Methods in org.opentrafficsim.kpi.sampling.meta that return NodeDataInterface Modifier and Type Method Description NodeDataInterface
FilterDataDestination. getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.NodeDataInterface
FilterDataOrigin. 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 NodeDataInterface Modifier and Type Method Description String
FilterDataDestination. formatValue(String format, NodeDataInterface value)
Formats the value into a string.String
FilterDataOrigin. formatValue(String format, NodeDataInterface value)
Formats the value into a string.
-