story.scheherazade.elements
Class InterpChainLink

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

public class InterpChainLink
extends java.lang.Object


Constructor Summary
InterpChainLink(InterpretativeArcType incomingArc, InterpElement element)
           
 
Method Summary
 void addOutgoingFork(InterpChainLink fork)
           
 InterpretativeArcType getArcType()
           
 InterpElement getElement()
           
 InterpChainLink getOutgoingFork(int order)
           
 InterpElementSet manifest()
           
 int numOutgoingForks()
           
 java.lang.StringBuffer render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpChainLink

public InterpChainLink(InterpretativeArcType incomingArc,
                       InterpElement element)
Method Detail

addOutgoingFork

public void addOutgoingFork(InterpChainLink fork)

manifest

public InterpElementSet manifest()
                          throws Scheherexception
Throws:
Scheherexception

render

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

numOutgoingForks

public int numOutgoingForks()

getElement

public InterpElement getElement()

getArcType

public InterpretativeArcType getArcType()

getOutgoingFork

public InterpChainLink getOutgoingFork(int order)
                                throws Scheherexception
Throws:
Scheherexception


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