story.scheherazade.misc
Class InterpElementSet

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

public class InterpElementSet
extends java.lang.Object

A set of InterpElements.


Constructor Summary
InterpElementSet()
           
 
Method Summary
 void add(InterpElement element)
           
 void add(InterpElementSet other)
           
 boolean contains(InterpElement element)
           
 boolean containsInterpProposition()
           
 java.util.Iterator iterator()
           
 java.lang.StringBuffer render()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpElementSet

public InterpElementSet()
Method Detail

add

public void add(InterpElement element)
         throws Scheherexception
Throws:
Scheherexception

add

public void add(InterpElementSet other)
         throws Scheherexception
Throws:
Scheherexception

contains

public boolean contains(InterpElement element)
                 throws Scheherexception
Throws:
Scheherexception

containsInterpProposition

public boolean containsInterpProposition()
                                  throws Scheherexception
Throws:
Scheherexception

iterator

public java.util.Iterator iterator()

size

public int size()

render

public java.lang.StringBuffer render()
                              throws Scheherexception
Throws:
Scheherexception


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