Uses of Class
gate.corpora.CorpusImpl

Packages that use CorpusImpl
gate.db   
 

Uses of CorpusImpl in gate.db
 

Subclasses of CorpusImpl in gate.db
 class CorpusWrapper
          This class extends CorpusImpl adding database persistence via Jdbc.
 

Constructors in gate.db with parameters of type CorpusImpl
CorpusWrapper(DataStore db, CorpusImpl corpus)
          Creates a persistent corpus starting from a transient one.