|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.graph.GraphOps
public class GraphOps
| 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 |
|---|
public GraphOps()
| Method Detail |
|---|
public static boolean containsGraph(DatasetGraph dsg,
Node gn)
public static Graph getGraph(DatasetGraph dsg,
Node gn)
public static Graph unionGraph(DatasetGraph dsg)
public static void addAll(Graph g,
Iterator<Triple> iter)
public static void addAll(Graph g,
Iterable<Triple> iter)
public static void deleteAll(Graph g,
Iterator<Triple> iter)
public static void deleteAll(Graph g,
Iterable<Triple> iter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||