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 classXSLTStyleSheetEncapsulates an XSLT Stylesheet. -
Uses of AbstractAdvancedScript in adams.core.scripting
Subclasses of AbstractAdvancedScript in adams.core.scripting Modifier and Type Class Description classGroovyScriptWrapper 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 classSQLStatementWrapper 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 StringScriptedClassifierUtils. 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.
-