Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jena.graph.Graph getDelegate()  
      • 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 interface org.apache.jena.graph.Graph

        add, delete, find, stream, stream
    • Constructor Detail

      • TransparentWrappedGraph

        public TransparentWrappedGraph​(org.apache.jena.graph.Graph delegate)
    • Method Detail

      • getDelegate

        public org.apache.jena.graph.Graph getDelegate()