Package org.aksw.facete.v3.bgp.api
Interface BgpMultiNode
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource,TraversalMultiNode<BgpNode>
public interface BgpMultiNode
extends org.apache.jena.rdf.model.Resource, TraversalMultiNode<BgpNode>
-
Method Summary
Methods 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, toStringMethods inherited from interface org.aksw.facete.v3.api.traversal.TraversalMultiNode
list, viaAlias
-
Method Details
-
parent
BgpNode parent() -
reachingProperty
org.apache.jena.rdf.model.Property reachingProperty() -
getDirection
Direction getDirection() -
one
BgpNode one()getOrCreate the one single alias - and marks it as the default - for this multi node. Raises an exception if multiple default aliases exist- Specified by:
onein interfaceTraversalMultiNode<BgpNode>
-
contains
-
children
Collection<BgpNode> children()
-