Uses of Class
story.scheherazade.misc.InterpretativeArcType

Packages that use InterpretativeArcType
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.exceptions   
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of InterpretativeArcType in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type InterpretativeArcType
 InterpArcSet StoryInterpreter.getLinkedInterpElements(TimelineID timelineID, InterpElement interpElement, InterpretativeArcType linkType, LinkDirection linkDirection)
           
 void StoryInterpreter.linkInterpElements(TimelineID timeline, InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 void StoryInterpreter.unlinkInterpElements(TimelineID timeline, InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 

Uses of InterpretativeArcType in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return InterpretativeArcType
 InterpretativeArcType InterpArc.arcType()
           
 InterpretativeArcType InterpChainLink.getArcType()
           
 

Methods in story.scheherazade.elements with parameters of type InterpretativeArcType
 void PredicateCalculusModel.declareArc(InterpretativeArcType arc, NodeAddress from, NodeAddress to)
           
 InterpChainLink Timeline.getInterpChain(NodeAddress timeline, InterpretativeArcType incomingArcType, InterpElement element)
          Compiles an interp chain (possibly forking into many chains) starting at the designated element.
 InterpArcSet Timeline.getLinkedInterpElements(NodeAddress timeline, InterpElement element, InterpretativeArcType arcType, LinkDirection linkDirection)
           
 InterpArcSet Narrative.getLinkedInterpElements(TimelineID timelineID, InterpElement element, InterpretativeArcType arcType, LinkDirection linkDirection)
           
 void Timeline.linkInterpElements(NodeAddress timeline, InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 void Narrative.linkInterpElements(TimelineID timelineID, InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 void Timeline.unlinkInterpElements(NodeAddress timeline, InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 void Narrative.unlinkInterpElements(TimelineID timelineID, InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
 

Constructors in story.scheherazade.elements with parameters of type InterpretativeArcType
InterpArc(InterpElement from, InterpretativeArcType arcType, InterpElement to)
           
InterpChainLink(InterpretativeArcType incomingArc, InterpElement element)
           
 

Uses of InterpretativeArcType in story.scheherazade.exceptions
 

Methods in story.scheherazade.exceptions that return InterpretativeArcType
 InterpretativeArcType CircularLink.arcType()
           
 

Constructors in story.scheherazade.exceptions with parameters of type InterpretativeArcType
CircularLink(InterpElement from, InterpretativeArcType arcType, InterpElement to, NodeAddressSet bannedLineage, InterpElement offendingLink, NodeAddressSet offendingLineage)
           
 

Uses of InterpretativeArcType in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as InterpretativeArcType
static InterpretativeArcType InterpretativeArcType.Actualizes
           
static InterpretativeArcType InterpretativeArcType.AttemptToCause
           
static InterpretativeArcType InterpretativeArcType.AttemptToPrevent
           
static InterpretativeArcType InterpretativeArcType.Because
           
static InterpretativeArcType InterpretativeArcType.Causes
           
static InterpretativeArcType InterpretativeArcType.Ceases
           
static InterpretativeArcType InterpretativeArcType.Damages
           
static InterpretativeArcType InterpretativeArcType.FollowedBy
           
static InterpretativeArcType InterpretativeArcType.Implies
           
static InterpretativeArcType InterpretativeArcType.InterpNodeIn
           
static InterpretativeArcType InterpretativeArcType.InterpretedAs
           
static InterpretativeArcType InterpretativeArcType.Modifies
           
static InterpretativeArcType InterpretativeArcType.PreconditionFor
           
static InterpretativeArcType InterpretativeArcType.ProvidesFor
           
static InterpretativeArcType InterpretativeArcType.WouldCause
           
static InterpretativeArcType InterpretativeArcType.WouldPrevent
           
 

Methods in story.scheherazade.misc that return InterpretativeArcType
static InterpretativeArcType InterpretativeArcType.get(int number)
          Return the corresponding InterpretativeArcType for the given Unique ID (see getUniqueID).
static InterpretativeArcType InterpretativeArcType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 

Methods in story.scheherazade.misc with parameters of type InterpretativeArcType
static boolean STools.isValidInterpLeftType(InterpretativeNodeType nodeType, InterpretativeArcType arcType)
           
static boolean STools.isValidInterpRightType(InterpretativeNodeType nodeType, InterpretativeArcType arcType)
           
 

Uses of InterpretativeArcType in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil with parameters of type InterpretativeArcType
static java.awt.Color InterpretativeEditor.getColor(InterpretativeArcType arcType)
           
 



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