Class History

java.lang.Object
  extended by History

public class History
extends Object

Version:
1.0 Oct. 24, 2010
Author:
Shing Hei Zhan

Constructor Summary
History(int genNum)
          Constructor for objects of class History
 
Method Summary
 int getColLen()
           
 double[] getColVal(int colNum)
           
 int getRowLen()
          access methods
 double[] getRowVal(int rowNum)
           
 void updateHistory(double[] vars, int genNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History(int genNum)
Constructor for objects of class History

Method Detail

getColLen

public int getColLen()

getColVal

public double[] getColVal(int colNum)

getRowLen

public int getRowLen()
access methods


getRowVal

public double[] getRowVal(int rowNum)

updateHistory

public void updateHistory(double[] vars,
                          int genNum)