com.huguesjohnson.tiamat
Class ScriptTableValue

java.lang.Object
  extended by com.huguesjohnson.tiamat.ScriptTableValue

public class ScriptTableValue
extends java.lang.Object

ScriptTableValue - value stored in a GameScript

Author:
Hugues Johnson

Field Summary
 java.util.ArrayList<Event> events
          The Events stored in this value.
 
Constructor Summary
ScriptTableValue()
          Create a new instance of ScriptTableValue.
ScriptTableValue(Event[] events)
          Create a new instance of ScriptTableValue.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

events

public java.util.ArrayList<Event> events
The Events stored in this value.

Constructor Detail

ScriptTableValue

public ScriptTableValue()
Create a new instance of ScriptTableValue.


ScriptTableValue

public ScriptTableValue(Event[] events)
Create a new instance of ScriptTableValue.

Parameters:
events - The Events stored in this value.