Interface Node


public interface Node
Gets a node's data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a node's record.
     
  • Method Details

    • getRecord

      Record getRecord()
      Returns a node's record.
    • getTablePath

      String getTablePath()