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

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

Uses of Graph.RemoveValue in org.modeshape.graph
 

Classes in org.modeshape.graph that implement Graph.RemoveValue
 class Graph.RemoveValueAction<T>
           
 

Methods in org.modeshape.graph that return Graph.RemoveValue
 Graph.RemoveValue<Next> Graph.RemoveValue.andValue(Object value)
          Specifies an additional value to be removed
 Graph.RemoveValue<T> Graph.RemoveValueAction.andValue(Object nextValue)
           
 Graph.RemoveValue<Graph> Graph.removeValue(Object value)
           
 Graph.RemoveValue<Graph.Batch> Graph.Batch.removeValue(Object value)
           
 



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