Uses of Interface
gate.util.FeatureBearer

Packages that use FeatureBearer
gate  
gate.annotation   
gate.corpora   
gate.creole   
gate.creole.gazetteer   
gate.creole.namematch   
gate.creole.nerc   
gate.creole.tokeniser   
gate.db   
gate.gui   
gate.persist   
gate.util   
 

Uses of FeatureBearer in gate
 

Subinterfaces of FeatureBearer in gate
 interface Annotation
          An Annotation is an arc in an AnnotationGraph.
 interface Controller
          Models the execution of groups of ProcessingResources.
 interface Corpus
          Corpora are sets of Document.
 interface DataStore
          Models all sorts of data storage.
 interface Document
          Represents the commonalities between all sorts of documents.
 interface LanguageResource
          Models all sorts of language resources.
 interface LRDBWrapper
          This interface should be implemented by any persistent language resource.
 interface ProcessingResource
          Models all sorts of processing resources.
 interface Resource
          Models all sorts of resources.
 interface VisualResource
          Models all sorts of visual resources.
 

Classes in gate that implement FeatureBearer
 class DocumentFormat
          The format of Documents.
 

Uses of FeatureBearer in gate.annotation
 

Classes in gate.annotation that implement FeatureBearer
 class AnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 class AnnotationImpl
          Provides an implementation for the interface gate.Annotation
 

Uses of FeatureBearer in gate.corpora
 

Classes in gate.corpora that implement FeatureBearer
 class CorpusImpl
          Corpora are sets of Document.
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class EmailDocumentFormat
          The format of Documents.
 class HtmlDocumentFormat
          The format of Documents.
 class RtfDocumentFormat
          The format of Documents.
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class XmlDocumentFormat
          The format of Documents.
 

Uses of FeatureBearer in gate.creole
 

Classes in gate.creole that implement FeatureBearer
 class AbstractLanguageAnalyser
          A parent implementation of language analysers with some default code.
 class AbstractLanguageResource
          A convenience implementation of LanguageResource with some default code.
 class AbstractProcessingResource
          A convenience implementation of ProcessingResource with some default code.
 class AbstractResource
          A convenience implementation of Resource with some default code.
 class AbstractVisualResource
          A convenience implementation of VisualResource with some default code.
 class AnnotationSchema
          This class handles annotation schemas.An annotation schema is a representation of an annotation, together with its types and their attributes, values and types.
 class POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class ResourceData
          Models an individual CREOLE resource metadata, plus configuration data, plus the instantiations of the resource current within the system.
 class SerialController
          Execute a list of PRs serially.
 class Transducer
          A cascaded multi-phase transducer using the Jape language which is a variant of the CPSL language.
 

Uses of FeatureBearer in gate.creole.gazetteer
 

Classes in gate.creole.gazetteer that implement FeatureBearer
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 

Uses of FeatureBearer in gate.creole.namematch
 

Classes in gate.creole.namematch that implement FeatureBearer
 class Namematch
           
 

Uses of FeatureBearer in gate.creole.nerc
 

Classes in gate.creole.nerc that implement FeatureBearer
 class Nerc
          NERC stands for Named-Entity Recognition Component.
 

Uses of FeatureBearer in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement FeatureBearer
 class DefaultTokeniser
          Implementation of a Unicode rule based tokeniser.
 

Uses of FeatureBearer in gate.db
 

Classes in gate.db that implement FeatureBearer
 class CorpusWrapper
          This class extends CorpusImpl adding database persistence via Jdbc.
 class Database
          Objects of type Database are used to connect to a database.
 class DocumentWrapper
          This class extends DocumentImpl adding database persistence via Jdbc.
 class OracleDataStore
          Provides connection to an Oracle Database.
 class PostgresDataStore
          Provides connection to an Oracle Database.
 

Uses of FeatureBearer in gate.gui
 

Classes in gate.gui that implement FeatureBearer
 class AnnotationEditor
          This class implements a viewer/editor for the annotations on a document.
 class ApplicationViewer
           
(package private)  class CustomAnnotationEditDialog.MyCustomFeatureBearer
          This class implements a feature bearer.
 class FeaturesEditor
           
 

Fields in gate.gui declared as FeatureBearer
(package private)  FeatureBearer DefaultResourceHandle.resource
           
private  FeatureBearer FeaturesEditor.resource
           
 

Methods in gate.gui that return FeatureBearer
 FeatureBearer DefaultResourceHandle.getFeatureBearer()
           
 FeatureBearer FeaturesEditor.getFeatureBearer()
           
 

Methods in gate.gui with parameters of type FeatureBearer
 void FeaturesEditor.setFeatureBearer(FeatureBearer newResource)
           
 

Constructors in gate.gui with parameters of type FeatureBearer
DefaultResourceHandle(FeatureBearer res)
           
 

Uses of FeatureBearer in gate.persist
 

Classes in gate.persist that implement FeatureBearer
 class SerialDataStore
          A data store based on Java serialisation.
 

Uses of FeatureBearer in gate.util
 

Classes in gate.util that implement FeatureBearer
 class AbstractFeatureBearer
          A convenience implemetation of FeatureBearer.
 class DumbTokeniser