Package adams.core.scripting
Interface FileBasedScripting
-
- All Known Subinterfaces:
FileBasedScriptingWithOptions
- 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 FileBasedScriptingInterface for scripted classes that use a file-based approach.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderFilegetScriptFile()Gets the script file.StringscriptFileTipText()Returns the tip text for this property.voidsetScriptFile(PlaceholderFile value)Sets the script file.
-
-
-
Method Detail
-
setScriptFile
void setScriptFile(PlaceholderFile value)
Sets the script file.- Parameters:
value- the script
-
getScriptFile
PlaceholderFile getScriptFile()
Gets the script file.- Returns:
- the script
-
scriptFileTipText
String scriptFileTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
-