Package org.verapdf.model.salayer
Interface SAStructElem
-
- All Superinterfaces:
Object
- All Known Subinterfaces:
SAAnnot,SAArt,SAArtifact,SAAside,SABibEntry,SABlockQuote,SACaption,SACode,SADiv,SADocument,SADocumentFragment,SAEm,SAFENote,SAFigure,SAForm,SAFormula,SAH,SAHn,SAIndex,SAL,SALbl,SALBody,SALI,SALink,SANonStandard,SANonStruct,SANote,SAP,SAPart,SAPrivate,SAQuote,SARB,SAReference,SARP,SART,SARuby,SASect,SASpan,SAStrong,SASub,SATable,SATBody,SATD,SATFoot,SATH,SATHead,SATitle,SATOC,SATOCI,SATR,SAWarichu,SAWP,SAWT
- All Known Implementing Classes:
GFSAAnnot,GFSAArt,GFSAArtifact,GFSAAside,GFSABibEntry,GFSABlockQuote,GFSACaption,GFSACode,GFSADiv,GFSADocument,GFSADocumentFragment,GFSAEm,GFSAFENote,GFSAFigure,GFSAForm,GFSAFormula,GFSAGeneral,GFSAH,GFSAHn,GFSAIndex,GFSAL,GFSALbl,GFSALBody,GFSALI,GFSALink,GFSANonStandard,GFSANonStruct,GFSANote,GFSAP,GFSAPart,GFSAPrivate,GFSAQuote,GFSARB,GFSAReference,GFSARP,GFSART,GFSARuby,GFSASect,GFSASpan,GFSAStrong,GFSAStructElem,GFSASub,GFSATable,GFSATBody,GFSATD,GFSATFoot,GFSATH,GFSATHead,GFSATitle,GFSATOC,GFSATOCI,GFSATR,GFSAWarichu,GFSAWP,GFSAWT
public interface SAStructElem extends Object
the structure element dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetcorrectSemanticScore()number ranging from 0 to 1 indicating the probability that the correct type is right definedStringgetcorrectType()supposed correct element typeBooleangethasCorrectType()true, if correct type is the same as the standard typeBooleangetisLeafElem()false, if structure element contains other structure elementsBooleangetisListChild()true, if this is list child elementBooleangetisListElem()true, if this is list struct elementBooleangetisTableChild()true, if this is table child elementBooleangetisTableElem()true, if this is table struct elementLonggetnumberOfSameCharacters()number of same characters successivelyStringgetstandardType()standard type of struct elementLonggetstructureID()id of struct element-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcorrectSemanticScore
Double getcorrectSemanticScore()
number ranging from 0 to 1 indicating the probability that the correct type is right defined
-
gethasCorrectType
Boolean gethasCorrectType()
true, if correct type is the same as the standard type
-
getcorrectType
String getcorrectType()
supposed correct element type
-
getstandardType
String getstandardType()
standard type of struct element
-
getisTableElem
Boolean getisTableElem()
true, if this is table struct element
-
getisTableChild
Boolean getisTableChild()
true, if this is table child element
-
getisListElem
Boolean getisListElem()
true, if this is list struct element
-
getisListChild
Boolean getisListChild()
true, if this is list child element
-
getstructureID
Long getstructureID()
id of struct element
-
getisLeafElem
Boolean getisLeafElem()
false, if structure element contains other structure elements
-
getnumberOfSameCharacters
Long getnumberOfSameCharacters()
number of same characters successively
-
-