cz.muni.fi.xmravec.bc.prodes
Class DatasetFileWriter

java.lang.Object
  extended by cz.muni.fi.xmravec.bc.prodes.DatasetFileWriter

public class DatasetFileWriter
extends java.lang.Object

Class for writing response function results into a file or files


Constructor Summary
DatasetFileWriter()
           
 
Method Summary
 void write(java.io.File file, org.jfree.data.statistics.HistogramDataset data, int quantity, double precision)
          Writes results of one response function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetFileWriter

public DatasetFileWriter()
Method Detail

write

public void write(java.io.File file,
                  org.jfree.data.statistics.HistogramDataset data,
                  int quantity,
                  double precision)
           throws java.io.IOException
Writes results of one response function

Parameters:
file - string defining a file
data - dataset containing results
quantity - number of simulated neutrons
precision - width of bin of response function
Throws:
java.io.IOException