Uses of Interface
org.jboss.dna.graph.Graph.SetValues

Packages that use Graph.SetValues
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.SetValues in org.jboss.dna.graph
 

Methods in org.jboss.dna.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-2009 JBoss, a division of Red Hat. All Rights Reserved.