public class GraphOps extends Object
Constructor and Description |
---|
GraphOps() |
Modifier and Type | Method and Description |
---|---|
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) |
public static boolean containsGraph(DatasetGraph dsg, Node gn)
public static Graph getGraph(DatasetGraph dsg, Node gn)
public static Graph unionGraph(DatasetGraph dsg)
Licenced under the Apache License, Version 2.0