public class MGraphUtils extends Object
MGraph
sModifier and Type | Class and Description |
---|---|
static class |
MGraphUtils.NoSuchSubGraphException |
Constructor and Description |
---|
MGraphUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
removeSubGraph(MGraph mGraph,
TripleCollection subGraph)
Removes a subGraph from an MGraph.
|
public static void removeSubGraph(MGraph mGraph, TripleCollection subGraph) throws MGraphUtils.NoSuchSubGraphException
subGraph
each triple it appears in is also present in mGraph
. Two
bnodes are considered equals if their contexts (as returned by
GraphNode.getNodeContext
are equals.mGraph
- subGraph
- MGraphUtils.NoSuchSubGraphException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.