Uses of Package
gate.util

Packages that use gate.util
gate  
gate.annotation   
gate.config   
gate.corpora   
gate.creole   
gate.creole.gazetteer   
gate.creole.namematch   
gate.creole.nerc   
gate.creole.tokeniser   
gate.db   
gate.email   
gate.fsm   
gate.gui   
gate.jape   
gate.persist   
gate.util   
 

Classes in gate.util used by gate
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
DocumentFormatException
          This exception can be used to catch any internal exception thrown by the DocumentFormat class and its subbclasses.
FeatureBearer
          Classes that have features.
GateClassLoader
          GATE's class loader, which allows loading of classes over the net.
GateException
          A superclass for exceptions in the GATE packages.
IdBearer
          Classes that have Ids.
InvalidOffsetException
          Used to signal an attempt to create a node with an invalid offset.
 

Classes in gate.util used by gate.annotation
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
IdBearer
          Classes that have Ids.
InvalidOffsetException
          Used to signal an attempt to create a node with an invalid offset.
RBTreeMap
          Slightly modified implementation of java.util.TreeMap in order to return the closest neighbours in the case of a failed search.
 

Classes in gate.util used by gate.config
GateException
          A superclass for exceptions in the GATE packages.
GateSaxException
          An inherited class from SAX exception in the GATE packages.
 

Classes in gate.util used by gate.corpora
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
DocumentFormatException
          This exception can be used to catch any internal exception thrown by the DocumentFormat class and its subbclasses.
FeatureBearer
          Classes that have features.
InvalidOffsetException
          Used to signal an attempt to create a node with an invalid offset.
 

Classes in gate.util used by gate.creole
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
BumpyStack
          Stacks that allow you to bump an element to the front.
FeatureBearer
          Classes that have features.
GateException
          A superclass for exceptions in the GATE packages.
GateSaxException
          An inherited class from SAX exception in the GATE packages.
 

Classes in gate.util used by gate.creole.gazetteer
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
GateException
          A superclass for exceptions in the GATE packages.
 

Classes in gate.util used by gate.creole.namematch
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
 

Classes in gate.util used by gate.creole.nerc
FeatureBearer
          Classes that have features.
 

Classes in gate.util used by gate.creole.tokeniser
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
GateException
          A superclass for exceptions in the GATE packages.
 

Classes in gate.util used by gate.db
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
GateException
          A superclass for exceptions in the GATE packages.
NoSuchObjectException
          Raised when there is an attempt to read an inexistant object from the database(i.e.
OpenTransactionsException
          Used to signal an attempt to close all connections to a database while there are still connections in use by the clients of that database.
 

Classes in gate.util used by gate.email
InvalidOffsetException
          Used to signal an attempt to create a node with an invalid offset.
 

Classes in gate.util used by gate.fsm
GateException
          A superclass for exceptions in the GATE packages.
 

Classes in gate.util used by gate.gui
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
 

Classes in gate.util used by gate.jape
GateException
          A superclass for exceptions in the GATE packages.
 

Classes in gate.util used by gate.persist
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
GateException
          A superclass for exceptions in the GATE packages.
 

Classes in gate.util used by gate.util
AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
FeatureBearer
          Classes that have features.
GateClassLoader
          GATE's class loader, which allows loading of classes over the net.
GateException
          A superclass for exceptions in the GATE packages.
Jdk
          Jdk encapsulates some utilities for poking around in your Java environment.
LaxErrorHandler
           
ObjectWriter
          Writes an object to an PipedOutputStream wich can be connected to a PipedInputStream.
RBTreeMap
          Slightly modified implementation of java.util.TreeMap in order to return the closest neighbours in the case of a failed search.
RBTreeMap.Entry
          Node in the Tree.
RBTreeMap.SubMap
           
Scratch
          A scratch pad for experimenting.