Class AlfaLettersListLabelsDetectionAlgorithm
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.ListLabelsDetectionAlgorithm
-
- org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.LettersListLabelsDetectionAlgorithm
-
- org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.AlfaLettersListLabelsDetectionAlgorithm
-
- Direct Known Subclasses:
AlfaLettersListLabelsDetectionAlgorithm1,AlfaLettersListLabelsDetectionAlgorithm2
public abstract class AlfaLettersListLabelsDetectionAlgorithm extends LettersListLabelsDetectionAlgorithm
-
-
Constructor Summary
Constructors Constructor Description AlfaLettersListLabelsDetectionAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLowerCaseRegex()protected StringgetRegex()protected StringgetUpperCaseRegex()-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.LettersListLabelsDetectionAlgorithm
getItemsIntervals, isCharMatchRegex, isListLabels
-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.ListLabelsDetectionAlgorithm
getCommonStartLength, getNotRegexEndLength, getNotRegexStartLength, getNumberFromString, getRegexStartLength, getRegexStartLength, getStringFromNumber
-
-
-
-
Method Detail
-
getRegex
protected String getRegex()
- Specified by:
getRegexin classListLabelsDetectionAlgorithm
-
getLowerCaseRegex
protected String getLowerCaseRegex()
- Specified by:
getLowerCaseRegexin classLettersListLabelsDetectionAlgorithm
-
getUpperCaseRegex
protected String getUpperCaseRegex()
- Specified by:
getUpperCaseRegexin classLettersListLabelsDetectionAlgorithm
-
-