story.scheherazade.exceptions
Class CircularLink

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by story.dbcore.exceptions.Scheherexception
              extended by story.scheherazade.exceptions.CircularLink
All Implemented Interfaces:
java.io.Serializable

public class CircularLink
extends Scheherexception

Adding an interp arc there would create a cyclic interpretative chain.

See Also:
Serialized Form

Constructor Summary
CircularLink(InterpElement from, InterpretativeArcType arcType, InterpElement to, NodeAddressSet bannedLineage, InterpElement offendingLink, NodeAddressSet offendingLineage)
           
 
Method Summary
 InterpretativeArcType arcType()
           
 NodeAddressSet bannedLineage()
           
 InterpElement from()
           
 NodeAddressSet offendingLinage()
           
 InterpElement offendingLink()
           
 java.lang.StringBuffer render(StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners)
           
 InterpElement to()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CircularLink

public CircularLink(InterpElement from,
                    InterpretativeArcType arcType,
                    InterpElement to,
                    NodeAddressSet bannedLineage,
                    InterpElement offendingLink,
                    NodeAddressSet offendingLineage)
Method Detail

from

public InterpElement from()

to

public InterpElement to()

offendingLink

public InterpElement offendingLink()

arcType

public InterpretativeArcType arcType()

offendingLinage

public NodeAddressSet offendingLinage()

bannedLineage

public NodeAddressSet bannedLineage()

render

public java.lang.StringBuffer render(StoryInterpreter story,
                                     Verbalizer verbalizer,
                                     PlannerRepository planners)
                              throws Scheherexception
Throws:
Scheherexception


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