Uses of Class
story.dbcore.links.LinkSet

Packages that use LinkSet
story.dbcore.admin   
story.dbcore.links   
story.scheherazade.elements   
 

Uses of LinkSet in story.dbcore.admin
 

Methods in story.dbcore.admin that return LinkSet
 LinkSet DBCAccessor.getLinksFromNode(NodeAddress node, LinkType linkType, boolean directOnly)
          Compile a set of nodes that are linked from a particular node by a particular type of link.
 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.
 LinkSet DBCAccessor.getLinksToNode(LinkType linkType, NodeAddress node, boolean directOnly)
          Compile a set of nodes that are linked to a particular node by a particular type of link.
 

Uses of LinkSet in story.dbcore.links
 

Subclasses of LinkSet in story.dbcore.links
 class WritableLinkSet
          Extension of LinkSet supporting write operations.
 

Methods in story.dbcore.links that return LinkSet
 LinkSet RelatedNodes.getLinkSet(boolean overrideInference)
          Compile and reveal a LinkSet of nodes related to this node.
 

Methods in story.dbcore.links with parameters of type LinkSet
 void WritableLinkSet.absorb(LinkSet other)
          Add all the contents of another LinkSet in this one.
 

Uses of LinkSet in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return LinkSet
 LinkSet Timeline.getLinksFromNode(NodeAddress node, LinkType linkType, boolean directOnly)
          Have the DBCA retrieve linked nodes on someone's behalf
 



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