Class JythonScript.JythonThread

java.lang.Object
java.lang.Thread
weka.gui.scripting.Script.ScriptThread
weka.gui.scripting.JythonScript.JythonThread
All Implemented Interfaces:
Runnable
Enclosing class:
JythonScript

public static class JythonScript.JythonThread extends Script.ScriptThread
Executes a Jython script in a thread.
Version:
$Revision: 10222 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
  • Constructor Details

    • JythonThread

      public JythonThread(Script owner, String[] args)
      Initializes the thread.
      Parameters:
      owner - the owning script
      args - the commandline arguments