anl.aida.ae.gate
Class AbstractFeatureBuilder

java.lang.Object
  extended by 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


Field Summary
protected  org.apache.uima.cas.Feature feature
           
protected  FeatureType fType
           
protected  java.lang.String gateName
           
 
Constructor Summary
AbstractFeatureBuilder(java.lang.String gateName, FeatureType fType, org.apache.uima.cas.Feature feature)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface anl.aida.ae.gate.FeatureBuilder
build
 

Field Detail

gateName

protected java.lang.String gateName

feature

protected org.apache.uima.cas.Feature feature

fType

protected FeatureType fType
Constructor Detail

AbstractFeatureBuilder

public AbstractFeatureBuilder(java.lang.String gateName,
                              FeatureType fType,
                              org.apache.uima.cas.Feature feature)