story.scheherazade.elements
Class InterpArc
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpArc
public InterpArc(InterpElement from,
InterpretativeArcType arcType,
InterpElement to)
from
public InterpElement from()
to
public InterpElement to()
arcType
public InterpretativeArcType arcType()
Copyright © 2011 David K. Elson. All Rights Reserved.