org.apache.uima.tools.cfe.support
Class EnumeratedEntryDictionary

java.lang.Object
  extended by org.apache.uima.tools.cfe.support.FileBasedResource
      extended by org.apache.uima.tools.cfe.support.FileBasedDictionary<T>
          extended by org.apache.uima.tools.cfe.support.SimpleFileBasedDictionary<String>
              extended by org.apache.uima.tools.cfe.support.EnumeratedEntryDictionary
All Implemented Interfaces:
DictionaryMatcher<String>

public class EnumeratedEntryDictionary
extends SimpleFileBasedDictionary<String>


Field Summary
protected  FeatureValueNormalizer m_normalizer
           
 
Fields inherited from class org.apache.uima.tools.cfe.support.SimpleFileBasedDictionary
m_cmtsep, m_fldsep
 
Fields inherited from class org.apache.uima.tools.cfe.support.FileBasedResource
m_name, m_path
 
Constructor Summary
EnumeratedEntryDictionary(String name, String path, FeatureValueNormalizer normalizer)
           
 
Method Summary
protected  void addLine(String[] toks, int cnt)
           
 Set<String> values()
           
 
Methods inherited from class org.apache.uima.tools.cfe.support.SimpleFileBasedDictionary
addEntry, getEntry, load, matches, save, size, storage
 
Methods inherited from class org.apache.uima.tools.cfe.support.FileBasedResource
name, path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_normalizer

protected FeatureValueNormalizer m_normalizer
Constructor Detail

EnumeratedEntryDictionary

public EnumeratedEntryDictionary(String name,
                                 String path,
                                 FeatureValueNormalizer normalizer)
Method Detail

addLine

protected void addLine(String[] toks,
                       int cnt)
Specified by:
addLine in class FileBasedDictionary<String>

values

public Set<String> values()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.