Package org.verapdf.gf.model.impl.sa
Class GFSANode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.BaseObject
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.gf.model.impl.sa.GFSANode
-
public class GFSANode extends SemanticNode
- Author:
- Maxim Plushchov
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description GFSANode(GFSAStructElem structElem)
-
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.IObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
-
-
-
Constructor Detail
-
GFSANode
public GFSANode(GFSAStructElem structElem)
-
-
Method Detail
-
getChildren
public List<INode> getChildren()
- Specified by:
getChildrenin interfaceINode- Overrides:
getChildrenin classSemanticNode
-
-