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 NodeDataInterfaceGtuDataInterface. getDestinationNodeData()NodeDataInterfaceGtuDataInterface. 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 NodeDataInterfaceFilterDataDestination. getValue(GtuDataInterface gtu)Retrieves the value of the meta data of this type from a GTU.NodeDataInterfaceFilterDataOrigin. 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 StringFilterDataDestination. formatValue(String format, NodeDataInterface value)Formats the value into a string.StringFilterDataOrigin. formatValue(String format, NodeDataInterface value)Formats the value into a string.
-