net.sf.amiba.impl.scientific
Class FitnessCaseGenerator

Object
  extended by FitnessCaseGenerator

public class FitnessCaseGenerator
extends Object

a class that will generate random fitness cases for an equation and write them to the specified file

Author:
juber patel

Constructor Summary
FitnessCaseGenerator()
           
 
Method Summary
static void generate(int number, String location)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitnessCaseGenerator

public FitnessCaseGenerator()
Method Detail

generate

public static void generate(int number,
                            String location)
                     throws ParserConfigurationException,
                            IOException
Throws:
ParserConfigurationException
IOException