public interface RuleException
Modifier and Type | Method and Description |
---|---|
org.apache.uima.cas.Type |
getType()
Get the Type of this exception
|
boolean |
matchPattern(org.apache.uima.cas.text.AnnotationFS annot)
match the rule exception pattern against the covered text of the given annotation
|
boolean matchPattern(org.apache.uima.cas.text.AnnotationFS annot)
annot
- - current annotation that should be used to matchorg.apache.uima.cas.Type getType()
Copyright © 2013. All Rights Reserved.