Package opennlp.grok.util

Interface Summary
Continuation  
DebugListener Objects that want to be informed if debugging is turned on or off.
Hook A hook is any object that wants to be informed when some event happens.
ModuleListener An object that wants to be informed if the user has decided to use a different module.
ParamListener An object that wants to be informed when user specified paramters are changed.
 

Class Summary
Cache Implements a cache parameterized by size and associativity.
CatHashSet A set that contains categories.
CatList A list that contains categories.
CatStack A stack that contains categories.
Debug Debugging aid
GrokSet A special implementation of sets.
GroupMap A map where putting a value does not replace an old value but is rather included in a group of values for that one key.
Hooks A central location to store hooks and to call them.
IntHashSetMap A map from ints to HashSets which allows objects with the same key to be added without overriding previous puts.
Module A central resource for choosing modules based on the interfaces they implement.
Params A central location to store and manage parameters that may or may not be user definable.
SlashCatPair A pair that contains a slash and a category.
SlashList A list that contains categories.
SlashStack A stack that contains slashes.
 

Exception Summary
EscapeContinuation A way to return to a specific place in a search.
 



Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.