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 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
MetaDataDestination. getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.NodeDataInterface
MetaDataOrigin. 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.String
MetaDataDestination. formatValue(java.lang.String format, NodeDataInterface value)
Formats the value into a string.java.lang.String
MetaDataOrigin. formatValue(java.lang.String format, NodeDataInterface value)
Formats the value into a string.