Uses of Interface
org.modeshape.graph.Graph.At

Packages that use Graph.At
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.At in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.At
 Graph.At<Subgraph> Graph.getSubgraphOfDepth(int depth)
          Request to read a subgraph of the specified depth, rooted at a location that will be specified via at(...)
 Graph.At<Graph.BatchConjunction> Graph.Batch.readSubgraphOfDepth(int depth)
          Request to read a subgraph of the specified depth, rooted at a location that will be specified via at(...)
 



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