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

Type Parameters:
Next - the interface that will be used to start another request
All Known Subinterfaces:
Graph.BatchConjunction, Graph.Create<Next>, Graph.CreateAt<Next>, Graph.GetNodeConjunction<Next>
All Known Implementing Classes:
Graph.AddValueAction, Graph.CloneAction, Graph.CloneTargetAction, Graph.RemoveValueAction
Enclosing class:
Graph

public static interface Graph.Conjunction<Next>

A interface that can be used to finish the current request and start another.

Author:
Randall Hauch

Method Summary
 Next and()
          Finish the request and prepare to start another.
 

Method Detail

and

Next and()
Finish the request and prepare to start another.

Returns:
the interface that can be used to start another request; never null


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