Class RdfEntryOwnerBase<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.RdfEntryOwnerBase<K,V>
- All Implemented Interfaces:
Map.Entry<K,,V> RdfEntry<K,,V> org.apache.jena.graph.FrontsNode,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
- Direct Known Subclasses:
RdfEntryK,RdfEntryKv
public abstract class RdfEntryOwnerBase<K extends org.apache.jena.rdf.model.RDFNode,V extends org.apache.jena.rdf.model.RDFNode>
extends RdfEntryBase<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.rdf.model.Propertyprotected org.apache.jena.rdf.model.PropertyThe property which links from this entry to the owning mapFields inherited from class org.apache.jena.rdf.model.impl.ResourceImpl
factory, rdfNodeFactoryFields inherited from class org.apache.jena.enhanced.EnhNode
enhGraph, node -
Constructor Summary
ConstructorsConstructorDescriptionRdfEntryOwnerBase(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph g, org.apache.jena.rdf.model.Property ownerProperty, org.apache.jena.rdf.model.Property keyProperty) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Propertyorg.apache.jena.rdf.model.PropertyMethods inherited from class org.aksw.jena_sparql_api.utils.views.map.RdfEntryBase
inModel, toStringMethods 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, visitWithMethods inherited from class org.apache.jena.enhanced.EnhNode
as, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isStmtResource, isURIResource, isValid, viewAsMethods inherited from class org.apache.jena.enhanced.Polymorphic
addView, alreadyHasView, asInternal, supportsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isStmtResource, isURIResource, visitWithMethods 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
-
Field Details
-
ownerProperty
protected org.apache.jena.rdf.model.Property ownerPropertyThe property which links from this entry to the owning map -
keyProperty
protected org.apache.jena.rdf.model.Property keyProperty
-
-
Constructor Details
-
RdfEntryOwnerBase
public RdfEntryOwnerBase(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph g, org.apache.jena.rdf.model.Property ownerProperty, org.apache.jena.rdf.model.Property keyProperty)
-
-
Method Details
-
getOwnerProperty
public org.apache.jena.rdf.model.Property getOwnerProperty() -
getKeyProperty
public org.apache.jena.rdf.model.Property getKeyProperty()
-