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

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

Uses of Graph.And in org.modeshape.graph
 

Subinterfaces of Graph.And in org.modeshape.graph
static interface Graph.Copy<Next>
          The interface for defining additional nodes to be copied and the locations where the copy is to be placed.
static interface Graph.Move<Next>
          The interface for defining additional nodes to be moved and the parent into which the node(s) are to be moved.
 

Classes in org.modeshape.graph that implement Graph.And
protected  class Graph.CopyAction<T>
           
protected  class Graph.MoveAction<T>
           
 



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