org.apache.uima.tools.cfe.support
Class EnumeratedEntryDictionary
java.lang.Object
org.apache.uima.tools.cfe.support.FileBasedResource
org.apache.uima.tools.cfe.support.FileBasedDictionary<T>
org.apache.uima.tools.cfe.support.SimpleFileBasedDictionary<String>
org.apache.uima.tools.cfe.support.EnumeratedEntryDictionary
- All Implemented Interfaces:
- DictionaryMatcher<String>
public class EnumeratedEntryDictionary
- extends SimpleFileBasedDictionary<String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_normalizer
protected FeatureValueNormalizer m_normalizer
EnumeratedEntryDictionary
public EnumeratedEntryDictionary(String name,
String path,
FeatureValueNormalizer normalizer)
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.