|
||||||||||
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(java.lang.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. |
java.lang.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. |
java.lang.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(java.lang.String name, boolean processAllRules)
name
- Method Detail |
---|
public void addAnnotation(Annotation aAnnotation)
Concept
addAnnotation
in interface Concept
aAnnotation
- The annotation to be added.public Annotation[] getAnnotations()
Concept
getAnnotations
in interface Concept
public void addRule(Rule aRule)
Concept
addRule
in interface Concept
aRule
- The rule to be added.public java.lang.String getName()
Concept
getName
in interface Concept
public Rule[] getRules()
Concept
getRules
in interface Concept
public 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
RegexAnnotatorConfigException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |