com.hp.hpl.jena.sparql.graph
Class GraphOps

java.lang.Object
  extended by com.hp.hpl.jena.sparql.graph.GraphOps

public class GraphOps
extends Object


Constructor Summary
GraphOps()
           
 
Method Summary
static void addAll(Graph g, Iterable<Triple> iter)
           
static void addAll(Graph g, Iterator<Triple> iter)
           
static boolean containsGraph(DatasetGraph dsg, Node gn)
           
static void deleteAll(Graph g, Iterable<Triple> iter)
           
static void deleteAll(Graph g, Iterator<Triple> iter)
           
static Graph getGraph(DatasetGraph dsg, Node gn)
           
static Graph unionGraph(DatasetGraph dsg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphOps

public GraphOps()
Method Detail

containsGraph

public static boolean containsGraph(DatasetGraph dsg,
                                    Node gn)

getGraph

public static Graph getGraph(DatasetGraph dsg,
                             Node gn)

unionGraph

public static Graph unionGraph(DatasetGraph dsg)

addAll

public static void addAll(Graph g,
                          Iterator<Triple> iter)

addAll

public static void addAll(Graph g,
                          Iterable<Triple> iter)

deleteAll

public static void deleteAll(Graph g,
                             Iterator<Triple> iter)

deleteAll

public static void deleteAll(Graph g,
                             Iterable<Triple> iter)


Licenced under the Apache License, Version 2.0