Uses of Interface
gate.Resource

Packages that use Resource
gate  
gate.annotation   
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.ml   
gate.creole.ontology   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.event   
gate.gui   
gate.persist   
gate.wordnet   
 

Uses of Resource in gate
 

Subinterfaces of Resource in gate
 interface Controller
          Models the execution of groups of ProcessingResources.
 interface Corpus
          Corpora are lists of Document.
 interface CorpusController
          Models the execution of groups of ProcessingResources on a given corpus.
 interface Document
          Represents the commonalities between all sorts of documents.
 interface LanguageAnalyser
          A special type of ProcessingResource that processes Documents
 interface LanguageResource
          Models all sorts of language resources.
 interface ProcessingResource
          Models all sorts of processing resources.
 interface ProtegeProject
          Just a dummy interface for dummy Protege LR.
 interface TextualDocument
          Top interface for all types of textual documents (transient or persistent).
 interface VisualResource
          Models all sorts of visual resources.
 

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

Methods in gate that return Resource
static Resource Factory.createResource(String resourceClassName)
          Create an instance of a resource using default parameter values.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues)
          Create an instance of a resource, and return it.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues, FeatureMap features)
          Create an instance of a resource, and return it.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues, FeatureMap features, String resourceName)
          Create an instance of a resource, and return it.
 Resource Resource.init()
          Initialise this resource, and return it.
 

Methods in gate with parameters of type Resource
static void Factory.deleteResource(Resource resource)
          Delete an instance of a resource.
 void CreoleRegister.setResourceName(Resource res, String newName)
          Renames an existing resource.
 

Uses of Resource in gate.annotation
 

Classes in gate.annotation that implement Resource
 class AnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 class CorpusAnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 

Methods in gate.annotation that return Resource
 Resource CorpusAnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 Resource AnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 

Uses of Resource in gate.corpora
 

Classes in gate.corpora that implement Resource
 class CorpusImpl
          Corpora are sets of Document.
 class DatabaseCorpusImpl
           
 class DatabaseDocumentImpl
           
 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 SerialCorpusImpl
           
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class XmlDocumentFormat
          The format of Documents.
 

Methods in gate.corpora that return Resource
 Resource RtfDocumentFormat.init()
          Initialise this resource, and return it.
 Resource XmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource SerialCorpusImpl.init()
           
 Resource SgmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource HtmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TextualDocumentFormat.init()
          Initialise this resource, and return it.
 Resource EmailDocumentFormat.init()
          Initialise this resource, and return it.
 Resource CorpusImpl.init()
          Initialise this resource, and return it.
 Resource DocumentImpl.init()
          Initialise this resource, and return it.
 Resource DatabaseDocumentImpl.init()
          Initialise this resource, and return it.
 

Methods in gate.corpora with parameters of type Resource
 void SerialCorpusImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void CorpusImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void DocumentImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.creole
 

Subinterfaces of Resource in gate.creole
 interface AnnotationVisualResource
          Visual Resources that display and/or edit annotations.
 interface ConditionalController
          A Conditional controller is a controller that keeps a running strategy for each PR contained.
 

Classes in gate.creole that implement Resource
 class AbstractController
           
 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 ANNIETransducer
          The ANNIE named entity transducer.
 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 APFormatExporter
          This class implements a APF xml exporter.
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 class OntologyAwareTransducer
          An ontology aware JAPE transducer.
 class POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class ProtegeProjectName
          Dummy Protege LR.
 class RDFFormatExporter
           
 class SerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 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.
 class VPChunker
          ANNIE VP Chunker module.
 

Methods in gate.creole that return Resource
 Resource RDFFormatExporter.init()
          Initialise this resource, and returns it.
 Resource OntologyAwareTransducer.init()
           
 Resource APFormatExporter.init()
          Initialise this resource, and returns it.
 Resource AbstractVisualResource.init()
          Initialise this resource, and return it.
 Resource AnnotationSchema.init()
          Initialise this resource, and return it.
 Resource AbstractController.init()
          Initialise this resource, and return it.
 Resource POSTagger.init()
           
 Resource Transducer.init()
          This method is the one responsible for initialising the transducer.
 Resource AbstractProcessingResource.init()
          Initialise this resource, and return it.
 Resource AbstractResource.init()
          Initialise this resource, and return it.
 

