Package adams.core.scripting
Interface FileBasedScriptingWithOptions
-
- All Superinterfaces:
FileBasedScripting
- All Known Implementing Classes:
AbstractGroovyActor,AbstractScriptedActor,AbstractScriptedCondition,AbstractScriptedConversion,AbstractScriptedFeatureGenerator,AbstractScriptedFeatureGenerator,AbstractScriptedFeatureGenerator,AbstractScriptedFilter,AbstractScriptedOutlierDetector,AbstractScriptedPDFGenerator,AbstractScriptedReportFilter,AbstractScriptedTemplate,AbstractScriptedTool,AbstractScriptedTransformer,AbstractScriptedTransformer,AbstractScriptedTransformer,AbstractScriptedTransformer,AbstractScriptingHandlerActor,Groovy,Groovy,Groovy,Groovy,Groovy,Groovy,Groovy,Groovy,Groovy,Groovy,Groovy,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted,Scripted
public interface FileBasedScriptingWithOptions extends FileBasedScripting
Interface for scripted classes that use a file-based approach. Options for the script are supported as well.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseTextgetScriptOptions()Gets the script options.StringscriptOptionsTipText()Returns the tip text for this property.voidsetScriptOptions(BaseText value)Sets the script options.-
Methods inherited from interface adams.core.scripting.FileBasedScripting
getScriptFile, scriptFileTipText, setScriptFile
-
-
-
-
Method Detail
-
setScriptOptions
void setScriptOptions(BaseText value)
Sets the script options.- Parameters:
value- the options
-
getScriptOptions
BaseText getScriptOptions()
Gets the script options.- Returns:
- the options
-
scriptOptionsTipText
String scriptOptionsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
-