|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.script.ScriptLoad
public class ScriptLoad
Used to load an Encog Analyst script.
Field Summary | |
---|---|
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 Summary | |
---|---|
ScriptLoad(AnalystScript theScript)
Construct a script loader. |
Method Summary | |
---|---|
void |
load(InputStream stream)
Load an Encog script. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public ScriptLoad(AnalystScript theScript)
theScript
- The script to load into.Method Detail |
---|
public void load(InputStream stream)
stream
- The stream to load from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |