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

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

Uses of Graph.SetValues in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.SetValues
 Graph.SetValues<Graph.Conjunction<Graph>> Graph.set(Name propertyName)
          Set a property on a node, starting with the name.
 Graph.SetValues<Graph.BatchConjunction> Graph.Batch.set(Name propertyName)
          Set a property on a node, starting with the name.
 Graph.SetValues<Graph.Conjunction<Graph>> Graph.set(String propertyName)
          Set a property on a node, starting with the name.
 Graph.SetValues<Graph.BatchConjunction> Graph.Batch.set(String propertyName)
          Set a property on a node, starting with the name.
 



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