Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
W
A
AbstractGroovyActor
- Class in
adams.flow.core
Abstract ancestor for actors that execute Groovy scripts.
AbstractGroovyActor()
- Constructor for class adams.flow.core.
AbstractGroovyActor
accepts()
- Method in class adams.data.conversion.
Groovy
Returns the class that is accepted as input.
accepts()
- Method in class adams.flow.sink.
Groovy
Returns the class of objects that it accepts.
accepts()
- Method in class adams.flow.transformer.
Groovy
Returns the class of objects that it accepts.
adams.core.scripting
- package adams.core.scripting
adams.data.conversion
- package adams.data.conversion
adams.flow.condition.bool
- package adams.flow.condition.bool
adams.flow.condition.test
- package adams.flow.condition.test
adams.flow.core
- package adams.flow.core
adams.flow.sink
- package adams.flow.sink
adams.flow.source
- package adams.flow.source
adams.flow.standalone
- package adams.flow.standalone
adams.flow.template
- package adams.flow.template
adams.flow.transformer
- package adams.flow.transformer
adams.gui.core
- package adams.gui.core
allowsInlineEditing()
- Method in class adams.core.scripting.
GroovyScript
Returns whether inline editing in the GOE is allowed.
B
BACKUP_INPUT
- Static variable in class adams.flow.sink.
Groovy
the key for storing the current input in the backup.
BACKUP_INPUT
- Static variable in class adams.flow.transformer.
Groovy
the key for storing the current input in the backup.
backupState()
- Method in class adams.flow.sink.
Groovy
Backs up the current state of the actor before update the variables.
backupState()
- Method in class adams.flow.transformer.
Groovy
Backs up the current state of the actor before update the variables.
C
checkScriptObject()
- Method in class adams.data.conversion.
Groovy
Checks the script object.
checkScriptObject()
- Method in class adams.flow.condition.bool.
Groovy
Checks the script object.
checkScriptObject()
- Method in class adams.flow.condition.test.
Groovy
Checks the script object.
checkScriptObject()
- Method in class adams.flow.core.
AbstractGroovyActor
Checks the script object.
checkScriptObject()
- Method in class adams.flow.template.
Groovy
Checks the script object.
CLASS_GROOVYCLASSLOADER
- Static variable in class adams.core.scripting.
Groovy
the classname of the Groovy classloader.
D
defineOptions()
- Method in class adams.data.conversion.
Groovy
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.condition.bool.
Groovy
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.condition.test.
Groovy
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.core.
AbstractGroovyActor
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.template.
Groovy
Adds options to the internal list of options.
destroy()
- Method in class adams.data.conversion.
Groovy
Frees up memory in a "destructive" non-reversible way.
doConvert()
- Method in class adams.data.conversion.
Groovy
Performs the actual conversion.
doExecute()
- Method in class adams.flow.sink.
Groovy
Executes the flow item.
doExecute()
- Method in class adams.flow.source.
Groovy
Executes the flow item.
doExecute()
- Method in class adams.flow.standalone.
Groovy
Executes the flow item.
doExecute()
- Method in class adams.flow.transformer.
Groovy
Executes the flow item.
doScriptEvaluate(AbstractActor, Token)
- Method in class adams.flow.condition.bool.
Groovy
Runs the script evaluation.
E
executeScript()
- Method in class adams.flow.template.
Groovy
Executes the script to generate the actor.
F
FILENAME
- Static variable in class adams.gui.core.
GroovySyntaxEditorPanel
the props file with the style definitions.
G
generates()
- Method in class adams.data.conversion.
Groovy
Returns the class that is generated as output.
generates()
- Method in class adams.flow.source.
Groovy
Returns the class of objects that it generates.
generates()
- Method in class adams.flow.transformer.
Groovy
Returns the class of objects that it generates.
getClassLoader()
- Method in class adams.core.scripting.
Groovy
returns the currently used Groovy classloader.
getDefaultInlineScript()
- Method in class adams.data.conversion.
Groovy
Returns the default inline script.
getDefaultInlineScript()
- Method in class adams.flow.condition.bool.
Groovy
Returns the default inline script.
getDefaultInlineScript()
- Method in class adams.flow.condition.test.
Groovy
Returns the default inline script.
getDefaultInlineScript()
- Method in class adams.flow.core.
AbstractGroovyActor
Returns the default inline script.
getDefaultInlineScript()
- Method in class adams.flow.template.
Groovy
Returns the default inline script.
getInlineScript()
- Method in class adams.data.conversion.
Groovy
Gets the inline script to use instead of the external script file.
getInlineScript()
- Method in class adams.flow.condition.bool.
Groovy
Gets the inline script to use instead of the external script file.
getInlineScript()
- Method in class adams.flow.condition.test.
Groovy
Gets the inline script to use instead of the external script file.
getInlineScript()
- Method in class adams.flow.core.
AbstractGroovyActor
Gets the inline script to use instead of the external script file.
getInlineScript()
- Method in class adams.flow.template.
Groovy
Gets the inline script to use instead of the external script file.
getQuickInfo()
- Method in class adams.data.conversion.
Groovy
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo()
- Method in class adams.flow.condition.bool.
Groovy
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo()
- Method in class adams.flow.core.
AbstractGroovyActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo()
- Method in class adams.flow.template.
Groovy
Returns a quick info about the actor, which will be displayed in the GUI.
getScriptTipText()
- Method in class adams.core.scripting.
GroovyScript
Returns the tip text for the script.
getStyleProperties()
- Method in class adams.gui.core.
GroovySyntaxEditorPanel
Returns the syntax style definition.
getTextEditorPanel()
- Method in class adams.core.scripting.
GroovyScript
Returns the configured text editor panel to use in the GOE.
globalInfo()
- Method in class adams.data.conversion.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.condition.bool.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.condition.test.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.sink.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.source.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.standalone.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.template.
Groovy
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
Groovy
Returns a string describing the object.
Groovy
- Class in
adams.core.scripting
A helper class for
Groovy
.
Groovy()
- Constructor for class adams.core.scripting.
Groovy
default constructor, tries to instantiate a Groovy classloader.
Groovy
- Class in
adams.data.conversion
A conversion that uses a Groovy script for processing the data.
Groovy()
- Constructor for class adams.data.conversion.
Groovy
Groovy
- Class in
adams.flow.condition.bool
A boolean condition that uses the condition defined in a Groovy script.
Groovy()
- Constructor for class adams.flow.condition.bool.
Groovy
Groovy
- Class in
adams.flow.condition.test
A condition that uses the condition defined in a Groovy script.
Groovy()
- Constructor for class adams.flow.condition.test.
Groovy
Groovy
- Class in
adams.flow.sink
A sink that uses a Groovy script for processing the token(s).
Groovy()
- Constructor for class adams.flow.sink.
Groovy
Groovy
- Class in
adams.flow.source
A source that uses a Groovy script for generating the token(s).
Groovy()
- Constructor for class adams.flow.source.
Groovy
Groovy
- Class in
adams.flow.standalone
A standalone that executes a Groovy script.
Groovy()
- Constructor for class adams.flow.standalone.
Groovy
Groovy
- Class in
adams.flow.template
Uses a Groovy script to generate a sub-flow.
Groovy()
- Constructor for class adams.flow.template.
Groovy
Groovy
- Class in
adams.flow.transformer
A transformer that uses a Groovy script for processing the token(s).
Groovy()
- Constructor for class adams.flow.transformer.
Groovy
GroovyScript
- Class in
adams.core.scripting
Wrapper for a Groovy scripts to be editable in the GOE.
GroovyScript()
- Constructor for class adams.core.scripting.
GroovyScript
Initializes the string with length 0.
GroovyScript(String)
- Constructor for class adams.core.scripting.
GroovyScript
Initializes the object with the string to parse.
GroovySyntaxEditorPanel
- Class in
adams.gui.core
Text editor pane with Groovy syntax highlighting.
GroovySyntaxEditorPanel()
- Constructor for class adams.gui.core.
GroovySyntaxEditorPanel
H
hasPendingOutput()
- Method in class adams.flow.source.
Groovy
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput()
- Method in class adams.flow.transformer.
Groovy
Checks whether there is pending output to be collected after executing the flow item.
I
inlineScriptTipText()
- Method in class adams.data.conversion.
Groovy
Returns the tip text for this property.
inlineScriptTipText()
- Method in class adams.flow.condition.bool.
Groovy
Returns the tip text for this property.
inlineScriptTipText()
- Method in class adams.flow.condition.test.
Groovy
Returns the tip text for this property.
inlineScriptTipText()
- Method in class adams.flow.core.
AbstractGroovyActor
Returns the tip text for this property.
inlineScriptTipText()
- Method in class adams.flow.template.
Groovy
Returns the tip text for this property.
input(Token)
- Method in class adams.flow.sink.
Groovy
The method that accepts the input token and then processes it.
input(Token)
- Method in class adams.flow.transformer.
Groovy
The method that accepts the input token and then processes it.
invoke(String, Class[], Object[])
- Method in class adams.core.scripting.
Groovy
executes the specified method on the current interpreter and returns the result, if any.
invoke(Object, String, Class[], Object[])
- Static method in class adams.core.scripting.
Groovy
executes the specified method and returns the result, if any.
isPresent()
- Static method in class adams.core.scripting.
Groovy
returns whether the Groovy classes are present or not, i.e.
L
loadScriptObject(Class, PlaceholderFile, GroovyScript, String)
- Static method in class adams.core.scripting.
Groovy
Loads the scripts object and sets its options.
loadScriptObject()
- Method in class adams.data.conversion.
Groovy
Loads the scripts object and sets its options.
loadScriptObject()
- Method in class adams.flow.condition.bool.
Groovy
Loads the scripts object and sets its options.
loadScriptObject()
- Method in class adams.flow.condition.test.
Groovy
Loads the scripts object and sets its options.
loadScriptObject()
- Method in class adams.flow.core.
AbstractGroovyActor
Loads the scripts object and sets its options.
loadScriptObject()
- Method in class adams.flow.template.
Groovy
Loads the scripts object and sets its options.
M
m_ActorObject
- Variable in class adams.flow.core.
AbstractGroovyActor
the loaded script object.
m_ClassLoader
- Variable in class adams.core.scripting.
Groovy
the classloader.
m_ConditionObject
- Variable in class adams.flow.condition.bool.
Groovy
the loaded script object.
m_ConditionObject
- Variable in class adams.flow.condition.test.
Groovy
the loaded script object.
m_ConversionObject
- Variable in class adams.data.conversion.
Groovy
the loaded script object.
m_InlineScript
- Variable in class adams.data.conversion.
Groovy
the inline script.
m_InlineScript
- Variable in class adams.flow.condition.bool.
Groovy
the inline script.
m_InlineScript
- Variable in class adams.flow.condition.test.
Groovy
the inline script.
m_InlineScript
- Variable in class adams.flow.core.
AbstractGroovyActor
the inline script.
m_InlineScript
- Variable in class adams.flow.template.
Groovy
the inline script.
m_InputToken
- Variable in class adams.flow.sink.
Groovy
the current input token.
m_InputToken
- Variable in class adams.flow.transformer.
Groovy
the current input token.
m_Present
- Static variable in class adams.core.scripting.
Groovy
whether the Groovy classes are in the Classpath.
main(String[])
- Static method in class adams.core.scripting.
Groovy
If no arguments are given, it just prints the presence of the Groovy classes, otherwise it expects a Groovy filename to execute.
N
newClassLoader()
- Static method in class adams.core.scripting.
Groovy
initializes and returns a Groovy Interpreter.
newInstance(File, Class)
- Static method in class adams.core.scripting.
Groovy
loads the module and returns a new instance of it as instance of the provided Java class template.
O
output()
- Method in class adams.flow.source.
Groovy
Returns the generated token.
output()
- Method in class adams.flow.transformer.
Groovy
Returns the generated token.
P
performScriptTest()
- Method in class adams.flow.condition.test.
Groovy
Runs the script test.
pruneBackup()
- Method in class adams.flow.sink.
Groovy
Removes entries from the backup.
pruneBackup()
- Method in class adams.flow.transformer.
Groovy
Removes entries from the backup.
R
restoreState(Hashtable<String, Object>)
- Method in class adams.flow.sink.
Groovy
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>)
- Method in class adams.flow.transformer.
Groovy
Restores the state of the actor before the variables got updated.
S
scriptOptionsTipText()
- Method in class adams.data.conversion.
Groovy
Returns the tip text for this property.
scriptOptionsTipText()
- Method in class adams.flow.core.
AbstractGroovyActor
Returns the tip text for this property.
scriptOptionsTipText()
- Method in class adams.flow.template.
Groovy
Returns the tip text for this property.
setInlineScript(GroovyScript)
- Method in class adams.data.conversion.
Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript)
- Method in class adams.flow.condition.bool.
Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript)
- Method in class adams.flow.condition.test.
Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript)
- Method in class adams.flow.core.
AbstractGroovyActor
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript)
- Method in class adams.flow.template.
Groovy
Sets the inline script to use instead of the external script file.
setUp()
- Method in class adams.data.conversion.
Groovy
Initializes the item for flow execution.
setUp()
- Method in class adams.flow.core.
AbstractGroovyActor
Initializes the item for flow execution.
W
wrapUp()
- Method in class adams.flow.core.
AbstractGroovyActor
Cleans up after the execution has finished.
wrapUp()
- Method in class adams.flow.sink.
Groovy
Cleans up after the execution has finished.
wrapUp()
- Method in class adams.flow.transformer.
Groovy
Cleans up after the execution has finished.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013
University of Waikato, Hamilton, NZ
. All Rights Reserved.