org.jboss.dna.graph
Interface Graph.Copy<Next>

Type Parameters:
Next - The interface that is to be returned when this request is completed
All Superinterfaces:
Graph.And<Graph.Copy<Next>>, Graph.Into<Next>
Enclosing class:
Graph

public static interface Graph.Copy<Next>
extends Graph.Into<Next>, Graph.And<Graph.Copy<Next>>

The interface for defining additional nodes to be copied and the parent into which the node(s) are to be copied. where the node(s) are to be moved.

Author:
Randall Hauch

Method Summary
 
Methods inherited from interface org.jboss.dna.graph.Graph.Into
into, into, into, into, into, into
 
Methods inherited from interface org.jboss.dna.graph.Graph.And
and, and, and, and, and, and
 



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