Uses of Class
story.dbcore.links.RelatedNodes

Packages that use RelatedNodes
story.dbcore.admin   
story.dbcore.links   
 

Uses of RelatedNodes in story.dbcore.admin
 

Methods in story.dbcore.admin that return RelatedNodes
 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 RelatedNodes in story.dbcore.links
 

Subclasses of RelatedNodes in story.dbcore.links
 class WritableRelatedNodes
          Extension of RelatedNodes that supports write operations and thus should not be passed around out of the LinkRepository.
 

Methods in story.dbcore.links that return RelatedNodes
 RelatedNodes LinkRepository.getLinksFromNode(GenericNode from, LinkType linkType)
          Get a RelatedNodes of nodes and labels that occur on the right side of a given link from a given node.
 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.
 RelatedNodes LinkRepository.getLinksToNode(GenericNode to, LinkType linkType)
          Get a RelatedNodes of nodes and labels that occur on the left side of a given link to a given node.
 



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