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