Interface INode
-
- All Superinterfaces:
IObject
- All Known Subinterfaces:
IAnnotation
- All Known Implementing Classes:
AnnotationNode,GFSAAnnotationNode,GFSANode,GFSARoot,SemanticCaption,SemanticDocument,SemanticFigure,SemanticGroupingNode,SemanticHeading,SemanticImageNode,SemanticList,SemanticNode,SemanticNumberHeading,SemanticParagraph,SemanticPart,SemanticSpan,SemanticTable,SemanticTextNode
public interface INode extends IObject
-
-
Method Summary
-
Methods inherited from interface org.verapdf.wcag.algorithms.entities.IObject
getBottomY, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setRecognizedStructureId
-
-
-
-
Method Detail
-
getSemanticType
SemanticType getSemanticType()
-
setSemanticType
void setSemanticType(SemanticType semanticType)
-
getInitialSemanticType
SemanticType getInitialSemanticType()
-
getCorrectSemanticScore
Double getCorrectSemanticScore()
-
setCorrectSemanticScore
void setCorrectSemanticScore(Double correctSemanticScore)
-
setPageNumber
void setPageNumber(Integer pageNumber)
- Specified by:
setPageNumberin interfaceIObject
-
getLastPageNumber
Integer getLastPageNumber()
- Specified by:
getLastPageNumberin interfaceIObject
-
setLastPageNumber
void setLastPageNumber(Integer lastPageNumber)
- Specified by:
setLastPageNumberin interfaceIObject
-
getBoundingBox
BoundingBox getBoundingBox()
- Specified by:
getBoundingBoxin interfaceIObject
-
setBoundingBox
void setBoundingBox(BoundingBox boundingBox)
- Specified by:
setBoundingBoxin interfaceIObject
-
setParent
void setParent(INode node)
-
getParent
INode getParent()
-
getNextNeighbor
INode getNextNeighbor()
-
getPreviousNeighbor
INode getPreviousNeighbor()
-
getNextNode
INode getNextNode()
-
getPreviousNode
INode getPreviousNode()
-
setIndex
void setIndex(Integer index)
-
getIndex
Integer getIndex()
-
isRoot
boolean isRoot()
-
addChild
void addChild(INode child)
-
isLeaf
boolean isLeaf()
-
getNodeInfo
NodeInfo getNodeInfo()
-
getDepth
int getDepth()
-
setDepth
void setDepth(int depth)
-
getHasLowestDepthError
boolean getHasLowestDepthError()
-
setHasLowestDepthError
void setHasLowestDepthError()
-
getAttributesDictionary
IAttributesDictionary getAttributesDictionary()
-
setAttributesDictionary
void setAttributesDictionary(IAttributesDictionary AttributesDictionary)
-
-