Uses of Class
ca.uottawa.balie.TokenFeature.FeatureType

Packages that use TokenFeature.FeatureType
ca.uottawa.balie   
 

Uses of TokenFeature.FeatureType in ca.uottawa.balie
 

Methods in ca.uottawa.balie that return TokenFeature.FeatureType
 TokenFeature.FeatureType TokenFeature.IFeature.FeatureType()
           
 TokenFeature.FeatureType TokenFeature.Feature.FeatureType()
           
static TokenFeature.FeatureType TokenFeature.FeatureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TokenFeature.FeatureType[] TokenFeature.FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.