Methods in gate.creole with parameters of type Resource
 void SerialController.resourceRenamed(Resource resource, String oldName, String newName)
           
 void ResourceData.addInstantiation(Resource resource)
          Add an instantiation of the resource to the register of these
 void ResourceData.makeInstantiationPersistant(Resource resource)
          This method makes a certain resource persistant by adding it into a persistantInstantiationList.
 void ResourceData.removeInstantiation(Resource resource)
          Remove an instantiation of the resource from the register of these
 void ResourceData.bumpInstantiation(Resource resource)
          Bump an instantiation to the top of the instantiation stack
 void CreoleRegisterImpl.setResourceName(Resource res, String newName)
          Renames an existing resource.
protected  void CreoleRegisterImpl.fireResourceRenamed(Resource res, String oldName, String newName)
           
 void CreoleRegisterImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
static Object AbstractResource.getParameterValue(Resource resource, String paramaterName)
          Gets the value of a parameter for a resource.
static void AbstractResource.setParameterValue(Resource resource, BeanInfo resBeanInf, String paramaterName, Object parameterValue)
          Sets the value for a specified parameter for a resource.
static void AbstractResource.setParameterValues(Resource resource, FeatureMap parameters)
          Sets the values for more parameters for a resource in one step.
static void AbstractResource.setResourceListeners(Resource resource, Map listeners)
          Adds listeners to a resource.
static void AbstractResource.removeResourceListeners(Resource resource, Map listeners)
          Removes listeners from a resource.
static boolean AbstractResource.checkParameterValues(Resource resource, List parameters)
          Checks whether the provided Resource has values for all the required parameters from the provided list of parameters.
 

Uses of Resource in gate.creole.annotdelete
 

Classes in gate.creole.annotdelete that implement Resource
 class AnnotationDeletePR
          This class is the implementation of a processing resource which deletes all annotations and sets other than 'original markups'.
 

Methods in gate.creole.annotdelete that return Resource
 Resource AnnotationDeletePR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.annotransfer
 

Classes in gate.creole.annotransfer that implement Resource
 class AnnotationSetTransfer
          This class is the implementation of the resource ACEPROCESSOR.
 

Methods in gate.creole.annotransfer that return Resource
 Resource AnnotationSetTransfer.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.coref
 

Classes in gate.creole.coref that implement Resource
 class AbstractCoreferencer
           
 class Coreferencer
           
 class NominalCoref
           
 class PronominalCoref
           
 

Methods in gate.creole.coref that return Resource
 Resource NominalCoref.init()
          Initialise this resource, and return it.
 Resource PronominalCoref.init()
          Initialise this resource, and return it.
 Resource Coreferencer.init()
          Initialise this resource, and return it.
 Resource AbstractCoreferencer.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.dumpingPR
 

Classes in gate.creole.dumpingPR that implement Resource
 class DumpingPR
          This class implements a DumpingPR which exports a given set of annotation types + the original markup, back into the document's native format.
 

Methods in gate.creole.dumpingPR that return Resource
 Resource DumpingPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.gazetteer
 

Subinterfaces of Resource in gate.creole.gazetteer
 interface Gazetteer
          The Gazetteer interface defines the mandatory methods of a gazetteer PR.
 interface OntoGazetteer
          OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes
 

Classes in gate.creole.gazetteer that implement Resource
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implemnents the methods common for all ontology-aware gazetteers.
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 class GazetteerList
          Gazetteer List provides the means for uploading, managing and storing the data in the gazetteer list files.
 class LinearDefinition
          Represents a Linear Definition [lists.def] file
The normal usage of the class will be * construct it * setURL * load * change * store
 class MappingDefinition
          Represents a mapping definition which maps gazetteer lists to ontology classes
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 

Methods in gate.creole.gazetteer that return Resource
 Resource OntoGazetteerImpl.init()
          Initialize this onto gazetteer
 Resource DefaultGazetteer.init()
          Does the actual loading and parsing of the lists.
 

Uses of Resource in gate.creole.ir
 

Subinterfaces of Resource in gate.creole.ir
 interface IndexedCorpus
           
 

Classes in gate.creole.ir that implement Resource
 class SearchPR
           
 

Methods in gate.creole.ir that return Resource
 Resource SearchPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.ml
 

Classes in gate.creole.ml that implement Resource
 class MachineLearningPR
          This processing resource is used to train a machine learning algorithm with data extracted from a corpus.
 

Methods in gate.creole.ml that return Resource
 Resource MachineLearningPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.ontology
 

Subinterfaces of Resource in gate.creole.ontology
 interface Ontology
          Defines the interface of an ontology
 interface OntologyEditor
          An interface defining the methods of an Ontology Editor.
 

Uses of Resource in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement Resource
 class OrthoMatcher
           
 

