story.scheherazade.misc
Class ActionTypeSet

java.lang.Object
  extended by story.scheherazade.misc.ActionTypeSet
All Implemented Interfaces:
ScheherIDSet

public class ActionTypeSet
extends java.lang.Object
implements ScheherIDSet

A set of ActionTypes


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

Constructor Detail

ActionTypeSet

public ActionTypeSet()
Method Detail

add

public void add(ActionType name)

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface ScheherIDSet

sortedIterator

public java.util.Iterator sortedIterator()

size

public int size()
Specified by:
size in interface ScheherIDSet


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