C E G I M P R S W 

C

callControllerAwareMethod(String, Controller) - Method in class gate.groovy.ScriptPR
Check whether the script declares a method with the given name that takes a corpus parameter, and if so, call it passing the corpus from the given controller.
changedUpdate(DocumentEvent) - Method in class gate.groovy.gui.ControllerScriptEditor
 
changedUpdate(DocumentEvent) - Method in class gate.groovy.gui.ScriptPREditor
 
cleanup() - Method in class gate.groovy.ScriptPR
 
collect(Corpus, Closure<T>) - Static method in class gate.groovy.GateGroovyMethods
Call the closure once for each document in this corpus, loading and unloading documents as appropriate in the case of a persistent corpus, and collecting the return values of each call into a list.
collect(Corpus, Collection<T>, Closure<T>) - Static method in class gate.groovy.GateGroovyMethods
Call the closure once for each document in this corpus, loading and unloading documents as appropriate in the case of a persistent corpus, and adding the return values of each call to the given collection.
controller - Variable in class gate.groovy.gui.ControllerScriptEditor
 
controllerExecutionAborted(Controller, Throwable) - Method in class gate.groovy.ScriptPR
 
controllerExecutionFinished(Controller) - Method in class gate.groovy.ScriptPR
 
controllerExecutionStarted(Controller) - Method in class gate.groovy.ScriptPR
 
ControllerScriptEditor - Class in gate.groovy.gui
 
ControllerScriptEditor() - Constructor for class gate.groovy.gui.ControllerScriptEditor
 
controlScript - Variable in class gate.groovy.ScriptableControllerPersistence
 
corpus - Variable in class gate.groovy.ScriptableControllerPersistence
 
createObject() - Method in class gate.groovy.ScriptableControllerPersistence
Creates a new object from the data contained.

E

each(Corpus, Closure<T>) - Static method in class gate.groovy.GateGroovyMethods
Call the closure once for each document in this corpus, loading and unloading documents as appropriate in the case of a persistent corpus.
eachWithIndex(Corpus, Closure<T>) - Static method in class gate.groovy.GateGroovyMethods
Call the closure once for each document in this corpus, loading and unloading documents as appropriate in the case of a persistent corpus.
editor - Variable in class gate.groovy.gui.ControllerScriptEditor
 
execute() - Method in class gate.groovy.ScriptPR
Execute method.
extractDataFromSource(Object) - Method in class gate.groovy.ScriptableControllerPersistence
Populates this Persistence with the data that needs to be stored from the original source object.

G

gate.groovy - package gate.groovy
 
gate.groovy.gui - package gate.groovy.gui
 
GateGroovyMethods - Class in gate.groovy
Class containing static methods that will be mixed in to several core GATE classes when the Groovy plugin is loaded, making the methods available as instance methods on their respective types (in the same way as Groovy does by default for DefaultGroovyMethods).
GateGroovyMethods() - Constructor for class gate.groovy.GateGroovyMethods
 
getActions() - Method in class gate.groovy.GroovySupport
 
getAt(AnnotationSet, Range<?>) - Static method in class gate.groovy.GateGroovyMethods
Sub-range access for annotation sets (mapping to getContained).
getAt(DocumentContent, Range<?>) - Static method in class gate.groovy.GateGroovyMethods
Sub-range access for document content.
getAt(SimpleAnnotationSet, String) - Static method in class gate.groovy.GateGroovyMethods
Array-style access for annotation sets.
getAt(SimpleAnnotationSet, List<String>) - Static method in class gate.groovy.GateGroovyMethods
Array-style access for annotation sets.
getEncoding() - Method in class gate.groovy.ScriptPR
Get the character encoding used to load the script.
getGroovySrc() - Method in class gate.groovy.ScriptPR
Return the source of the loaded groovy script
getInputASName() - Method in class gate.groovy.ScriptPR
gets name of the input annotation set
getOutputASName() - Method in class gate.groovy.ScriptPR
gets name of the output annotation set
getScriptParams() - Method in class gate.groovy.ScriptPR
Get Map of parameters for the Groovy script
getScriptURL() - Method in class gate.groovy.ScriptPR
gets URL of the Groovy script
GroovySupport - Class in gate.groovy
Tool resource that sets up Groovy support for GATE.
GroovySupport() - Constructor for class gate.groovy.GroovySupport
 

I

init() - Method in class gate.groovy.GroovySupport
 
init() - Method in class gate.groovy.gui.ControllerScriptEditor
 
init() - Method in class gate.groovy.gui.ScriptPREditor
 
init() - Method in class gate.groovy.ScriptPR
Initialise this resource, and return it.
initGuiComponents() - Method in class gate.groovy.gui.ControllerScriptEditor
 
initGuiComponents() - Method in class gate.groovy.gui.ScriptPREditor
 
insertUpdate(DocumentEvent) - Method in class gate.groovy.gui.ControllerScriptEditor
 
insertUpdate(DocumentEvent) - Method in class gate.groovy.gui.ScriptPREditor
 

M

mixinGlobally(Class<?>) - Method in class gate.groovy.GroovySupport
Mix all the static methods of the given class into their respective types.

P

processFinished() - Method in class gate.groovy.gui.ScriptPREditor
 
progressChanged(int) - Method in class gate.groovy.gui.ScriptPREditor
 
propertyChange(PropertyChangeEvent) - Method in class gate.groovy.gui.ControllerScriptEditor
 

R

reInit() - Method in class gate.groovy.ScriptPR
 
removeUpdate(DocumentEvent) - Method in class gate.groovy.gui.ControllerScriptEditor
 
removeUpdate(DocumentEvent) - Method in class gate.groovy.gui.ScriptPREditor
 

S

ScriptableControllerPersistence - Class in gate.groovy
 
ScriptableControllerPersistence() - Constructor for class gate.groovy.ScriptableControllerPersistence
 
ScriptPR - Class in gate.groovy
Groovy Script PR.
ScriptPR() - Constructor for class gate.groovy.ScriptPR
 
ScriptPREditor - Class in gate.groovy.gui
A VR for viewing and editing the script behind a Groovy Scripting PR
ScriptPREditor() - Constructor for class gate.groovy.gui.ScriptPREditor
 
setControllerScript() - Method in class gate.groovy.gui.ControllerScriptEditor
 
setDocument(Document) - Method in class gate.groovy.ScriptPR
 
setEncoding(String) - Method in class gate.groovy.ScriptPR
Set the character encoding used to load the script.
setInputASName(String) - Method in class gate.groovy.ScriptPR
sets name of the input annotaiton set
setOutputASName(String) - Method in class gate.groovy.ScriptPR
sets name of the output annotaiton set
setScriptParams(FeatureMap) - Method in class gate.groovy.ScriptPR
Set Map of parameters for the Groovy script
setScriptURL(URL) - Method in class gate.groovy.ScriptPR
sets File of the Groovy script
setTarget(Object) - Method in class gate.groovy.gui.ControllerScriptEditor
 
setTarget(Object) - Method in class gate.groovy.gui.ScriptPREditor
 
STANDARD_IMPORTS - Static variable in class gate.groovy.GroovySupport
Standard list of import statements that are available to any groovy script or console in GATE.

W

withResource(Resource, Closure<T>) - Static method in class gate.groovy.GateGroovyMethods
Call the given closure passing this resource as a parameter, and ensuring that the resource is deleted when the closure returns.
C E G I M P R S W