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

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

Uses of Graph.AddValue in org.modeshape.graph
 

Classes in org.modeshape.graph that implement Graph.AddValue
 class Graph.AddValueAction<T>
           
 

Methods in org.modeshape.graph that return Graph.AddValue
 Graph.AddValue<Graph> Graph.addValue(Object value)
           
 Graph.AddValue<Graph.Batch> Graph.Batch.addValue(Object value)
           
 Graph.AddValue<Next> Graph.AddValue.andValue(Object value)
          Specifies an additional value to be added
 Graph.AddValue<T> Graph.AddValueAction.andValue(Object nextValue)
           
 



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