Uses of Class
weka.gui.scripting.Script.ScriptThread

Packages that use Script.ScriptThread
weka.gui.scripting   
 

Uses of Script.ScriptThread in weka.gui.scripting
 

Subclasses of Script.ScriptThread in weka.gui.scripting
static class GroovyScript.GroovyThread
          Executes a Groovy script in a thread.
static class JythonScript.JythonThread
          Executes a Jython script in a thread.
 

Methods in weka.gui.scripting that return Script.ScriptThread
abstract  Script.ScriptThread Script.newThread(String[] args)
          Returns a new thread to execute.
 Script.ScriptThread JythonScript.newThread(String[] args)
          Returns a new thread to execute.
 Script.ScriptThread GroovyScript.newThread(String[] args)
          Returns a new thread to execute.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.