biouml.plugins.simulation.ode
Class ODEFileWriter

java.lang.Object
  extended bybiouml.plugins.simulation.ode.ODEFileWriter

public class ODEFileWriter
extends java.lang.Object


Constructor Summary
ODEFileWriter()
           
 
Method Summary
 void closeFile()
           
 void openFile(java.lang.String fileName)
           
 void openFile(java.lang.String fileName, boolean append)
           
 void writeToFile(double t, double[] y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODEFileWriter

public ODEFileWriter()
Method Detail

openFile

public void openFile(java.lang.String fileName,
                     boolean append)
              throws java.io.IOException
Throws:
java.io.IOException

openFile

public void openFile(java.lang.String fileName)
              throws java.io.IOException
Throws:
java.io.IOException

writeToFile

public void writeToFile(double t,
                        double[] y)

closeFile

public void closeFile()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.