classifier.gp
Class Generation

java.lang.Object
  extended byclassifier.gp.Generation
All Implemented Interfaces:
java.io.Serializable

public class Generation
extends java.lang.Object
implements java.io.Serializable

Data structure to allow serialization of populations

Version:
0.1
Author:
Sacchi Matteo, Sassi Federico
See Also:
Serialized Form

Constructor Summary
Generation(int id)
           
 
Method Summary
 void addPopulations(Population[] population)
           
 int getID()
           
 Population[] getPopulations()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Generation

public Generation(int id)
Method Detail

addPopulations

public void addPopulations(Population[] population)

getPopulations

public Population[] getPopulations()

toString

public java.lang.String toString()

getID

public int getID()