story.scheherazade.elements
Class InterpArc

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

public class InterpArc
extends java.lang.Object

An arc between two InterpElements. A "snapshot" object that should not be stored as it may get out of sync with the underlying graph.


Constructor Summary
InterpArc(InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 
Method Summary
 InterpretativeArcType arcType()
           
 InterpElement from()
           
 InterpElement to()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpArc

public InterpArc(InterpElement from,
                 InterpretativeArcType arcType,
                 InterpElement to)
Method Detail

from

public InterpElement from()

to

public InterpElement to()

arcType

public InterpretativeArcType arcType()


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