|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |