A B C D E F G H I J L M N O P R S W

A

AbstractJythonActor - Class in adams.flow.core
Abstract ancestor for actors that execute Jython scripts.
AbstractJythonActor() - Constructor for class adams.flow.core.AbstractJythonActor
 
accepts() - Method in class adams.flow.sink.Jython
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.transformer.Jython
Returns the class of objects that it accepts.
adams.core.scripting - package adams.core.scripting
 
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.JythonScript
Returns whether inline editing in the GOE is allowed.

B

BACKUP_INPUT - Static variable in class adams.flow.sink.Jython
the key for storing the current input in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.Jython
the key for storing the current input in the backup.
backupState() - Method in class adams.flow.sink.Jython
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.Jython
Backs up the current state of the actor before update the variables.

C

checkScriptObject() - Method in class adams.flow.condition.bool.Jython
Checks the script object.
checkScriptObject() - Method in class adams.flow.condition.test.Jython
Checks the script object.
checkScriptObject() - Method in class adams.flow.core.AbstractJythonActor
Checks the script object.
checkScriptObject() - Method in class adams.flow.template.Jython
Checks the script object.
CLASS_PYTHONINERPRETER - Static variable in class adams.core.scripting.Jython
the classname of the Python interpreter.
CLASS_PYTHONOBJECTINPUTSTREAM - Static variable in class adams.core.scripting.Jython
the classname of the Python ObjectInputStream.

D

defineOptions() - Method in class adams.flow.condition.bool.Jython
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.test.Jython
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractJythonActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.Jython
Adds options to the internal list of options.
deserialize(InputStream) - Static method in class adams.core.scripting.Jython
deserializes the Python Object from the stream.
doExecute() - Method in class adams.flow.sink.Jython
Executes the flow item.
doExecute() - Method in class adams.flow.source.Jython
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Jython
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Jython
Executes the flow item.
doScriptEvaluate(AbstractActor, Token) - Method in class adams.flow.condition.bool.Jython
Runs the script evaluation.

E

executeScript() - Method in class adams.flow.template.Jython
Executes the script to generate the actor.

F

FILENAME - Static variable in class adams.gui.core.JythonSyntaxEditorPanel
the props file with the style definitions.

G

generates() - Method in class adams.flow.source.Jython
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Jython
Returns the class of objects that it generates.
getAdditionalOption(String, String) - Method in class adams.flow.condition.test.Jython
Returns the value associated with the (additional) option.
getDefaultInlineScript() - Method in class adams.flow.condition.bool.Jython
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.flow.condition.test.Jython
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.flow.core.AbstractJythonActor
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.flow.template.Jython
Returns the default inline script.
getInlineScript() - Method in class adams.flow.condition.bool.Jython
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.flow.condition.test.Jython
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.flow.core.AbstractJythonActor
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.flow.template.Jython
Gets the inline script to use instead of the external script file.
getInterpreter() - Method in class adams.core.scripting.Jython
returns the currently used Python Interpreter.
getQuickInfo() - Method in class adams.flow.condition.bool.Jython
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractJythonActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.template.Jython
Returns a quick info about the actor, which will be displayed in the GUI.
getScriptTipText() - Method in class adams.core.scripting.JythonScript
Returns the tip text for the script.
getStyleProperties() - Method in class adams.gui.core.JythonSyntaxEditorPanel
Returns the syntax style definition.
getTextEditorPanel() - Method in class adams.core.scripting.JythonScript
Returns the configured text editor panel to use in the GOE.
globalInfo() - Method in class adams.flow.condition.bool.Jython
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.test.Jython
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Jython
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Jython
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Jython
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.Jython
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Jython
Returns a string describing the object.

H

hasPendingOutput() - Method in class adams.flow.source.Jython
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.Jython
Checks whether there is pending output to be collected after executing the flow item.

I

initialize() - Method in class adams.flow.condition.test.Jython
Initializes the members.
inlineScriptTipText() - Method in class adams.flow.condition.bool.Jython
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.flow.condition.test.Jython
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.flow.core.AbstractJythonActor
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.flow.template.Jython
Returns the tip text for this property.
input(Token) - Method in class adams.flow.sink.Jython
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.Jython
The method that accepts the input token and then processes it.
invoke(String, Class[], Object[]) - Method in class adams.core.scripting.Jython
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.Jython
executes the specified method and returns the result, if any.
isPresent() - Static method in class adams.core.scripting.Jython
returns whether the Jython classes are present or not, i.e.

J

Jython - Class in adams.core.scripting
A helper class for Jython.
Jython() - Constructor for class adams.core.scripting.Jython
default constructor, tries to instantiate a Python Interpreter.
Jython - Class in adams.flow.condition.bool
A boolean condition that uses the condition defined in a Jython script.
Jython() - Constructor for class adams.flow.condition.bool.Jython
 
