classifier.nn
Class NEvent

java.lang.Object
  extended byclassifier.GenericEvent
      extended byclassifier.nn.NEvent
All Implemented Interfaces:
java.io.Serializable

public class NEvent
extends GenericEvent
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int cycleEnded
           
static int testErrorCondition
           
 
Constructor Summary
NEvent(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

testErrorCondition

public static final int testErrorCondition
See Also:
Constant Field Values

cycleEnded

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

NEvent

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

toString

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