Uses of Class
adams.gui.core.AbstractAdvancedScript
-
Packages that use AbstractAdvancedScript Package Description adams.core.base adams.core.scripting adams.db weka.classifiers -
-
Uses of AbstractAdvancedScript in adams.core.base
Subclasses of AbstractAdvancedScript in adams.core.base Modifier and Type Class Description class
XSLTStyleSheet
Encapsulates an XSLT Stylesheet. -
Uses of AbstractAdvancedScript in adams.core.scripting
Subclasses of AbstractAdvancedScript in adams.core.scripting Modifier and Type Class Description class
GroovyScript
Wrapper for a Groovy scripts to be editable in the GOE. -
Uses of AbstractAdvancedScript in adams.db
Subclasses of AbstractAdvancedScript in adams.db Modifier and Type Class Description class
SQLStatement
Wrapper for a SQL statement to be editable in the GOE. -
Uses of AbstractAdvancedScript in weka.classifiers
Methods in weka.classifiers with type parameters of type AbstractAdvancedScript Modifier and Type Method Description static <T extends AbstractAdvancedScript>
TScriptedClassifierUtils. expand(T script, Actor context)
Expands flow variables and placeholders in the script.Methods in weka.classifiers with parameters of type AbstractAdvancedScript Modifier and Type Method Description static String
ScriptedClassifierUtils. determineUniqueID(AbstractAdvancedScript script, String placeholder, boolean prefix, boolean update)
Determines the unique ID (suffix/prefix) to use in the script, if the specified placeholder for the unique ID is present.
-