Uses of Class
adams.core.scripting.GroovyScript
-
Packages that use GroovyScript Package Description adams.core.scripting adams.data.conversion adams.data.filter adams.data.outlier adams.data.report adams.flow.condition.bool adams.flow.core adams.flow.template adams.gui.core adams.tools -
-
Uses of GroovyScript in adams.core.scripting
Methods in adams.core.scripting with parameters of type GroovyScript Modifier and Type Method Description Object[]
Groovy. loadScriptObject(Class cls, PlaceholderFile scriptFile, GroovyScript inlineScript, String scriptOptions, Variables vars)
Loads the scripts object and sets its options. -
Uses of GroovyScript in adams.data.conversion
Fields in adams.data.conversion declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.data.conversion that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.data.conversion with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.data.filter
Fields in adams.data.filter declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.data.filter that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.data.filter with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.data.outlier
Fields in adams.data.outlier declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.data.outlier that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.data.outlier with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.data.report
Fields in adams.data.report declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.data.report that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.data.report with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.flow.condition.bool that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.condition.bool with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.flow.core
Fields in adams.flow.core declared as GroovyScript Modifier and Type Field Description protected GroovyScript
AbstractGroovyActor. m_InlineScript
the inline script.Methods in adams.flow.core that return GroovyScript Modifier and Type Method Description protected GroovyScript
AbstractGroovyActor. getDefaultInlineScript()
Returns the default inline script.GroovyScript
AbstractGroovyActor. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.core with parameters of type GroovyScript Modifier and Type Method Description void
AbstractGroovyActor. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.flow.template
Fields in adams.flow.template declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.flow.template that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.template with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file. -
Uses of GroovyScript in adams.gui.core
Methods in adams.gui.core that return GroovyScript Modifier and Type Method Description GroovyScript
GroovySyntaxEditorPanel. getScript()
Returns the current script. -
Uses of GroovyScript in adams.tools
Fields in adams.tools declared as GroovyScript Modifier and Type Field Description protected GroovyScript
Groovy. m_InlineScript
the inline script.Methods in adams.tools that return GroovyScript Modifier and Type Method Description protected GroovyScript
Groovy. getDefaultInlineScript()
Returns the default inline script.GroovyScript
Groovy. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.tools with parameters of type GroovyScript Modifier and Type Method Description void
Groovy. setInlineScript(GroovyScript value)
Sets the inline script to use instead of the external script file.
-