Interface INode

    • Method Detail

      • hasLine

        boolean hasLine()
      • getLine

        java.lang.Integer getLine()
      • setLine

        void setLine​(java.lang.Integer line)
      • hasCol

        boolean hasCol()
      • getCol

        java.lang.Integer getCol()
      • setCol

        void setCol​(java.lang.Integer col)
      • hasParent

        boolean hasParent()