org.apache.uima.tools.cfe.support
Interface DictionaryMatcher<T>

All Known Implementing Classes:
EnumeratedEntryDictionary, SimpleFileBasedDictionary

public interface DictionaryMatcher<T>


Method Summary
 boolean matches(T key)
           
 

Method Detail

matches

boolean matches(T key)
                throws IllegalArgumentException,
                       IllegalAccessException,
                       InvocationTargetException
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


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