org.apache.uima.tools.cfe
Class EnumFeatureValues
java.lang.Object
org.apache.uima.tools.cfe.CollectionFeatureValues<String>
org.apache.uima.tools.cfe.EnumFeatureValues
- All Implemented Interfaces:
- FeatureValues
public class EnumFeatureValues
- extends CollectionFeatureValues<String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_value_transformer
public final PrimitiveFeatureTransformer m_value_transformer
EnumFeatureValues
public EnumFeatureValues(Collection<String> values,
boolean case_sensitive)
EnumFeatureValues
public EnumFeatureValues(Object[] values,
boolean case_sensitive)
EnumFeatureValues
public EnumFeatureValues(String path,
boolean case_sensitive)
throws IOException
- Throws:
IOException
EnumFeatureValues
public EnumFeatureValues()
getValueNormalizer
public FeatureValueNormalizer getValueNormalizer()
getValueConverter
public FeatureValueConverter getValueConverter()
getFeatureImage
public String getFeatureImage(Object feature)
matches
public boolean matches(Object feature)
- Specified by:
matches
in interface FeatureValues
- Specified by:
matches
in class CollectionFeatureValues<String>
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.