public class ScriptLoad
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_FIVE
Column 5.
|
static int |
COLUMN_FOUR
Column 4.
|
static int |
COLUMN_ONE
Column 1.
|
static int |
COLUMN_THREE
Column 3.
|
static int |
COLUMN_TWO
Column 2.
|
| Constructor and Description |
|---|
ScriptLoad(AnalystScript theScript)
Construct a script loader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
load(java.io.InputStream stream)
Load an Encog script.
|
public static final int COLUMN_ONE
public static final int COLUMN_TWO
public static final int COLUMN_THREE
public static final int COLUMN_FOUR
public static final int COLUMN_FIVE
public ScriptLoad(AnalystScript theScript)
theScript - The script to load into.