Uses of Interface
org.apache.uima.annotator.regex.Rule

Packages that use Rule
org.apache.uima.annotator.regex   
org.apache.uima.annotator.regex.impl   
 

Uses of Rule in org.apache.uima.annotator.regex
 

Methods in org.apache.uima.annotator.regex that return Rule
 Rule[] Concept.getRules()
          Gets an array of rules for this concept
 

Methods in org.apache.uima.annotator.regex with parameters of type Rule
 void Concept.addRule(Rule aRule)
          Adds the given rule to this concept
 

Uses of Rule in org.apache.uima.annotator.regex.impl
 

Classes in org.apache.uima.annotator.regex.impl that implement Rule
 class Rule_impl
          Implementation of the Rule interface.
 

Methods in org.apache.uima.annotator.regex.impl that return Rule
 Rule[] Concept_impl.getRules()
           
 

Methods in org.apache.uima.annotator.regex.impl with parameters of type Rule
 void Concept_impl.addRule(Rule aRule)
           
 int RuleComparator.compare(Rule r1, Rule r2)
           
 



Copyright © 2011. All Rights Reserved.