|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LinkDirection in story.dbcore.admin |
---|
Methods in story.dbcore.admin with parameters of type LinkDirection | |
---|---|
LinkSet |
DBCAccessor.getLinksOfNode(LinkType linkType,
LinkDirection linkDirection,
NodeAddress node,
boolean directOnly)
Compile a set of nodes that are linked to or from a particular node by a particular type of link. |
RelatedNodes |
Document.getLinksOfNode(NodeAddress nodeAddress,
LinkType linkType,
LinkDirection direction)
Get a RelatedNodes object through which you could query the nodes which link to or from some node in a Document. |
Uses of LinkDirection in story.dbcore.exceptions |
---|
Constructors in story.dbcore.exceptions with parameters of type LinkDirection | |
---|---|
DependedUpon(LinkDirection linkDirection,
Via via)
|
Uses of LinkDirection in story.dbcore.gui |
---|
Methods in story.dbcore.gui with parameters of type LinkDirection | |
---|---|
void |
CoreBrowser.link(LinkDirection direction)
|
Uses of LinkDirection in story.dbcore.links |
---|
Fields in story.dbcore.links declared as LinkDirection | |
---|---|
static LinkDirection |
LinkDirection.FromNode
|
static LinkDirection |
LinkDirection.ToNode
|
Methods in story.dbcore.links that return LinkDirection | |
---|---|
static LinkDirection |
LinkDirection.get(int number)
Return the corresponding LinkDirection for the given Unique ID (see getUniqueID). |
static LinkDirection |
LinkDirection.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
LinkDirection |
LinkLabel.getInstancingDirection()
Return the LinkDirection of the instancing of the link for which this is a label, or null if this is not such a label. |
Methods in story.dbcore.links with parameters of type LinkDirection | |
---|---|
RelatedNodes |
LinkRepository.getLinksOfNode(GenericNode node,
LinkType linkType,
LinkDirection direction)
Get a RelatedNodes of nodes and labels that occur on a given side of a given link to a given node. |
RelatedNodes |
LinkRepository.getLinksOfNode(NodeAddress node,
LinkType linkType,
LinkDirection direction)
Version of getLinksOfNode that accepts a NodeAddress and will have the Document find the GenericNode. |
boolean |
LinkProperties.isValidTypeForLink(NodeType nt,
LinkType lt,
LinkDirection ld)
Can some node type appear on a particular side of some link type? |
Constructors in story.dbcore.links with parameters of type LinkDirection | |
---|---|
LinkLabel(NodeAddress concreteAddress,
NodeInstancing instancing,
LinkDirection instancing_direction)
Constructor that you must use iff this is a LinkLabel for a linkInstancing (e.g., [ex1] = exampleOf(provision(health))). |
|
WritableRelatedNodes(GenericNode newOriginNode,
LinkType newLinkType,
LinkDirection direction,
LinkRepository linkRepository,
boolean simple)
Public constructor. |
Uses of LinkDirection in story.dbcore.nodes |
---|
Methods in story.dbcore.nodes with parameters of type LinkDirection | |
---|---|
WritableRelatedNodes |
GenericNode.getRelatedNodes(LinkType linkType,
LinkDirection linkDirection)
Get the WritableRelatedNodes for this node's outward links to all other nodes. |
Uses of LinkDirection in story.dbcore.parameters |
---|
Methods in story.dbcore.parameters that return LinkDirection | |
---|---|
LinkDirection |
RelatedNodeParameter.getLinkDirection()
Return the link direction. |
LinkDirection |
NumRelatedEqParameter.getLinkDirection()
|
Constructors in story.dbcore.parameters with parameters of type LinkDirection | |
---|---|
NumRelatedEqParameter(VariableID nodeReference,
LinkType linkType,
LinkDirection linkDirection,
int target,
boolean overrideInference)
Constructor. |
|
RelatedNodeParameter(NodeAddress nodeAddress,
LinkType linkType,
LinkDirection linkDirection,
boolean overrideInference)
Constructor with no outreference and an absolute node |
|
RelatedNodeParameter(NodeAddress nodeAddress,
LinkType linkType,
LinkDirection linkDirection,
boolean overrideInference,
VariableID outreference)
Constructor with an outgoing reference ID and an absolute node |
|
RelatedNodeParameter(VariableID nodeReference,
LinkType linkType,
LinkDirection linkDirection,
boolean overrideInference)
Constructor with no outreference and node from a reference |
|
RelatedNodeParameter(VariableID nodeReference,
LinkType linkType,
LinkDirection linkDirection,
boolean overrideInference,
VariableID outreference)
Constructor with an outgoing reference ID and node from a reference |
Uses of LinkDirection in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin with parameters of type LinkDirection | |
---|---|
InterpArcSet |
StoryInterpreter.getLinkedInterpElements(TimelineID timelineID,
InterpElement interpElement,
InterpretativeArcType linkType,
LinkDirection linkDirection)
|
Uses of LinkDirection in story.scheherazade.elements |
---|
Methods in story.scheherazade.elements with parameters of type LinkDirection | |
---|---|
InterpArcSet |
Timeline.getAllLinkedInterpElements(NodeAddress timeline,
InterpElement element,
LinkDirection linkDirection)
|
InterpArcSet |
Timeline.getLinkedInterpElements(NodeAddress timeline,
InterpElement element,
InterpretativeArcType arcType,
LinkDirection linkDirection)
|
InterpArcSet |
Narrative.getLinkedInterpElements(TimelineID timelineID,
InterpElement element,
InterpretativeArcType arcType,
LinkDirection linkDirection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |