Uses of Class
gate.creole.ResourceInstantiationException

Packages that use ResourceInstantiationException
com.ontotext.gate.ontology   
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.ml   
gate.creole.ml.maxent   
gate.creole.morph   
gate.creole.ontology   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.creole.tokeniser.chinesetokeniser   
gate.gui   
gate.gui.docview   
gate.jape   
gate.lexicon   
gate.util   
gate.util.persistence   
gate.wordnet   
 

Uses of ResourceInstantiationException in com.ontotext.gate.ontology
 

Methods in com.ontotext.gate.ontology that throw ResourceInstantiationException
 void DAMLKnowledgeBaseImpl.load()
           
protected  com.hp.hpl.jena.daml.DAMLModel DAMLKnowledgeBaseImpl.loadAndGetModel()
          Introduced a protected method that retuns the model, so it can be used in a subclass to get more data before discarding it
 void DAMLKnowledgeBaseImpl.store()
           
protected  void DAMLKnowledgeBaseImpl.writeModel(com.hp.hpl.jena.daml.DAMLModel model)
           
protected  com.hp.hpl.jena.daml.DAMLModel DAMLKnowledgeBaseImpl.storeAndGetModel()
           
 void DAMLOntology.load()
          loads from rdf/parse rdf. it helps if setURL is called apriori.
 void DAMLOntology.store()
          Stores the ontology to <@link getURL()/> in daml
protected  com.hp.hpl.jena.daml.DAMLModel DAMLOntology.loadAndGetModel()
          Introduced a protected method that retuns the model, so it can be used in a subclass to get more data before discarding it
protected  void DAMLOntology.writeModel(com.hp.hpl.jena.daml.DAMLModel model)
           
protected  com.hp.hpl.jena.daml.DAMLModel DAMLOntology.storeAndGetModel()
           
 Taxonomy TaxonomyImpl.getOntology(URL someUrl)
           
 Resource TaxonomyImpl.init()
          Initialises this resource, and returns it.
 void TaxonomyImpl.load()
           
 void TaxonomyImpl.store()
           
 

Uses of ResourceInstantiationException in com.ontotext.gate.vr
 

Methods in com.ontotext.gate.vr that throw ResourceInstantiationException
 Resource Gaze.init()
           
 void OntologyEditorImpl.createOntology(String name, String sourceURI, String theURL, String comment)
          Creates a new ontology
 Resource OntologyEditorImpl.init()
           
 void OntologyEditorImpl.closeOntologies(Vector list)
          close list of ontologies
 void OntologyEditorImpl.saveOntology(Taxonomy o)
          save this ontology
 void OntologyEditorImpl.saveAsOntology(Taxonomy o, int x, int y)
          invoke a saveas dialog for this ontology and save it to the location specified
 void OntologyEditorImpl.deleteOntology(Taxonomy o, int x, int y)
          delete an ontology. invoke if the ontology has been changed. currently deleteOntology works as closeOntology. does not delete the file.
 void OntologyEditorImpl.closeOntology(Taxonomy o, int x, int y)
          close an ontology. invoke AreYouSureDialog if the ontology has been changed.
 void OntologyEditorImpl.fileOpen(int x, int y)
           
 

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 Corpus Factory.newCorpus(String name)
          Create a new transient Corpus.
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.
static Document Factory.newDocument(String content)
          Create a new transient textual Document from a string.
 void ProcessingResource.reInit()
          Reinitialises the processing resource.
 Resource Resource.init()
          Initialise this resource, and return it.
 Object Resource.getParameterValue(String paramaterName)
          Gets the value of a parameter of this 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.
 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.
 

Uses of ResourceInstantiationException in gate.annotation
 

Methods in gate.annotation that throw ResourceInstantiationException
 Resource AnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 Object CorpusAnnotationDiff.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 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.
 Resource CorpusAnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 

Uses of ResourceInstantiationException in gate.corpora
 

Methods in gate.corpora that throw ResourceInstantiationException
 void CorpusImpl.populate(URL directory, FileFilter filter, String encoding, boolean recurseDirectories)
          Fills this corpus with documents created from files in a directory.
 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 RtfDocumentFormat.init()
          Initialise this resource, and return it.
 void SerialCorpusImpl.populate(URL directory, FileFilter filter, String encoding, boolean recurseDirectories)
          Fills this corpus with documents created from files in a directory.
 Resource SerialCorpusImpl.init()
           
 Resource SgmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TextualDocumentFormat.init()
          Initialise this resource, and return it.
 Resource XmlDocumentFormat.init()
          Initialise this resource, and return it.
 

Uses of ResourceInstantiationException in gate.creole
 

Methods in gate.creole that throw ResourceInstantiationException
 Resource APFormatExporter.init()
          Initialise this resource, and returns it.
 Resource AbstractController.init()
          Initialise this resource, and return it.
 List AbstractController.getOffendingPocessingResources()
          Checks whether all the contained PRs have all the required runtime parameters set.
 Resource AbstractProcessingResource.init()
          Initialise this resource, and return it.
 void AbstractProcessingResource.reInit()
          Reinitialises the processing resource.
 Resource AbstractResource.init()
          Initialise this resource, and return it.
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 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.
 Object AbstractResource.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 void AbstractResource.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter for this resource.
 void AbstractResource.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters for this resource in one step.
 Resource AbstractVisualResource.init()
          Initialise this resource, and return it.
 Object AbstractVisualResource.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 void AbstractVisualResource.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void AbstractVisualResource.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
private static void AnnotationSchema.setUpStaticData()
          This sets up two Maps between XSchema types and their coresponding Java types + a DOM xml parser
 Resource AnnotationSchema.init()
          Initialise this resource, and return it.
 void AnnotationSchema.fromXSchema(URL anXSchemaURL)
          Creates an AnnotationSchema object from an XSchema file
 void AnnotationSchema.fromXSchema(InputStream anXSchemaInputStream)
          Creates an AnnotationSchema object from an XSchema file
 List ConditionalSerialAnalyserController.getOffendingPocessingResources()
          Checks whether all the contained PRs have all the required runtime parameters set.
 Resource OntologyAwareTransducer.init()
          Deprecated.  
 Resource POSTagger.init()
           
 Taxonomy ProtegeProjectName.getOntology(URL someUrl)
           
 void ProtegeProjectName.load()
           
 void ProtegeProjectName.store()
           
 Resource RDFFormatExporter.init()
          Initialise this resource, and returns it.
 List SerialAnalyserController.getOffendingPocessingResources()
          Checks whether all the contained PRs have all the required runtime parameters set.
 Resource Transducer.init()
          This method is the one responsible for initialising the transducer.
 

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()
          Initialise this resource, and return it.
 void AnnotationSetTransfer.reInit()
          Reinitialises the processing resource.
 

Uses of ResourceInstantiationException in gate.creole.coref
 

Methods in gate.creole.coref that throw ResourceInstantiationException
 Resource AbstractCoreferencer.init()
          Initialise this resource, and return it.
 void AbstractCoreferencer.reInit()
          Reinitialises the processing resource.
 Resource Coreferencer.init()
          Initialise this resource, and return it.
 void Coreferencer.reInit()
          Reinitialises the processing resource.
 Resource NominalCoref.init()
          Initialise this resource, and return it.
 void NominalCoref.reInit()
          Reinitialises the processing resource.
 Resource PronominalCoref.init()
          Initialise this resource, and return it.
 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
 void AbstractGazetteer.reInit()
           
 Resource DefaultGazetteer.init()
          Does the actual loading and parsing of the lists.
(package private)  void DefaultGazetteer.readList(LinearNode node, boolean add)
          Reads one lists (one file) of phrases
 Resource FlexibleGazetteer.init()
          Does the actual loading and parsing of the lists.
 void GazetteerList.load()
          Loads a gazetteer list
 void GazetteerList.store()
          Stores the list to the specified url
 Map LinearDefinition.loadLists()
          Loads the gazetteer lists and maps them to the nodes
 GazetteerList LinearDefinition.loadSingleList(String listName)
          Loads a single gazetteer list given a name
 void LinearDefinition.load()
          Loads linear definition if url is set
 void LinearDefinition.store()
          Stores this to a definition file.
 void MappingDefinition.load()
          Loads the mapping definition
 void MappingDefinition.store()
          Stores the mapping definition
 Resource OntoGazetteerImpl.init()
          Initialize this onto gazetteer
private  void OntoGazetteerImpl.checkParameters()
          Checks the parameters set to this gazetteer
 

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.ml
 

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

Uses of ResourceInstantiationException in gate.creole.ml.maxent
 

Methods in gate.creole.ml.maxent that throw ResourceInstantiationException
private  void MaxentWrapper.extractAndCheckOptions()
          Extract the options from the stored Element, and verifiy that they are all valid.
private  void MaxentWrapper.setSmoothingObservation(org.jdom.Element optionsElem)
          Set the smoothing observation field appropriately, depending on what value is specified for in the configuration file.
private  void MaxentWrapper.setConfidenceThreshold(org.jdom.Element optionsElem)
          See if a cutoff is specified in the congif file.
private  void MaxentWrapper.setCutoff(org.jdom.Element optionsElem)
          See if a cutoff is specified in the congif file.
private  void MaxentWrapper.setIterations(org.jdom.Element optionsElem)
          See if a value for how many iterations should be performed during training is specified in the congif file.
private  void MaxentWrapper.checkDatasetDefinition()
          Tests that the attributes specified in the DatasetDefinition are valid for maxent.
 

Uses of ResourceInstantiationException in gate.creole.morph
 

Methods in gate.creole.morph that throw ResourceInstantiationException
 void Interpret.init(URL ruleFileURL)
          It starts the actual program
private  void Interpret.prepareListOfMorphMethods()
          This method prepares the list of available methods in the MorphFunctions class
private  void Interpret.readProgram()
          read the program file
private  void Interpret.interpretProgram()
          This method reads each line of the program and interpret them
private  void Interpret.defineVarsCommand()
          This method processes the command to define the variable section
private  void Interpret.defineRulesCommand()
          This method processes the command to define the rule section
private  void Interpret.variableDeclarationCommand(String line)
          This method processes the command to declare the variable
private  void Interpret.ruleDeclarationCommand(String line)
          This method processes the command to declare the rule
private  void Interpret.generateError(String mess)
          Generates the error and stop the execution
static void Interpret.main(String[] args)
          Main method
 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.
 

Uses of ResourceInstantiationException in gate.creole.ontology
 

Methods in gate.creole.ontology that throw ResourceInstantiationException
 void OntologyEditor.createOntology(String name, String sourceURI, String theURL, String comment)
          Creates a new ontology
 void OntologyEditor.closeOntologies(Vector list)
          Closes list of ontologies
 void OntologyEditor.saveOntology(Taxonomy o)
          Saves this ontology
 void OntologyEditor.saveAsOntology(Taxonomy o, int x, int y)
          Invokes a Save As dialog for this ontology and saves it to the specified location.
 void OntologyEditor.deleteOntology(Taxonomy o, int x, int y)
          Deletes an ontology.
 void OntologyEditor.closeOntology(Taxonomy o, int x, int y)
          Closes an ontology.
 void OntologyEditor.fileOpen(int x, int y)
          Acts on choosing Open from the File menu.
 Taxonomy Taxonomy.getOntology(URL someUrl)
          Gets taxonomy by URL.
 void Taxonomy.load()
          Loads this ontology.
 void Taxonomy.store()
          Stores this ontology.
 

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.splitter
 

Methods in gate.creole.splitter that throw ResourceInstantiationException
 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.creole.tokeniser.chinesetokeniser
 

Methods in gate.creole.tokeniser.chinesetokeniser that throw ResourceInstantiationException
 Resource ChineseTokeniser.init()
           
 void ChineseTokeniser.reInit()
          This method reInitialises the segmenter
 

Uses of ResourceInstantiationException in gate.gui
 

Methods in gate.gui that throw ResourceInstantiationException
 Resource FeaturesSchemaEditor.init()
          Initialise this resource, and return it.
 Object OracleDatastoreViewer.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 void OracleDatastoreViewer.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void OracleDatastoreViewer.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 Resource OracleDatastoreViewer.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.
 Resource SerialControllerEditor.init()
           
 Object SerialDatastoreViewer.getParameterValue(String paramaterName)
          Gets the value of a parameter of this resource.
 void SerialDatastoreViewer.setParameterValue(String paramaterName, Object parameterValue)
          Sets the value for a specified parameter.
 void SerialDatastoreViewer.setParameterValues(FeatureMap parameters)
          Sets the values for more parameters in one step.
 Resource SerialDatastoreViewer.init()
          Initialise this resource, and return it.
 

Uses of ResourceInstantiationException in gate.gui.docview
 

Methods in gate.gui.docview that throw ResourceInstantiationException
 Resource DocumentEditor.init()
           
 

Uses of ResourceInstantiationException in gate.jape
 

Methods in gate.jape that throw ResourceInstantiationException
static Corpus TestJape2.tokAndGaz(String collName, ArrayList fileNames)
          Create a collection and put tokenised and gazetteered docs in it.
 

Uses of ResourceInstantiationException in gate.lexicon
 

Methods in gate.lexicon that throw ResourceInstantiationException
 Resource MutableLexicalKnowledgeBaseImpl.init()
           
 Resource OntoLexKBImpl.init()
           
 

Uses of ResourceInstantiationException in gate.util
 

Methods in gate.util that throw ResourceInstantiationException
protected  void CorpusBenchmarkTool.evaluateDocuments(Document persDoc, Document cleanDoc, Document markedDoc, File errDir)
           
protected  void CorpusBenchmarkTool.evaluateAllThree(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 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.
(package private) static Object PersistenceManager.getTransientRepresentation(Object target)
           
static Object PersistenceManager.loadObjectFromFile(File file)
           
 Object PersistenceManager.SlashDevSlashNull.createObject()
          Returns null
 Object ResourcePersistence.createObject()
           
 Object SerialAnalyserControllerPersistence.createObject()
          Creates a new object from the data contained.
 

Uses of ResourceInstantiationException in gate.wordnet
 

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