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

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

public class SourceFileLoader
extends java.lang.Object

Class for loading response function from a file


Constructor Summary
SourceFileLoader(java.io.File file)
          Loads response function from a given file, creates a dataset
 
Method Summary
 org.jfree.data.statistics.HistogramDataset getSet()
          Returns response function dataset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFileLoader

public SourceFileLoader(java.io.File file)
                 throws java.io.IOException
Loads response function from a given file, creates a dataset

Parameters:
file - file with response function values
Throws:
java.io.IOException
Method Detail

getSet

public org.jfree.data.statistics.HistogramDataset getSet()
Returns response function dataset

Returns:
response function dataset