Class BgpNodeImpl

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.facete.v3.bgp.impl.BgpNodeImpl
All Implemented Interfaces:
TraversalNode<BgpNode,BgpDirNode,BgpMultiNode>, BgpNode, org.apache.jena.graph.FrontsNode, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource

public class BgpNodeImpl extends org.apache.jena.rdf.model.impl.ResourceImpl implements BgpNode
Notes for model revision: - Right now we assume that the parent is reached by traversing 'one' in reverse direction This will break once we add the conjunctive constraint features to multinode.
Author:
Claus Stadler, Dec 27, 2018
  • Field Summary

    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
    BgpNodeImpl(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph m)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    as(String varName)
     
    as(org.apache.jena.sparql.core.Var var)
     
    bwd()
     
    Map<org.apache.jena.rdf.model.Resource,BgpMultiNode>
     
     
    Map<org.apache.jena.rdf.model.Resource,BgpMultiNode>
    createMap(org.apache.jena.rdf.model.Property p)
     
    fwd()
     
    Map<org.apache.jena.rdf.model.Resource,BgpMultiNode>
     
     
     
     
    static void
    ISSUE What if a reaching predicate already exists as a child (fwd or bwd) predicate? { distribution: { on: { } }

    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, asStatementTerm, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, 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, isStatementTerm, 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 org.apache.jena.rdf.model.RDFNode

    as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, 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, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties

    Methods inherited from interface org.aksw.facete.v3.api.traversal.TraversalNode

    bwd, bwd, bwd, canOpt, fwd, fwd, fwd, opt, step, step, step, step, step, walk, walk, walk, walkAliased
  • Constructor Details

    • BgpNodeImpl

      public BgpNodeImpl(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph m)
  • Method Details