|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.uima.annotator.regex.impl.Concept_impl
public class Concept_impl
| Constructor Summary | |
|---|---|
Concept_impl(String name,
boolean processAllRules)
|
|
| Method Summary | |
|---|---|
void |
addAnnotation(Annotation aAnnotation)
Adds the given annotation to this concept. |
void |
addRule(Rule aRule)
Adds the given rule to this concept |
Annotation[] |
getAnnotations()
Gets an array of annotations for this rule. |
String |
getName()
Get the concept name. |
Rule[] |
getRules()
Gets an array of rules for this concept |
void |
initialize(org.apache.uima.util.Logger logger)
initialize the concept and the referred rules and annotations. |
boolean |
processAllConceptRules()
Checks the rule processing for this concept. |
String |
toString()
|
void |
typeInit(org.apache.uima.cas.TypeSystem ts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Concept_impl(String name,
boolean processAllRules)
name - | Method Detail |
|---|
public void addAnnotation(Annotation aAnnotation)
Concept
addAnnotation in interface ConceptaAnnotation - The annotation to be added.public Annotation[] getAnnotations()
Concept
getAnnotations in interface Conceptpublic void addRule(Rule aRule)
Concept
addRule in interface ConceptaRule - The rule to be added.public String getName()
Concept
getName in interface Conceptpublic Rule[] getRules()
Concept
getRules in interface Conceptpublic boolean processAllConceptRules()
Concept
processAllConceptRules in interface Concept
public void typeInit(org.apache.uima.cas.TypeSystem ts)
throws org.apache.uima.resource.ResourceInitializationException
ts -
org.apache.uima.resource.ResourceInitializationException
public void initialize(org.apache.uima.util.Logger logger)
throws RegexAnnotatorConfigException
RegexAnnotatorConfigExceptionpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||