org.encog.app.analyst.script
Class ScriptSave

java.lang.Object
  extended by org.encog.app.analyst.script.ScriptSave

public class ScriptSave
extends Object

Used to save an Encog Analyst script.


Constructor Summary
ScriptSave(AnalystScript theScript)
          Construct the script.
 
Method Summary
 void save(OutputStream stream)
          Save the script to a stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptSave

public ScriptSave(AnalystScript theScript)
Construct the script.

Parameters:
theScript - The script to save.
Method Detail

save

public void save(OutputStream stream)
Save the script to a stream.

Parameters:
stream - The output stream.


Copyright © 2014. All Rights Reserved.