Uses of Class
anl.aida.ae.gate.FeatureType

Packages that use FeatureType
anl.aida.ae.gate   
 

Uses of FeatureType in anl.aida.ae.gate
 

Fields in anl.aida.ae.gate declared as FeatureType
protected  FeatureType AbstractFeatureBuilder.fType
           
 

Methods in anl.aida.ae.gate that return FeatureType
static FeatureType FeatureType.parse(java.lang.String val)
          Returns a FeatureType identified by the specified string.
static FeatureType FeatureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureType[] FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in anl.aida.ae.gate with parameters of type FeatureType
AbstractFeatureBuilder(java.lang.String gateName, FeatureType fType, org.apache.uima.cas.Feature feature)
           
InputFeatureBuilder(java.lang.String gateName, org.apache.uima.cas.Feature feature, FeatureType fType)
           
OutputFeatureBuilder(java.lang.String gateName, org.apache.uima.cas.Feature feature, FeatureType fType)