Uses of Class
gate.creole.ResourceInstantiationException

Packages that use ResourceInstantiationException
com.ontotext.gate.gazetteer   
com.ontotext.gate.vr   
gate This package contains the public interface to the GATE Java API. 
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.morph   
gate.creole.ontology The GATE ontology API. 
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
gate.gui.ontology   
gate.jape.functest   
gate.util   
gate.util.persistence   
 

Uses of ResourceInstantiationException in com.ontotext.gate.gazetteer
 

Methods in com.ontotext.gate.gazetteer that throw ResourceInstantiationException
 Resource HashGazetteer.init()
           
 

Uses of ResourceInstantiationException in com.ontotext.gate.vr
 

Methods in com.ontotext.gate.vr that throw ResourceInstantiationException
 Resource Gaze.init()
           
 

Uses of ResourceInstantiationException in gate
 

Methods in gate that throw ResourceInstantiationException
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.
static Resource Factory.defaultDuplicate(Resource res, Factory.DuplicationContext ctx)
          Implementation of the default duplication algorithm described in the comment for Factory.duplicate(Resource).
static FeatureMap Factory.duplicate(FeatureMap fm, Factory.DuplicationContext ctx)
          Construct a feature map that is a copy of the one provided except that any Resource values in the map are replaced by their duplicates.
static Resource Factory.duplicate(Resource res)
           Create a duplicate of the given resource.
static Resource Factory.duplicate(Resource res, Factory.DuplicationContext ctx)
          Create a duplicate of the given resource, using the provided context.
 Object Resource.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Resource Resource.init()
          Initialise this resource, and return it.
static Corpus Factory.newCorpus(String name)
          Create a new transient Corpus.
static Document Factory.newDocument(String content)
          Create a new transient textual Document from a string.
static Document Factory.newDocument(URL sourceUrl)
          Create a new transient Document from a URL.
