Package org.topbraid.jenax.util
Class TransparentWrappedGraph
java.lang.Object
org.apache.jena.graph.impl.WrappedGraph
org.topbraid.jenax.util.TransparentWrappedGraph
- All Implemented Interfaces:
org.apache.jena.graph.Graph,org.apache.jena.graph.impl.GraphWithPerform
- Direct Known Subclasses:
DiffGraph
public class TransparentWrappedGraph
extends org.apache.jena.graph.impl.WrappedGraph
A WrappedGraph that allows access to its delegate with a debug-friendly public method.
- Author:
- Holger Knublauch
-
Field Summary
Fields inherited from class org.apache.jena.graph.impl.WrappedGraph
base, gemFields inherited from interface org.apache.jena.graph.Graph
emptyGraph -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.graph.impl.WrappedGraph
add, clear, close, contains, contains, delete, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, getWrapped, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, remove, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.graph.Graph
add, delete, find, stream, stream
-
Constructor Details
-
TransparentWrappedGraph
public TransparentWrappedGraph(org.apache.jena.graph.Graph delegate)
-
-
Method Details
-
getDelegate
public org.apache.jena.graph.Graph getDelegate()
-