org.modeshape.graph
Interface Graph.WithScope<Next>

Type Parameters:
Next - The interface that is to be returned when constructing this request is completed.
All Superinterfaces:
Graph.To<Next>
All Known Subinterfaces:
Graph.ApplyFunction<Next>, Graph.WithInput<Next>
All Known Implementing Classes:
Graph.ApplyFunctionAction
Enclosing class:
Graph

public static interface Graph.WithScope<Next>
extends Graph.To<Next>

The interface for defining the content scope of a function.


Method Summary
 
Methods inherited from interface org.modeshape.graph.Graph.To
to, to, to
 



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