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

All Superinterfaces:
java.io.Serializable
Enclosing interface:
DictionaryResource

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


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

Method Detail

getEntries

DictionaryResource.DictEntries getEntries(int length)

putEntry

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

getLongest

java.lang.Integer getLongest()

getShortest

java.lang.Integer getShortest()


Copyright © 2011. All Rights Reserved.