static Document Factory.newDocument(URL sourceUrl, String encoding)
          Create a new transient Document from a URL and an encoding.
 void SimpleCorpus.populate(URL directory, FileFilter filter, String encoding, boolean recurseDirectories)
          Fills this corpus with documents created on the fly from selected files in a directory.
 void SimpleCorpus.populate(URL directory, FileFilter filter, String encoding, String mimeType, boolean recurseDirectories)
          Fills this corpus with documents created on the fly from selected files in a directory.
 long SimpleCorpus.populate(URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfDocumentsToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided trec file.
 void ProcessingResource.reInit()
          Reinitialises the processing resource.
 void Resource.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void Resource.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 

Uses of ResourceInstantiationException in gate.annotation
 

Methods in gate.annotation that throw ResourceInstantiationException
 Object CorpusAnnotationDiff.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Resource CorpusAnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 void CorpusAnnotationDiff.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void CorpusAnnotationDiff.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 

Uses of ResourceInstantiationException in gate.corpora
 

Methods in gate.corpora that throw ResourceInstantiationException
 Resource CorpusImpl.duplicate(Factory.DuplicationContext ctx)
          Custom duplication for a corpus - duplicate this corpus in the usual way, then duplicate the documents in this corpus and add them to the duplicate.
 Resource DatabaseCorpusImpl.duplicate(Factory.DuplicationContext ctx)
          DatabaseCorpusImpl does not support duplication.
 Resource SerialCorpusImpl.duplicate(Factory.DuplicationContext ctx)
          SerialCorpusImpl does not support duplication.
 Resource DatabaseDocumentImpl.init()
          Initialise this resource, and return it.
 Resource DocumentImpl.init()
          Initialise this resource, and return it.
 Resource EmailDocumentFormat.init()
          Initialise this resource, and return it.
 Resource HtmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource NekoHtmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource SerialCorpusImpl.init()
           
 Resource SgmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TextualDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TikaFormat.init()
           
 Resource XmlDocumentFormat.init()
          Initialise this resource, and return it.
 void CorpusImpl.populate(URL directory, FileFilter filter, String encoding, boolean recurseDirectories)
          Fills this corpus with documents created from files in a directory.
 void SerialCorpusImpl.populate(URL directory, FileFilter filter, String encoding, boolean recurseDirectories)
          Fills this corpus with documents created from files in a directory.
 void CorpusImpl.populate(URL directory, FileFilter filter, String encoding, String mimeType, boolean recurseDirectories)
          Fills this corpus with documents created from files in a directory.
 void SerialCorpusImpl.populate(URL directory, FileFilter filter, String encoding, String mimeType, boolean recurseDirectories)
          Fills this corpus with documents created from files in a directory.
 long CorpusImpl.populate(URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfFilesToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided single concatenated file.
 long SerialCorpusImpl.populate(URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfFilesToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided single concatenated file.
 

Uses of ResourceInstantiationException in gate.creole
 

Methods in gate.creole that throw ResourceInstantiationException
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.
 Resource ConditionalSerialController.duplicate(Factory.DuplicationContext ctx)
          Custom duplication method for conditional controllers to handle duplicating the running strategies.
 Resource CustomDuplication.duplicate(Factory.DuplicationContext ctx)
           Create a duplicate of this resource.
 Resource SerialController.duplicate(Factory.DuplicationContext ctx)
          Duplicate this controller.
 void AnnotationSchema.fromXSchema(InputStream anXSchemaInputStream)
          Creates an AnnotationSchema object from an XSchema file
 void AnnotationSchema.fromXSchema(URL anXSchemaURL)
          Creates an AnnotationSchema object from an XSchema file
 List AbstractController.getOffendingPocessingResources()
          Checks whether all the contained PRs have all the required runtime parameters set.
 List ConditionalSerialAnalyserController.getOffendingPocessingResources()
          Checks whether all the contained PRs have all the required runtime parameters set.
 List SerialAnalyserController.getOffendingPocessingResources()
          Checks whether all the contained PRs have all the required runtime parameters set.
static Object AbstractResource.getParameterValue(Resource resource, String paramaterName)
          Gets the value of a parameter for a resource.
 Object AbstractResource.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Object AbstractVisualResource.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Resource APFormatExporter.init()
          Initialise this resource, and returns it.
 Resource AbstractController.init()
          Initialise this resource, and return it.
 Resource AbstractProcessingResource.init()
          Initialise this resource, and return it.
 Resource AbstractResource.init()
          Initialise this resource, and return it.
 Resource AbstractVisualResource.init()
          Initialise this resource, and return it.
 Resource AnnotationSchema.init()
          Initialise this resource, and return it.
 Resource OntologyAwareTransducer.init()
          Deprecated.  
 Resource POSTagger.init()
           
 Resource RealtimeCorpusController.init()
           
 Resource Transducer.init()
          This method is the one responsible for initialising the transducer.
protected  void Transducer.initCustomConstraints()
          Loads any custom operators and annotation accessors into the ConstraintFactory.
 void AbstractController.reInit()
           
 void AbstractProcessingResource.reInit()
          Reinitialises the processing resource.
static void AbstractResource.setParameterValue(Resource resource, BeanInfo resBeanInf, String paramaterName, Object parameterValue)
          Sets the value for a specified parameter for a resource.
 void AbstractResource.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter for this resource.
 void AbstractVisualResource.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void AbstractResource.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters for this resource in one step.
 void AbstractVisualResource.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
static void AbstractResource.setParameterValues(Resource resource, FeatureMap parameters)
          Sets the values for more parameters for a resource in one step.
 

Uses of ResourceInstantiationException in gate.creole.annotdelete
 

Methods in gate.creole.annotdelete that throw ResourceInstantiationException
 Resource AnnotationDeletePR.init()
          Initialise this resource, and return it.
 void AnnotationDeletePR.reInit()
          Reinitialises the processing resource.
 

Uses of ResourceInstantiationException in gate.creole.annotransfer
 

Methods in gate.creole.annotransfer that throw ResourceInstantiationException
 Resource AnnotationSetTransfer.init()
           
 

Uses of ResourceInstantiationException in gate.creole.coref
 

Methods in gate.creole.coref that throw ResourceInstantiationException
 Resource AbstractCoreferencer.init()
          Initialise this resource, and return it.
 Resource Coreferencer.init()
          Initialise this resource, and return it.
 Resource NominalCoref.init()
          Initialise this resource, and return it.
 Resource PronominalCoref.init()
          Initialise this resource, and return it.
 void AbstractCoreferencer.reInit()
          Reinitialises the processing resource.
 void Coreferencer.reInit()
          Reinitialises the processing resource.
 void NominalCoref.reInit()
          Reinitialises the processing resource.
 void PronominalCoref.reInit()
          Reinitialises the processing resource.
 

Uses of ResourceInstantiationException in gate.creole.dumpingPR
 

Methods in gate.creole.dumpingPR that throw ResourceInstantiationException
 Resource DumpingPR.init()
          Initialise this resource, and return it.
 void DumpingPR.reInit()
          Reinitialises the processing resource.
 

Uses of ResourceInstantiationException in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer that throw ResourceInstantiationException
 Resource DefaultGazetteer.duplicate(Factory.DuplicationContext ctx)
          Use a SharedDefaultGazetteer to duplicate this gazetteer by sharing the internal FSM rather than re-loading the lists.
 Resource DefaultGazetteer.init()
          Does the actual loading and parsing of the lists.
 Resource FlexibleGazetteer.init()
          Does the actual loading and parsing of the lists.
 Resource OntoGazetteerImpl.init()
          Initialize this onto gazetteer
 Resource SharedDefaultGazetteer.init()
          Copy the references to the shareable state (i.e. the FSM) from the existing gazetteer.
 void GazetteerList.load()
          Loads a gazetteer list
 void LinearDefinition.load()
          Loads linear definition if url is set
 void MappingDefinition.load()
          Loads the mapping definition
 void GazetteerList.load(boolean isOrdered)
          Loads a gazetteer list
 Map LinearDefinition.loadLists()
          Loads the gazetteer lists and maps them to the nodes
 Map LinearDefinition.loadLists(boolean isOrdered)
          Loads the gazetteer lists and maps them to the nodes
 GazetteerList LinearDefinition.loadSingleList(String listName)
          Loads a single gazetteer list given a name
protected  void DefaultGazetteer.readList(LinearNode node, boolean add)
          Reads one lists (one file) of phrases
 void AbstractGazetteer.reInit()
           
 void GazetteerList.store()
          Stores the list to the specified url
 void LinearDefinition.store()
          Stores this to a definition file.
 void MappingDefinition.store()
          Stores the mapping definition
 

Uses of ResourceInstantiationException in gate.creole.ir
 

Methods in gate.creole.ir that throw ResourceInstantiationException
 Resource SearchPR.init()
          Initialise this resource, and return it.
 void SearchPR.reInit()
          Reinitialises the processing resource.
 

Uses of ResourceInstantiationException in gate.creole.morph
 

Methods in gate.creole.morph that throw ResourceInstantiationException
 Resource Morph.init()
          This method creates the instance of the BaseWord - English Morpher and returns the instance of current class with different attributes and the instance of BaseWord class wrapped into it.
 void Interpret.init(URL ruleFileURL)
          It starts the actual program
static void Interpret.main(String[] args)
          Main method
 

Uses of ResourceInstantiationException in gate.creole.ontology
 

Methods in gate.creole.ontology that throw ResourceInstantiationException
static Ontology OntologyUtilities.getOntology(URL url)
          Deprecated. - this method should be avoided
 

Uses of ResourceInstantiationException in gate.creole.orthomatcher
 

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

Uses of ResourceInstantiationException in gate.creole.orthomatcher.SampleOrthoMatcher
 

Methods in gate.creole.orthomatcher.SampleOrthoMatcher that throw ResourceInstantiationException
 Resource SampleOrthoMatcher.init()
           
 

Uses of ResourceInstantiationException in gate.creole.splitter
 

Methods in gate.creole.splitter that throw ResourceInstantiationException
 Resource RegexSentenceSplitter.init()
           
 Resource SentenceSplitter.init()
           
 

Uses of ResourceInstantiationException in gate.creole.tokeniser
 

Methods in gate.creole.tokeniser that throw ResourceInstantiationException
 Resource DefaultTokeniser.init()
          Initialise this resource, and return it.
 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.
 

Uses of ResourceInstantiationException in gate.gui
 

Methods in gate.gui that throw ResourceInstantiationException
 Object FeaturesSchemaEditor.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Object OracleDatastoreViewer.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Object SerialDatastoreViewer.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 Resource FeaturesSchemaEditor.init()
          Initialise this resource, and return it.
 Resource GazetteerEditor.init()
           
 Resource OracleDatastoreViewer.init()
          Initialise this resource, and return it.
 Resource PRViewer.init()
           
 Resource SerialControllerEditor.init()
           
 Resource SerialDatastoreViewer.init()
          Initialise this resource, and return it.
 void ResourceParametersEditor.setParameters()
          Sets the parameters for the resource to their new values as resulted from the user's edits.
 void FeaturesSchemaEditor.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void OracleDatastoreViewer.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void SerialDatastoreViewer.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void FeaturesSchemaEditor.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 void OracleDatastoreViewer.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 void SerialDatastoreViewer.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 

Uses of ResourceInstantiationException in gate.gui.annedit
 

Methods in gate.gui.annedit that throw ResourceInstantiationException
 Resource SchemaAnnotationEditor.init()
           
 

Uses of ResourceInstantiationException in gate.gui.docview
 

Methods in gate.gui.docview that throw ResourceInstantiationException
protected  OwnedAnnotationEditor AnnotationSetsView.createAnnotationEditor(TextualDocumentView textView, AnnotationSetsView asView)
          Create the annotation editor (responsible for creating the window used to edit individual annotations).
 Resource AnnotationEditor.init()
           
 Resource DocumentEditor.init()
           
 

Uses of ResourceInstantiationException in gate.gui.ontology
 

Methods in gate.gui.ontology that throw ResourceInstantiationException
 Resource OntologyEditor.init()
          Init method, that creates this object and returns this object as a resource
 

Uses of ResourceInstantiationException in gate.jape.functest
 

Methods in gate.jape.functest that throw ResourceInstantiationException
 void TestJape.testApplicationModes()
          This test loads a saved application which runs several JAPE grammars using different application modes on a specially prepared document.
static Corpus TestJape2.tokAndGaz(String collName, ArrayList fileNames)
          Create a collection and put tokenised and gazetteered docs in it.
 

Uses of ResourceInstantiationException in gate.util
 

Methods in gate.util that throw ResourceInstantiationException
protected  void CorpusBenchmarkTool.evaluateAllThree(Document persDoc, Document cleanDoc, Document markedDoc, File errDir)
           
protected  void CorpusBenchmarkTool.evaluateDocuments(Document persDoc, Document cleanDoc, Document markedDoc, File errDir)
           
protected  void CorpusBenchmarkTool.evaluateTwoDocs(Document keyDoc, Document respDoc, File errDir)
           
protected  AnnotationDiffer CorpusBenchmarkTool.measureDocs(Document keyDoc, Document respDoc, String annotType)
           
 

Uses of ResourceInstantiationException in gate.util.persistence
 

Methods in gate.util.persistence that throw ResourceInstantiationException
 Object AnalyserRunningStrategyPersistence.createObject()
           
 Object CollectionPersistence.createObject()
          Creates a new object from the data contained.
 Object ConditionalControllerPersistence.createObject()
          Creates a new object from the data contained.
 Object ConditionalSerialAnalyserControllerPersistence.createObject()
          Creates a new object from the data contained.
 Object ControllerPersistence.createObject()
          Creates a new object from the data contained.
 Object CorpusPersistence.createObject()
          Creates a new object from the data contained.
 Object DSPersistence.createObject()
          Creates a new object from the data contained.
 Object JDBCDSPersistence.createObject()
          Creates a new object from the data contained.
 Object LRPersistence.createObject()
          Creates a new object from the data contained.
 Object LanguageAnalyserPersistence.createObject()
          Creates a new object from the data contained.
 Object MapPersistence.createObject()
          Creates a new object from the data contained.
 Object PRPersistence.createObject()
          Creates a new object from the data contained.
 Object Persistence.createObject()
          Creates a new object from the data contained.
 Object PersistenceManager.SlashDevSlashNull.createObject()
          Returns null
 Object SerialAnalyserControllerPersistence.createObject()
          Creates a new object from the data contained.
 Object UnconditionalRunningStrategyPersistence.createObject()
           
static Object PersistenceManager.getTransientRepresentation(Object target)
           
static Object PersistenceManager.loadObjectFromFile(File file)
           
static Object PersistenceManager.loadObjectFromUrl(URL url)