Methods in gate.creole.orthomatcher that return Resource
 Resource OrthoMatcher.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.splitter
 

Classes in gate.creole.splitter that implement Resource
 class SentenceSplitter
          A sentence splitter.
 

Methods in gate.creole.splitter that return Resource
 Resource SentenceSplitter.init()
           
 

Uses of Resource in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement Resource
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 class SimpleTokeniser
          Implementation of a Unicode rule based tokeniser.
 

Methods in gate.creole.tokeniser that return Resource
 Resource SimpleTokeniser.init()
          Initialises this tokeniser by reading the rules from an external source (provided through an URL) and building the finite state machine at the core of the tokeniser.
 Resource DefaultTokeniser.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.event
 

Fields in gate.event declared as Resource
protected  Resource DatastoreEvent.resource
           
private  Resource CreoleEvent.resource
           
 

Methods in gate.event that return Resource
 Resource DatastoreEvent.getResource()
          Gets the resource involved in this event
 Resource CreoleEvent.getResource()
          Gets the resource that has been (un)loaded.
 

Methods in gate.event with parameters of type Resource
 void CreoleListener.resourceRenamed(Resource resource, String oldName, String newName)
          Called when the creole register has renamed a resource.1
 

Constructors in gate.event with parameters of type Resource
DatastoreEvent(DataStore source, int type, Resource res, Object resourceID)
          Constructor.
CreoleEvent(Resource res, int type)
          Constructor
 

Uses of Resource in gate.gui
 

Subinterfaces of Resource in gate.gui
 interface ResizableVisualResource
          This interface denotes visual resources that can be resized.
 

Classes in gate.gui that implement Resource
 class CorpusEditor
          A simple viewer/editor for corpora.
 class DocumentEditor
          This class implements a viewer/editor for the annotations on a document.
 class FeaturesEditor
           
 class OracleDatastoreViewer
           
 class ProtegeWrapper
          This class wrap the Protege application to show it as VR in GATE
 class PRViewer
           
 class SchemaAnnotationEditor
          This class is a viewer which adds/edits features on a GATE annotation.
 class SearchPRViewer
          Shows the results of a IR query.
 class SerialControllerEditor
           
 class SerialDatastoreViewer
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 class UnrestrictedAnnotationEditor
          This class visually adds/edits features and annot type of an annotation It does this without using an AnnotationSchema.
 

Fields in gate.gui declared as Resource
(package private)  Resource ParameterDisjunction.resource
           
(package private)  Resource ResourceParametersEditor.resource
           
(package private)  Resource NewResourceDialog.resource
           
 

Methods in gate.gui that return Resource
 Resource SerialDatastoreViewer.init()
          Initialise this resource, and return it.
 Resource SearchPRViewer.init()
           
 Resource OracleDatastoreViewer.init()
          Initialise this resource, and return it.
 Resource CorpusEditor.init()
           
 Resource SerialControllerEditor.init()
           
 Resource DocumentEditor.init()
           
 Resource ProtegeWrapper.init()
           
 Resource ResourceParametersEditor.getResource()
          Does this GUI component allow editing?
 

Methods in gate.gui with parameters of type Resource
 void SerialControllerEditor.resourceRenamed(Resource resource, String oldName, String newName)
           
 void NameBearerHandle.resourceRenamed(Resource resource, String oldName, String newName)
           
protected  void ParameterDisjunction.updateValues(Resource res)
          Called when a resource has been unloaded from the system; If any of the parameters has this resource as value then the value will be deleted.
 void ParameterDisjunction.resourceRenamed(Resource resource, String oldName, String newName)
           
 void ResourceParametersEditor.init(Resource resource, List parameters)
          Initialises this GUI component.
 void ResourceParametersEditor.resourceRenamed(Resource resource, String oldName, String newName)
           
 void MainFrame.select(Resource res)
          Selects a resource if loaded in the system and not invisible.
 void MainFrame.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Constructors in gate.gui with parameters of type Resource
ParameterDisjunction(Resource resource, List parameters)
          Creation from a resources and a list of names.
 

Uses of Resource in gate.persist
 

Methods in gate.persist with parameters of type Resource
 void JDBCDataStore.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.wordnet
 

Subinterfaces of Resource in gate.wordnet
 interface WordNet
          Represents WordNet LKB.
 

Classes in gate.wordnet that implement Resource
 class IndexFileWordNetImpl
           
 

Methods in gate.wordnet that return Resource
 Resource IndexFileWordNetImpl.init()
          Initialise this resource, and return it.