story.scheherazade.elements
Class InterpArcSet

java.lang.Object
  extended by story.scheherazade.elements.InterpArcSet

public class InterpArcSet
extends java.lang.Object

A set of InterpArcs.


Constructor Summary
InterpArcSet()
           
 
Method Summary
 void add(InterpArc arc)
           
 void add(InterpArcSet other)
           
 InterpArc getFirstArc()
           
 java.util.Iterator<InterpArc> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpArcSet

public InterpArcSet()
Method Detail

iterator

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

add

public void add(InterpArc arc)

add

public void add(InterpArcSet other)

size

public int size()

getFirstArc

public InterpArc getFirstArc()
                      throws Scheherexception
Throws:
Scheherexception


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