Jython - Class in adams.flow.condition.test
A condition that uses the condition defined in an external Jython script.
Jython() - Constructor for class adams.flow.condition.test.Jython
 
Jython - Class in adams.flow.sink
A sink that uses a Jython script for processing the token(s).
Jython() - Constructor for class adams.flow.sink.Jython
 
Jython - Class in adams.flow.source
A source that uses a Jython script for generating the token(s).
Jython() - Constructor for class adams.flow.source.Jython
 
Jython - Class in adams.flow.standalone
A standalone that executes a Jython script.
Jython() - Constructor for class adams.flow.standalone.Jython
 
Jython - Class in adams.flow.template
Uses a Jython script to generate a sub-flow.
Jython() - Constructor for class adams.flow.template.Jython
 
Jython - Class in adams.flow.transformer
A transformer that uses a Jython script for processing the token(s).
Jython() - Constructor for class adams.flow.transformer.Jython
 
JythonScript - Class in adams.core.scripting
Wrapper for a Jython scripts to be editable in the GOE.
JythonScript() - Constructor for class adams.core.scripting.JythonScript
Initializes the string with length 0.
JythonScript(String) - Constructor for class adams.core.scripting.JythonScript
Initializes the object with the string to parse.
JythonSyntaxEditorPanel - Class in adams.gui.core
Text editor pane with Jython syntax highlighting.
JythonSyntaxEditorPanel() - Constructor for class adams.gui.core.JythonSyntaxEditorPanel
 

L

loadScriptObject(Class, PlaceholderFile, JythonScript, String) - Static method in class adams.core.scripting.Jython
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.condition.bool.Jython
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.condition.test.Jython
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.core.AbstractJythonActor
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.template.Jython
Loads the scripts object and sets its options.

M

m_ActorObject - Variable in class adams.flow.core.AbstractJythonActor
the loaded script object.
m_AdditionalOptions - Variable in class adams.flow.condition.test.Jython
for storing the additional options.
m_ConditionObject - Variable in class adams.flow.condition.bool.Jython
the loaded script object.
m_ConditionObject - Variable in class adams.flow.condition.test.Jython
the loaded script object.
m_InlineScript - Variable in class adams.flow.condition.bool.Jython
the inline script.
m_InlineScript - Variable in class adams.flow.condition.test.Jython
the inline script.
m_InlineScript - Variable in class adams.flow.core.AbstractJythonActor
the inline script.
m_InlineScript - Variable in class adams.flow.template.Jython
the inline script.
m_InputToken - Variable in class adams.flow.sink.Jython
the current input token.
m_InputToken - Variable in class adams.flow.transformer.Jython
the current input token.
m_Interpreter - Variable in class adams.core.scripting.Jython
the interpreter.
m_Present - Static variable in class adams.core.scripting.Jython
whether the Jython classes are in the Classpath.
main(String[]) - Static method in class adams.core.scripting.Jython
If no arguments are given, it just prints the presence of the Jython classes, otherwise it expects a Jython filename to execute.

N

newInstance(File, Class) - Static method in class adams.core.scripting.Jython
loads the module and returns a new instance of it as instance of the provided Java class template.
newInstance(File, Class, File[]) - Static method in class adams.core.scripting.Jython
loads the module and returns a new instance of it as instance of the provided Java class template.
newInterpreter() - Static method in class adams.core.scripting.Jython
initializes and returns a Python Interpreter.

O

output() - Method in class adams.flow.source.Jython
Returns the generated token.
output() - Method in class adams.flow.transformer.Jython
Returns the generated token.

P

performScriptTest() - Method in class adams.flow.condition.test.Jython
Runs the script test.
pruneBackup() - Method in class adams.flow.sink.Jython
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.Jython
Removes entries from the backup.

R

restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.Jython
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.Jython
Restores the state of the actor before the variables got updated.

S

scriptOptionsTipText() - Method in class adams.flow.condition.test.Jython
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.core.AbstractJythonActor
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.template.Jython
Returns the tip text for this property.
setAdditionalOptions(Hashtable<String, String>) - Method in class adams.flow.condition.test.Jython
Sets the additional options.
setInlineScript(JythonScript) - Method in class adams.flow.condition.bool.Jython
Sets the inline script to use instead of the external script file.
setInlineScript(JythonScript) - Method in class adams.flow.condition.test.Jython
Sets the inline script to use instead of the external script file.
setInlineScript(JythonScript) - Method in class adams.flow.core.AbstractJythonActor
Sets the inline script to use instead of the external script file.
setInlineScript(JythonScript) - Method in class adams.flow.template.Jython
Sets the inline script to use instead of the external script file.
setUp() - Method in class adams.flow.core.AbstractJythonActor
Initializes the item for flow execution.

W

wrapUp() - Method in class adams.flow.core.AbstractJythonActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.Jython
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.Jython
Cleans up after the execution has finished.

A B C D E F G H I J L M N O P R S W

Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.