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, gem

    Fields inherited from interface org.apache.jena.graph.Graph

    emptyGraph
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransparentWrappedGraph(org.apache.jena.graph.Graph delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.graph.Graph
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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()