Class RdfEntryDelegateBase<K extends org.apache.jena.rdf.model.RDFNode,V extends org.apache.jena.rdf.model.RDFNode>

java.lang.Object
org.apache.jena.enhanced.Polymorphic<org.apache.jena.rdf.model.RDFNode>
org.apache.jena.enhanced.EnhNode
org.apache.jena.rdf.model.impl.ResourceImpl
org.aksw.jena_sparql_api.utils.views.map.RdfEntryBase<K,V>
org.aksw.jena_sparql_api.utils.views.map.RdfEntryDelegateBase<K,V>
All Implemented Interfaces:
Map.Entry<K,V>, RdfEntry<K,V>, RdfEntryDelegate<K,V>, org.apache.jena.graph.FrontsNode, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource
Direct Known Subclasses:
RdfEntryWithCast

public abstract class RdfEntryDelegateBase<K extends org.apache.jena.rdf.model.RDFNode,V extends org.apache.jena.rdf.model.RDFNode> extends RdfEntryBase<K,V> implements RdfEntryDelegate<K,V>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected RdfEntry<?,?>
     

    Fields inherited from class org.apache.jena.rdf.model.impl.ResourceImpl

    factory, rdfNodeFactory

    Fields inherited from class org.apache.jena.enhanced.EnhNode

    enhGraph, node
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.aksw.jena_sparql_api.utils.views.map.RdfEntryBase

    inModel, toString

    Methods inherited from class org.apache.jena.rdf.model.impl.ResourceImpl

    abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, asLiteral, asResource, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getStmtTerm, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, listProperties, listProperties, listProperties, mustHaveModel, removeAll, removeProperties, visitWith

    Methods inherited from class org.apache.jena.enhanced.EnhNode

    as, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isStmtResource, isURIResource, isValid, viewAs

    Methods inherited from class org.apache.jena.enhanced.Polymorphic

    addView, alreadyHasView, asInternal, supports

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.jena.graph.FrontsNode

    asNode

    Methods inherited from interface java.util.Map.Entry

    equals, getKey, getValue, hashCode, setValue

    Methods inherited from interface org.aksw.jena_sparql_api.utils.views.map.RdfEntry

    getOwner, inModel

    Methods inherited from interface org.aksw.jena_sparql_api.utils.views.map.RdfEntryDelegate

    getOwnerProperty

    Methods inherited from interface org.apache.jena.rdf.model.RDFNode

    as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isStmtResource, isURIResource, visitWith

    Methods inherited from interface org.apache.jena.rdf.model.Resource

    abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getStmtTerm, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
  • Field Details

    • delegate

      protected RdfEntry<?,?> delegate
  • Constructor Details

    • RdfEntryDelegateBase

      public RdfEntryDelegateBase(RdfEntry<?,?> delegate)
  • Method Details

    • getDelegate

      public RdfEntry<?,?> getDelegate()
      Specified by:
      getDelegate in interface RdfEntryDelegate<K extends org.apache.jena.rdf.model.RDFNode,V extends org.apache.jena.rdf.model.RDFNode>