public interface PatternRecognizer
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isPatternRecognized(String candidatePattern)Checks if a pattern is recognized as a pattern. | 
boolean isPatternRecognized(String candidatePattern)
candidatePattern - The pattern to check.true if the pattern has been recognized.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.