Package | Description |
---|---|
weka.gui.scripting |
Modifier and Type | Class and Description |
---|---|
static class |
GroovyScript.GroovyThread
Executes a Groovy script in a thread.
|
static class |
JythonScript.JythonThread
Executes a Jython script in a thread.
|
Modifier and Type | Method and Description |
---|---|
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.