Uses of Class
sg.edu.nus.comp.nlp.ims.lexelt.IFeatureSelector.Type

Packages that use IFeatureSelector.Type
sg.edu.nus.comp.nlp.ims.lexelt Package related to one instances set of the same lexelt. 
 

Uses of IFeatureSelector.Type in sg.edu.nus.comp.nlp.ims.lexelt
 

Fields in sg.edu.nus.comp.nlp.ims.lexelt with type parameters of type IFeatureSelector.Type
protected  java.util.ArrayList<IFeatureSelector.Type> CSurroundingWordFeatureSelector.m_FeatureFilterInfo
           
protected  java.util.ArrayList<IFeatureSelector.Type> AListFeatureSelector.m_FeatureFilterInfo
           
 

Methods in sg.edu.nus.comp.nlp.ims.lexelt that return IFeatureSelector.Type
 IFeatureSelector.Type IFeatureSelector.isFiltered(int p_FeatureIndex)
          check whether p_FeatureIndex is filtered
 IFeatureSelector.Type CSurroundingWordFeatureSelector.isFiltered(int p_FeatureIndex)
           
 IFeatureSelector.Type CFeatureSelectorCombination.isFiltered(int featureIndex)
           
 IFeatureSelector.Type AListFeatureSelector.isFiltered(int p_FeatureIndex)
           
 IFeatureSelector.Type IFeatureSelector.isFiltered(int p_FeatureIndex, java.lang.String p_Value)
          check whether p_FeatureIndex's p_Value is filtered
 IFeatureSelector.Type CSurroundingWordFeatureSelector.isFiltered(int p_FeatureIndex, java.lang.String p_Value)
           
 IFeatureSelector.Type CFeatureSelectorCombination.isFiltered(int featureIndex, java.lang.String value)
           
 IFeatureSelector.Type AListFeatureSelector.isFiltered(int p_FeatureIndex, java.lang.String p_Value)
           
static IFeatureSelector.Type IFeatureSelector.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IFeatureSelector.Type[] IFeatureSelector.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.