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

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

public static interface DictionaryResource.DictEntries
extends java.io.Serializable


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

Method Detail

putEntry

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

getEntries

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

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.