|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.ae.gate.AbstractUGAnnotationBuilder
public abstract class AbstractUGAnnotationBuilder
Date: Jan 16, 2009 3:57:44 PM
Field Summary | |
---|---|
protected java.lang.String |
annotationSet
|
protected java.util.List<FeatureBuilder> |
fBuilders
|
protected java.lang.String |
gateType
|
protected org.apache.uima.cas.Type |
type
|
Constructor Summary | |
---|---|
AbstractUGAnnotationBuilder(org.apache.uima.cas.Type type,
java.lang.String gateType)
|
Method Summary | |
---|---|
void |
addFeatureBuilder(FeatureBuilder builder)
Adds the specified feature builder. |
java.lang.String |
getAnnotationSet()
Gets the name of GATE annotation set, if any, used by this builder. |
java.lang.String |
getUIMAName()
Gets the UIMA name of this annotation builder. |
void |
setAnnotationSet(java.lang.String annotationSet)
Sets the name of GATE annotation set, if any, used by this builder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String gateType
protected org.apache.uima.cas.Type type
protected java.lang.String annotationSet
protected java.util.List<FeatureBuilder> fBuilders
Constructor Detail |
---|
public AbstractUGAnnotationBuilder(org.apache.uima.cas.Type type, java.lang.String gateType)
Method Detail |
---|
public java.lang.String getUIMAName()
public java.lang.String getAnnotationSet()
public void setAnnotationSet(java.lang.String annotationSet)
annotationSet
- the name of the annotation set.public void addFeatureBuilder(FeatureBuilder builder)
builder
- the builder to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |