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.WrappedGraphA WrappedGraph that allows access to its delegate with a debug-friendly public method.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description TransparentWrappedGraph(org.apache.jena.graph.Graph delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.graph.GraphgetDelegate()-
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, size
-
-