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

All Superinterfaces:
Serializable
Enclosing interface:
DictionaryResource

public static interface DictionaryResource.DictEntriesByLength
extends Serializable


Method Summary
 DictionaryResource.DictEntries getEntries(int length)
           
 Integer getLongest()
           
 Integer getShortest()
           
 void putEntry(int length, String[] elements, String unsorted, EntryProperties props)
           
 

Method Detail

getEntries

DictionaryResource.DictEntries getEntries(int length)

putEntry

void putEntry(int length,
              String[] elements,
              String unsorted,
              EntryProperties props)

getLongest

Integer getLongest()

getShortest

Integer getShortest()


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