Package org.verapdf.gf.model.impl.sa
Class GFSANode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.gf.model.impl.sa.GFSANode
-
- All Implemented Interfaces:
INode
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, getBottomY, getBoundingBox, getCorrectSemanticScore, getInitialSemanticType, getLastPageNumber, getLeftX, getNodeInfo, getPageNumber, getParent, getRecognizedStructureId, getRightX, getSemanticType, getTopY, hashCode, isLeaf, isRoot, setBoundingBox, setCorrectSemanticScore, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType, toString
-
-
-
-
Constructor Detail
-
GFSANode
public GFSANode(GFSAStructElem structElem)
-
-
Method Detail
-
getChildren
public List<INode> getChildren()
- Specified by:
getChildrenin interfaceINode- Overrides:
getChildrenin classSemanticNode
-
-