org.modeshape.graph
Class Graph.AbstractAction<T>

java.lang.Object
  extended by org.modeshape.graph.Graph.AbstractAction<T>
All Implemented Interfaces:
Graph.Conjunction<T>
Direct Known Subclasses:
Graph.AddValueAction, Graph.ApplyFunctionAction, Graph.CloneAction, Graph.CloneTargetAction, Graph.CopyAction, Graph.CreateAction, Graph.CreateNodeNamedAction, Graph.LockAction, Graph.MoveAction, Graph.RemoveValueAction
Enclosing class:
Graph

@Immutable
protected abstract class Graph.AbstractAction<T>
extends Object
implements Graph.Conjunction<T>


Method Summary
 T and()
          Finish the request and prepare to start another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

and

public T and()
Description copied from interface: Graph.Conjunction
Finish the request and prepare to start another.

Specified by:
and in interface Graph.Conjunction<T>
Returns:
the interface that can be used to start another request; never null


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