Package org.aksw.facete.v3.bgp.api
Interface BgpNode
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource,TraversalNode<BgpNode,BgpDirNode, BgpMultiNode>
public interface BgpNode
extends TraversalNode<BgpNode,BgpDirNode,BgpMultiNode>, org.apache.jena.rdf.model.Resource
-
Method Summary
Modifier and TypeMethodDescriptionalias()as(org.apache.jena.sparql.core.Var var) bwd()Map<org.apache.jena.rdf.model.Resource,BgpMultiNode> chRoot()static Fragment2fwd()Map<org.apache.jena.rdf.model.Resource,BgpMultiNode> static Fragment2getReachingRelation(BgpNode state) Get the set of simple constraints affecting this facet.parent()root()static org.apache.jena.sparql.path.PathtoSparqlPath(BgpNode node) static List<org.apache.jena.sparql.path.P_Path0>toSparqlSteps(BgpNode node) static org.apache.jena.sparql.path.P_Path0toStep(BgpMultiNode node) static org.apache.jena.sparql.path.P_Path0Methods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, 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, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
-
Method Details
-
fwd
BgpDirNode fwd()- Specified by:
fwdin interfaceTraversalNode<BgpNode,BgpDirNode, BgpMultiNode>
-
bwd
BgpDirNode bwd()- Specified by:
bwdin interfaceTraversalNode<BgpNode,BgpDirNode, BgpMultiNode>
-
fwdMultiNodes
Map<org.apache.jena.rdf.model.Resource,BgpMultiNode> fwdMultiNodes() -
bwdMultiNodes
Map<org.apache.jena.rdf.model.Resource,BgpMultiNode> bwdMultiNodes() -
chRoot
BgpNode chRoot() -
toStep
-
toStep
-
toSparqlPath
-
toSparqlSteps
-
as
-
as
-
alias
String alias() -
parent
BgpMultiNode parent() -
root
BgpNode root() -
getReachingRelation
Get the set of simple constraints affecting this facet. Simple constraints are expressions making use of only a single variable. The set of constraints is treated as a disjunction -
create
-