Package org.verapdf.gf.model.impl.sa
Class GFSARoot
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.BaseObject
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.gf.model.impl.sa.GFSARoot
-
public class GFSARoot extends SemanticNode
- Author:
- Maxim Plushchov
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description GFSARoot(GFSAStructTreeRoot structTreeRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<INode>getChildren()-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, equals, getAttributesDictionary, getCorrectSemanticScore, getDepth, getHasLowestDepthError, getIndex, getInitialSemanticType, getNextNeighbor, getNextNode, getNodeInfo, getParent, getPreviousNeighbor, getPreviousNode, getSemanticType, hashCode, isLeaf, isRoot, setAttributesDictionary, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setIndex, setParent, setSemanticType, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, 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.INode
getBoundingBox, getLastPageNumber, setBoundingBox, setLastPageNumber, setPageNumber
-
Methods inherited from interface org.verapdf.wcag.algorithms.entities.IObject
getBottomY, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setRecognizedStructureId
-
-
-
-
Constructor Detail
-
GFSARoot
public GFSARoot(GFSAStructTreeRoot structTreeRoot)
-
-
Method Detail
-
getChildren
public List<INode> getChildren()
- Specified by:
getChildrenin interfaceINode- Overrides:
getChildrenin classSemanticNode
-
-