com.hp.hpl.jena.sparql.modify
Class GraphStoreUtils

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.GraphStoreUtils

public class GraphStoreUtils
extends Object


Constructor Summary
GraphStoreUtils()
           
 
Method Summary
static void action(GraphStore graphStore, List<com.hp.hpl.jena.graph.Node> graphNodes, GraphStoreAction action)
           
static void action(GraphStore graphStore, com.hp.hpl.jena.graph.Node graphName, GraphStoreAction action)
           
static void actionAll(GraphStore graphStore, GraphStoreAction action)
           
static void sendToAll(GraphStore graphStore, Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphStoreUtils

public GraphStoreUtils()
Method Detail

sendToAll

public static void sendToAll(GraphStore graphStore,
                             Object object)

actionAll

public static void actionAll(GraphStore graphStore,
                             GraphStoreAction action)

action

public static void action(GraphStore graphStore,
                          com.hp.hpl.jena.graph.Node graphName,
                          GraphStoreAction action)

action

public static void action(GraphStore graphStore,
                          List<com.hp.hpl.jena.graph.Node> graphNodes,
                          GraphStoreAction action)


Licenced under the Apache License, Version 2.0