classifier.gp
Class GPEvent

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

public class GPEvent
extends GenericEvent
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int generationCycleEnded
           
 
Constructor Summary
GPEvent(java.lang.Object source, int id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class classifier.GenericEvent
getID, getSource, getWhen, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

generationCycleEnded

public static final int generationCycleEnded
See Also:
Constant Field Values
Constructor Detail

GPEvent

public GPEvent(java.lang.Object source,
               int id)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class GenericEvent