Interface Node
-
public interface NodeGets a node's data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordgetRecord()Returns a node's record.java.lang.StringgetTablePath()
-
-
-
Method Detail
-
getRecord
Record getRecord()
Returns a node's record.
-
getTablePath
java.lang.String getTablePath()
-
-