org.apache.uima.conceptMapper.support.dictionaryResource
Interface DictionaryResource.DictEntries

All Superinterfaces:
Serializable
All Known Implementing Classes:
DictionaryResource_impl.DictEntriesImpl
Enclosing interface:
DictionaryResource

public static interface DictionaryResource.DictEntries
extends Serializable


Method Summary
 ArrayList<DictionaryResource.DictEntry> getEntries()
           
 void putEntry(String[] elements, String unsorted, EntryProperties props)
           
 String toString()
           
 

Method Detail

putEntry

void putEntry(String[] elements,
              String unsorted,
              EntryProperties props)
Parameters:
elements -
unsorted -
props -

getEntries

ArrayList<DictionaryResource.DictEntry> getEntries()
Returns:
list of dictionary entries

toString

String toString()
Overrides:
toString in class Object


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