Class AlfaLettersListLabelsDetectionAlgorithm1
- 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
-
- org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.AlfaLettersListLabelsDetectionAlgorithm1
-
public class AlfaLettersListLabelsDetectionAlgorithm1 extends AlfaLettersListLabelsDetectionAlgorithm
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.AlfaLettersListLabelsDetectionAlgorithm
letters
-
-
Constructor Summary
Constructors Constructor Description AlfaLettersListLabelsDetectionAlgorithm1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegergetNumberFromString(String string)protected StringgetStringFromNumber(Integer number)-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.AlfaLettersListLabelsDetectionAlgorithm
getLowerCaseRegex, getRegex, getUpperCaseRegex
-
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, getRegexStartLength, getRegexStartLength
-
-
-
-
Method Detail
-
getStringFromNumber
protected String getStringFromNumber(Integer number)
- Specified by:
getStringFromNumberin classListLabelsDetectionAlgorithm
-
getNumberFromString
protected Integer getNumberFromString(String string)
- Specified by:
getNumberFromStringin classListLabelsDetectionAlgorithm
-
-