Interface ResultDataPoint
- 
- All Superinterfaces:
 DataPoint,java.io.Serializable
- All Known Implementing Classes:
 BasicResultDataPoint
public interface ResultDataPoint extends DataPoint
A DataPoint that corresponds to a particular column (tag) in a result set, and knows the position. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intindex()The index of the column/tag path, relative to the paths requested in the query.- 
Methods inherited from interface com.inductiveautomation.gateway.tsdb.api.DataPoint
getPath, getQuality, getTimestamp, getValue 
 - 
 
 -