EVolve.data
Class Event

java.lang.Object
  |
  +--EVolve.data.Element
        |
        +--EVolve.data.Event
All Implemented Interfaces:
java.lang.Cloneable

public class Event
extends Element


Constructor Summary
(package private) Event(int type, long[] field, boolean isOptional)
           
 
Methods inherited from class EVolve.data.Element
clone, getField, getType, isOptional
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

Event(int type,
      long[] field,
      boolean isOptional)