Uses of Interface
org.jboss.dna.graph.SubgraphNode

Packages that use SubgraphNode
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of SubgraphNode in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return SubgraphNode
 SubgraphNode SubgraphNode.getNode(Name childName)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode Subgraph.getNode(Name relativePath)
          Get the node at the supplied location.
 SubgraphNode SubgraphNode.getNode(Path relativePath)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode Subgraph.getRoot()
          Get the node that is at the root of the subgraph.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.