Interface INode

    • Method Detail

      • setSemanticType

        void setSemanticType​(SemanticType semanticType)
      • getInitialSemanticType

        SemanticType getInitialSemanticType()
      • setRecognizedStructureId

        void setRecognizedStructureId​(Long id)
      • getRecognizedStructureId

        Long getRecognizedStructureId()
      • getCorrectSemanticScore

        Double getCorrectSemanticScore()
      • setCorrectSemanticScore

        void setCorrectSemanticScore​(Double correctSemanticScore)
      • getPageNumber

        Integer getPageNumber()
      • setPageNumber

        void setPageNumber​(Integer pageNumber)
      • getLastPageNumber

        Integer getLastPageNumber()
      • setLastPageNumber

        void setLastPageNumber​(Integer lastPageNumber)
      • getLeftX

        double getLeftX()
      • getRightX

        double getRightX()
      • getBottomY

        double getBottomY()
      • getTopY

        double getTopY()
      • setBoundingBox

        void setBoundingBox​(BoundingBox boundingBox)
      • setParent

        void setParent​(INode node)
      • getParent

        INode getParent()
      • isRoot

        boolean isRoot()
      • addChild

        void addChild​(INode child)
      • isLeaf

        boolean isLeaf()