Class AlfaLettersListLabelsDetectionAlgorithm2
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.AlfaLettersListLabelsDetectionAlgorithm2
public class AlfaLettersListLabelsDetectionAlgorithm2
extends AlfaLettersListLabelsDetectionAlgorithm
-
Field Summary
Fields inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.AlfaLettersListLabelsDetectionAlgorithm
letters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegergetNumberFromString(String string) protected StringgetStringFromNumber(Integer number) Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.AlfaLettersListLabelsDetectionAlgorithm
getLetters, getLowerCaseRegex, getRegex, getUpperCaseRegexMethods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.LettersListLabelsDetectionAlgorithm
getItemsIntervals, isCharMatchRegex, isListLabelsMethods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection.ListLabelsDetectionAlgorithm
checkPrefixAndSuffix, getCommonStartLength, getNotRegexEndLength, getNotRegexStartLength, getRegexStartLength, getRegexStartLength
-
Constructor Details
-
AlfaLettersListLabelsDetectionAlgorithm2
public AlfaLettersListLabelsDetectionAlgorithm2()
-
-
Method Details
-
getStringFromNumber
- Overrides:
getStringFromNumberin classLettersListLabelsDetectionAlgorithm
-
getNumberFromString
- Overrides:
getNumberFromStringin classLettersListLabelsDetectionAlgorithm
-