|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.huguesjohnson.tiamat.ScriptTableValue
public class ScriptTableValue
ScriptTableValue - value stored in a GameScript
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 |
---|
public java.util.ArrayList<Event> events
Constructor Detail |
---|
public ScriptTableValue()
public ScriptTableValue(Event[] events)
events
- The Events stored in this value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |