Class History
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
History
public History(int genNum)
- Constructor for objects of class History
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)