story.scheherazade.misc
Class AssignedInterpNodeSet

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

public class AssignedInterpNodeSet
extends java.lang.Object

A set of AssignedInterpNodes sorted by creation time


Constructor Summary
AssignedInterpNodeSet()
           
 
Method Summary
 void add(AssignedInterpNode node)
           
 void add(AssignedInterpNodeSet set)
           
 void add(InterpElementSet set)
           
 java.util.Iterator<AssignedInterpNode> 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

AssignedInterpNodeSet

public AssignedInterpNodeSet()
Method Detail

add

public void add(AssignedInterpNode node)

add

public void add(AssignedInterpNodeSet set)

add

public void add(InterpElementSet set)

iterator

public java.util.Iterator<AssignedInterpNode> iterator()

size

public int size()

render

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


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