Uses of Interface
org.eclipse.rdf4j.model.BNode
Packages that use BNode
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Interfaces and classes for handling queries and query results.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
Parsers and writers for the
SPARQL Query Results XML Format
Helper classes for working with Repositories.
Parser/writer for the RDF4J binary RDF format.
Provides helpers classes for Rio.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/XML format.
Parser/writer for the Turtle format.
Abstract base implementation and internal helper classes for Sail implementations.
MemoryStore-specific implementations of the core RDF model objects.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of BNode in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return BNodeModifier and TypeMethodDescriptionValueFactory.createBNode()
Creates a new bNode.ValueFactory.createBNode
(String nodeID) Creates a new blank node with the given node identifier. -
Uses of BNode in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement BNodeModifier and TypeClassDescriptionclass
Base class forBNode
, offering common functionality.(package private) static class
Methods in org.eclipse.rdf4j.model.base that return BNodeModifier and TypeMethodDescriptionAbstractValueFactory.createBNode()
AbstractValueFactory.createBNode
(String nodeID) -
Uses of BNode in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement BNodeMethods in org.eclipse.rdf4j.model.impl that return BNodeModifier and TypeMethodDescriptionSimpleValueFactory.createBNode()
SimpleValueFactory.createBNode
(String nodeID) ValidatingValueFactory.createBNode()
ValidatingValueFactory.createBNode
(String nodeID) -
Uses of BNode in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util with type parameters of type BNodeModifier and TypeFieldDescriptionprivate com.google.common.collect.Multimap
<com.google.common.hash.HashCode, BNode> GraphComparisons.Partitioning.currentHashCodeMapping
GraphComparisons.Partitioning.currentNodeMapping
GraphComparisons.Partitioning.previousNodeMapping
Methods in org.eclipse.rdf4j.model.util that return BNodeModifier and TypeMethodDescriptionstatic BNode
Values.bnode()
Creates a newBNode
static BNode
Creates a newBNode
with the supplied node identifier.static BNode
Values.bnode
(ValueFactory vf) Creates a newBNode
static BNode
Values.bnode
(ValueFactory vf, String nodeId) Creates a newBNode
with the supplied node identifier.private static BNode
GraphComparisons.createCanonicalBNode
(BNode node, Map<BNode, com.google.common.hash.HashCode> mapping) Methods in org.eclipse.rdf4j.model.util that return types with arguments of type BNodeModifier and TypeMethodDescriptionGraphComparisons.distinguish
(Model m, GraphComparisons.Partitioning partitioning, Map<BNode, com.google.common.hash.HashCode> lowestFound, List<BNode> parentFixpoints, List<Map<BNode, com.google.common.hash.HashCode>> finePartitionMappings) GraphComparisons.findCompatibleAutomorphism
(List<BNode> fixpoints, List<Map<BNode, com.google.common.hash.HashCode>> partitionMappings) GraphComparisons.findCompatibleAutomorphism
(List<BNode> fixpoints, List<Map<BNode, com.google.common.hash.HashCode>> partitionMappings) GraphComparisons.getBlankNodes
(Model m) private com.google.common.collect.Multimap
<com.google.common.hash.HashCode, BNode> GraphComparisons.Partitioning.getCurrentHashCodeMapping()
GraphComparisons.Partitioning.getCurrentNodeMapping()
GraphComparisons.getIsoCanonicalMapping
(Model m) GraphComparisons.Partitioning.getLowestNonTrivialPartition()
GraphComparisons.Partitioning.getNodes()
protected static com.google.common.collect.Multimap
<com.google.common.hash.HashCode, BNode> GraphComparisons.partitionMapping
(Map<BNode, com.google.common.hash.HashCode> blankNodeMapping) protected static List
<Collection<BNode>> GraphComparisons.partitions
(com.google.common.collect.Multimap<com.google.common.hash.HashCode, BNode> partitionMapping) Models.subjectBNode
(Iterable<Statement> statements) Retrieves a subjectBNode
from the supplied statements.Models.subjectBNode
(Model m) Retrieves a subjectBNode
from the statements in the given model.Models.subjectBNodes
(Iterable<Statement> statements) Retrieves all subjectBNode
s from the supplied statements.Models.subjectBNodes
(Model m) Retrieves all subjectBNode
s from the statements in the given model.Methods in org.eclipse.rdf4j.model.util with parameters of type BNodeModifier and TypeMethodDescriptionprivate int
LexicalValueComparator.compareBNodes
(BNode leftBNode, BNode rightBNode) private static BNode
GraphComparisons.createCanonicalBNode
(BNode node, Map<BNode, com.google.common.hash.HashCode> mapping) void
GraphComparisons.Partitioning.setCurrentHashCode
(BNode bnode, com.google.common.hash.HashCode hashCode) Method parameters in org.eclipse.rdf4j.model.util with type arguments of type BNodeModifier and TypeMethodDescriptionprivate static BNode
GraphComparisons.createCanonicalBNode
(BNode node, Map<BNode, com.google.common.hash.HashCode> mapping) GraphComparisons.distinguish
(Model m, GraphComparisons.Partitioning partitioning, Map<BNode, com.google.common.hash.HashCode> lowestFound, List<BNode> parentFixpoints, List<Map<BNode, com.google.common.hash.HashCode>> finePartitionMappings) GraphComparisons.distinguish
(Model m, GraphComparisons.Partitioning partitioning, Map<BNode, com.google.common.hash.HashCode> lowestFound, List<BNode> parentFixpoints, List<Map<BNode, com.google.common.hash.HashCode>> finePartitionMappings) GraphComparisons.findCompatibleAutomorphism
(List<BNode> fixpoints, List<Map<BNode, com.google.common.hash.HashCode>> partitionMappings) private static Model
GraphComparisons.labelModel
(Model original, Map<BNode, com.google.common.hash.HashCode> hash) private static boolean
GraphComparisons.mappingsIncompatible
(Map<BNode, com.google.common.hash.HashCode> mapping1, Map<BNode, com.google.common.hash.HashCode> mapping2) protected static com.google.common.collect.Multimap
<com.google.common.hash.HashCode, BNode> GraphComparisons.partitionMapping
(Map<BNode, com.google.common.hash.HashCode> blankNodeMapping) protected static List
<Collection<BNode>> GraphComparisons.partitions
(com.google.common.collect.Multimap<com.google.common.hash.HashCode, BNode> partitionMapping) Constructor parameters in org.eclipse.rdf4j.model.util with type arguments of type BNodeModifierConstructorDescriptionPartitioning
(Map<BNode, com.google.common.hash.HashCode> nodeMapping, Map<Value, com.google.common.hash.HashCode> staticValueMapping) Partitioning
(Set<BNode> blankNodes) -
Uses of BNode in org.eclipse.rdf4j.query
Method parameters in org.eclipse.rdf4j.query with type arguments of type BNodeModifier and TypeMethodDescriptionprivate static boolean
QueryResults.bindingSetsMatch
(BindingSet bs1, BindingSet bs2, Map<BNode, BNode> bNodeMapping) private static boolean
QueryResults.bindingSetsMatch
(BindingSet bs1, BindingSet bs2, Map<BNode, BNode> bNodeMapping) private static List
<BindingSet> QueryResults.findMatchingBindingSets
(BindingSet st, Iterable<? extends BindingSet> model, Map<BNode, BNode> bNodeMapping) private static List
<BindingSet> QueryResults.findMatchingBindingSets
(BindingSet st, Iterable<? extends BindingSet> model, Map<BNode, BNode> bNodeMapping) private static boolean
QueryResults.matchBindingSets
(List<? extends BindingSet> queryResult1, Iterable<? extends BindingSet> queryResult2, Map<BNode, BNode> bNodeMapping, int idx) A recursive method for finding a complete mapping between blank nodes in queryResult1 and blank nodes in queryResult2.private static boolean
QueryResults.matchBindingSets
(List<? extends BindingSet> queryResult1, Iterable<? extends BindingSet> queryResult2, Map<BNode, BNode> bNodeMapping, int idx) A recursive method for finding a complete mapping between blank nodes in queryResult1 and blank nodes in queryResult2. -
Uses of BNode in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type BNodeModifier and TypeMethodDescriptionprivate int
ValueComparator.compareBNodes
(BNode leftBNode, BNode rightBNode) -
Uses of BNode in org.eclipse.rdf4j.query.dawg
Fields in org.eclipse.rdf4j.query.dawg declared as BNodeFields in org.eclipse.rdf4j.query.dawg with type parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return BNodeMethods in org.eclipse.rdf4j.query.resultio.binary with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.repository.util
Fields in org.eclipse.rdf4j.repository.util with type parameters of type BNodeModifier and TypeFieldDescriptionAbstractRDFInserter.bNodesMap
Map used to keep track of which blank node IDs have been mapped to which BNode object in case preserveBNodeIDs is false.Methods in org.eclipse.rdf4j.repository.util that return BNodeModifier and TypeMethodDescriptionprivate BNode
Maps the supplied BNode, which comes from the data, to a new BNode object.Methods in org.eclipse.rdf4j.repository.util with parameters of type BNodeModifier and TypeMethodDescriptionprivate BNode
Maps the supplied BNode, which comes from the data, to a new BNode object.Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type BNode -
Uses of BNode in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return BNodeModifier and TypeMethodDescriptionprotected BNode
AbstractRDFParser.createBNode()
Deprecated.protected BNode
AbstractRDFParser.createBNode
(String nodeID) Deprecated.RDFStarDecodingValueFactory.createBNode()
RDFStarDecodingValueFactory.createBNode
(String nodeID) static BNode
NTriplesUtil.parseBNode
(String nTriplesBNode, ValueFactory valueFactory) Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type BNodeModifier and TypeMethodDescriptionstatic void
NTriplesUtil.append
(BNode bNode, Appendable appendable) Appends the N-Triples representation of the givenBNode
to the givenAppendable
.static String
NTriplesUtil.toNTriplesString
(BNode bNode) Creates an N-Triples string for the supplied blank node. -
Uses of BNode in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type BNodeModifier and TypeMethodDescriptionprotected String
RDFXMLWriter.getValidNodeId
(BNode bNode) Create a syntactically valid node id from the supplied blank node id. -
Uses of BNode in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle with parameters of type BNodeModifier and TypeMethodDescriptionprotected void
TurtleWriter.writeBNode
(BNode bNode) Deprecated.protected void
TurtleWriter.writeBNode
(BNode bNode, boolean canShorten) -
Uses of BNode in org.eclipse.rdf4j.sail.helpers
Fields in org.eclipse.rdf4j.sail.helpers declared as BNodeModifier and TypeFieldDescriptionprivate static final BNode
AbstractSailConnection.wildContext
Used to indicate a removed statement from all contexts. -
Uses of BNode in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement BNodeModifier and TypeClassDescriptionclass
A MemoryStore-specific extension of BNodeImpl giving it node properties.Fields in org.eclipse.rdf4j.sail.memory.model with type parameters of type BNodeModifier and TypeFieldDescriptionprivate final WeakObjectRegistry
<BNode, MemBNode> MemValueFactory.bnodeRegistry
Registry containing the set of MemBNode objects as used by a MemoryStore.Methods in org.eclipse.rdf4j.sail.memory.model that return BNodeMethods in org.eclipse.rdf4j.sail.memory.model with parameters of type BNodeModifier and TypeMethodDescriptionMemValueFactory.getMemBNode
(BNode bnode) See getMemValue() for description.MemValueFactory.getOrCreateMemBNode
(BNode bnode) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.private boolean
MemValueFactory.isOwnMemBnode
(BNode value) Checks whether the supplied value is an instance of MemValue and whether it has been created by this MemValueFactory. -
Uses of BNode in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin with type parameters of type BNode
TurtleWriter.writeBNode(BNode, boolean)
instead.