anl.aida.ae.gate
Class AbstractFeatureBuilder
java.lang.Object
anl.aida.ae.gate.AbstractFeatureBuilder
- All Implemented Interfaces:
- FeatureBuilder
- Direct Known Subclasses:
- InputFeatureBuilder, OutputFeatureBuilder
public abstract class AbstractFeatureBuilder
- extends java.lang.Object
- implements FeatureBuilder
Date: Jan 16, 2009 5:24:20 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gateName
protected java.lang.String gateName
feature
protected org.apache.uima.cas.Feature feature
fType
protected FeatureType fType
AbstractFeatureBuilder
public AbstractFeatureBuilder(java.lang.String gateName,
FeatureType fType,
org.apache.uima.cas.Feature feature)