com.huguesjohnson.tiamat.demos.Camineet
Class GameScript.ScriptTableKey

java.lang.Object
  extended bycom.huguesjohnson.tiamat.demos.Camineet.GameScript.ScriptTableKey
Enclosing class:
GameScript

public class GameScript.ScriptTableKey
extends java.lang.Object


Field Summary
 java.util.ArrayList conditions
           
 Event event
           
 
Constructor Summary
GameScript.ScriptTableKey(Event event, java.lang.String[] conditions)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public Event event

conditions

public java.util.ArrayList conditions
Constructor Detail

GameScript.ScriptTableKey

public GameScript.ScriptTableKey(Event event,
                                 java.lang.String[] conditions)
Method Detail

equals

public boolean equals(java.lang.Object object)

hashCode

public int hashCode()