EVolve.data
Class Event

java.lang.Object
  |
  +--EVolve.data.Element
        |
        +--EVolve.data.Event

public class Event
extends Element


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

Constructor Detail

Event

Event(int type,
      int[] field)