Uses of Interface
org.opentrafficsim.kpi.interfaces.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 NodeDataInterfaceMetaDataDestination. getValue(GtuDataInterface gtu)Retrieves the value of the meta data of this type from a GTU.NodeDataInterfaceMetaDataOrigin. 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 java.lang.StringMetaDataDestination. formatValue(java.lang.String format, NodeDataInterface value)Formats the value into a string.java.lang.StringMetaDataOrigin. formatValue(java.lang.String format, NodeDataInterface value)Formats the value into a string.