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 TypeClassDescriptionclassBase class forBNode, offering common functionality.(package private) static classMethods 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.currentHashCodeMappingGraphComparisons.Partitioning.currentNodeMappingGraphComparisons.Partitioning.previousNodeMappingMethods in org.eclipse.rdf4j.model.util that return BNodeModifier and TypeMethodDescriptionstatic BNodeValues.bnode()Creates a newBNodestatic BNodeCreates a newBNodewith the supplied node identifier.static BNodeValues.bnode(ValueFactory vf) Creates a newBNodestatic BNodeValues.bnode(ValueFactory vf, String nodeId) Creates a newBNodewith the supplied node identifier.private static BNodeGraphComparisons.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 subjectBNodefrom the supplied statements.Models.subjectBNode(Model m) Retrieves a subjectBNodefrom the statements in the given model.Models.subjectBNodes(Iterable<Statement> statements) Retrieves all subjectBNodes from the supplied statements.Models.subjectBNodes(Model m) Retrieves all subjectBNodes from the statements in the given model.Methods in org.eclipse.rdf4j.model.util with parameters of type BNodeModifier and TypeMethodDescriptionprivate intLexicalValueComparator.compareBNodes(BNode leftBNode, BNode rightBNode) private static BNodeGraphComparisons.createCanonicalBNode(BNode node, Map<BNode, com.google.common.hash.HashCode> mapping) voidGraphComparisons.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 BNodeGraphComparisons.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 ModelGraphComparisons.labelModel(Model original, Map<BNode, com.google.common.hash.HashCode> hash) private static booleanGraphComparisons.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 booleanQueryResults.bindingSetsMatch(BindingSet bs1, BindingSet bs2, Map<BNode, BNode> bNodeMapping) private static booleanQueryResults.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 booleanQueryResults.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 booleanQueryResults.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 intValueComparator.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.bNodesMapMap 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 BNodeMaps 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 BNodeMaps 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 BNodeAbstractRDFParser.createBNode()Deprecated.protected BNodeAbstractRDFParser.createBNode(String nodeID) Deprecated.RDFStarDecodingValueFactory.createBNode()RDFStarDecodingValueFactory.createBNode(String nodeID) static BNodeNTriplesUtil.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 voidNTriplesUtil.append(BNode bNode, Appendable appendable) Appends the N-Triples representation of the givenBNodeto the givenAppendable.static StringNTriplesUtil.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 StringRDFXMLWriter.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 voidTurtleWriter.writeBNode(BNode bNode) Deprecated.protected voidTurtleWriter.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 BNodeAbstractSailConnection.wildContextUsed 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 TypeClassDescriptionclassA 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.bnodeRegistryRegistry 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 booleanMemValueFactory.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.