EVolve.data
Class Element

java.lang.Object
  |
  +--EVolve.data.Element
Direct Known Subclasses:
Entity, Event

public abstract class Element
extends java.lang.Object


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

Constructor Detail

Element

Element(int type,
        int[] field)
Method Detail

getType

public int getType()

getField

public int[] getField()