story.scheherazade.misc
Class ActionSet

java.lang.Object
  extended by story.scheherazade.misc.ActionSet

public class ActionSet
extends java.lang.Object

A set of Actions


Constructor Summary
ActionSet()
           
 
Method Summary
 void add(Action action)
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionSet

public ActionSet()
Method Detail

add

public void add(Action action)

iterator

public java.util.Iterator iterator()

size

public int size()


Copyright © 2011 David K. Elson. All Rights Reserved.