Class GFSARoot

java.lang.Object
org.verapdf.wcag.algorithms.entities.BaseObject
org.verapdf.wcag.algorithms.entities.SemanticNode
org.verapdf.gf.model.impl.sa.GFSARoot
All Implemented Interfaces:
org.verapdf.wcag.algorithms.entities.INode, org.verapdf.wcag.algorithms.entities.IObject

public class GFSARoot extends org.verapdf.wcag.algorithms.entities.SemanticNode
Author:
Maxim Plushchov
  • Field Summary

    Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode

    nodeInfo

    Fields inherited from class org.verapdf.wcag.algorithms.entities.BaseObject

    index, level
  • Constructor Summary

    Constructors
    Constructor
    Description
    GFSARoot(GFSAStructTreeRoot structTreeRoot)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.verapdf.wcag.algorithms.entities.INode>
     

    Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode

    addChild, equals, getAttributesDictionary, getCorrectSemanticScore, getDepth, getHasLowestDepthError, getInitialSemanticType, getNextNeighbor, getNextNode, getNodeInfo, getObjectKeyNumber, getParent, getPreviousNeighbor, getPreviousNode, getSemanticType, hashCode, isLeaf, isRoot, setAttributesDictionary, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setParent, setSemanticType, toString

    Methods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject

    getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getIndex, getLastPageNumber, getLeftX, getLevel, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setIndex, setLastPageNumber, setLevel, setPageNumber, setRecognizedStructureId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.verapdf.wcag.algorithms.entities.IObject

    getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getIndex, getLastPageNumber, getLeftX, getLevel, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setIndex, setLastPageNumber, setLevel, setPageNumber, setRecognizedStructureId
  • Constructor Details

  • Method Details

    • getChildren

      public List<org.verapdf.wcag.algorithms.entities.INode> getChildren()
      Specified by:
      getChildren in interface org.verapdf.wcag.algorithms.entities.INode
      Overrides:
      getChildren in class org.verapdf.wcag.algorithms.entities.SemanticNode