Uses of Interface
org.eclipse.rdf4j.model.BNode
-
-
Uses of BNode in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type BNode Modifier and Type Method Description protected void
TransactionWriter. serialize(BNode bnode, XMLWriter xmlWriter)
-
Uses of BNode in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return BNode Modifier and Type Method Description BNode
ValueFactory. createBNode()
Creates a new bNode.BNode
ValueFactory. createBNode(java.lang.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 BNode Modifier and Type Class Description class
AbstractBNode
Base class forBNode
, offering common functionality.(package private) static class
AbstractBNode.GenericBNode
Methods in org.eclipse.rdf4j.model.base that return BNode Modifier and Type Method Description BNode
AbstractValueFactory. createBNode()
BNode
AbstractValueFactory. createBNode(java.lang.String nodeID)
-
Uses of BNode in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement BNode Modifier and Type Class Description class
SimpleBNode
An simple default implementation of theBNode
interface.Methods in org.eclipse.rdf4j.model.impl that return BNode Modifier and Type Method Description BNode
SimpleValueFactory. createBNode()
BNode
SimpleValueFactory. createBNode(java.lang.String nodeID)
BNode
ValidatingValueFactory. createBNode()
BNode
ValidatingValueFactory. createBNode(java.lang.String nodeID)
-
Uses of BNode in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util with type parameters of type BNode Modifier and Type Field Description private com.google.common.collect.Multimap<com.google.common.hash.HashCode,BNode>
GraphComparisons.Partitioning. currentHashCodeMapping
private java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons.Partitioning. currentNodeMapping
private java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons.Partitioning. previousNodeMapping
Methods in org.eclipse.rdf4j.model.util that return BNode Modifier and Type Method Description static BNode
Values. bnode()
Creates a newBNode
static BNode
Values. bnode(java.lang.String nodeId)
Creates a newBNode
with the supplied node identifier.static BNode
Values. bnode(ValueFactory vf)
Creates a newBNode
static BNode
Values. bnode(ValueFactory vf, java.lang.String nodeId)
Creates a newBNode
with the supplied node identifier.private static BNode
GraphComparisons. createCanonicalBNode(BNode node, java.util.Map<BNode,com.google.common.hash.HashCode> mapping)
Methods in org.eclipse.rdf4j.model.util that return types with arguments of type BNode Modifier and Type Method Description private static java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons. distinguish(Model m, GraphComparisons.Partitioning partitioning, java.util.Map<BNode,com.google.common.hash.HashCode> lowestFound, java.util.List<BNode> parentFixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> finePartitionMappings)
protected static java.util.Map<BNode,BNode>
GraphComparisons. findCompatibleAutomorphism(java.util.List<BNode> fixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> partitionMappings)
protected static java.util.Map<BNode,BNode>
GraphComparisons. findCompatibleAutomorphism(java.util.List<BNode> fixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> partitionMappings)
protected static java.util.Set<BNode>
GraphComparisons. getBlankNodes(Model m)
private com.google.common.collect.Multimap<com.google.common.hash.HashCode,BNode>
GraphComparisons.Partitioning. getCurrentHashCodeMapping()
java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons.Partitioning. getCurrentNodeMapping()
protected static java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons. getIsoCanonicalMapping(Model m)
java.util.Collection<BNode>
GraphComparisons.Partitioning. getLowestNonTrivialPartition()
java.util.Set<BNode>
GraphComparisons.Partitioning. getNodes()
protected static com.google.common.collect.Multimap<com.google.common.hash.HashCode,BNode>
GraphComparisons. partitionMapping(java.util.Map<BNode,com.google.common.hash.HashCode> blankNodeMapping)
protected static java.util.List<java.util.Collection<BNode>>
GraphComparisons. partitions(com.google.common.collect.Multimap<com.google.common.hash.HashCode,BNode> partitionMapping)
static java.util.Optional<BNode>
Models. subjectBNode(java.lang.Iterable<Statement> statements)
Retrieves a subjectBNode
from the supplied statements.static java.util.Optional<BNode>
Models. subjectBNode(Model m)
Retrieves a subjectBNode
from the statements in the given model.static java.util.Set<BNode>
Models. subjectBNodes(java.lang.Iterable<Statement> statements)
Retrieves all subjectBNode
s from the supplied statements.static java.util.Set<BNode>
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 BNode Modifier and Type Method Description private int
LexicalValueComparator. compareBNodes(BNode leftBNode, BNode rightBNode)
private static BNode
GraphComparisons. createCanonicalBNode(BNode node, java.util.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 BNode Modifier and Type Method Description private static BNode
GraphComparisons. createCanonicalBNode(BNode node, java.util.Map<BNode,com.google.common.hash.HashCode> mapping)
private static java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons. distinguish(Model m, GraphComparisons.Partitioning partitioning, java.util.Map<BNode,com.google.common.hash.HashCode> lowestFound, java.util.List<BNode> parentFixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> finePartitionMappings)
private static java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons. distinguish(Model m, GraphComparisons.Partitioning partitioning, java.util.Map<BNode,com.google.common.hash.HashCode> lowestFound, java.util.List<BNode> parentFixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> finePartitionMappings)
protected static java.util.Map<BNode,BNode>
GraphComparisons. findCompatibleAutomorphism(java.util.List<BNode> fixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> partitionMappings)
private static Model
GraphComparisons. labelModel(Model original, java.util.Map<BNode,com.google.common.hash.HashCode> hash)
private static boolean
GraphComparisons. mappingsIncompatible(java.util.Map<BNode,com.google.common.hash.HashCode> mapping1, java.util.Map<BNode,com.google.common.hash.HashCode> mapping2)
protected static com.google.common.collect.Multimap<com.google.common.hash.HashCode,BNode>
GraphComparisons. partitionMapping(java.util.Map<BNode,com.google.common.hash.HashCode> blankNodeMapping)
protected static java.util.List<java.util.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 BNode Constructor Description Partitioning(java.util.Map<BNode,com.google.common.hash.HashCode> nodeMapping, java.util.Map<Value,com.google.common.hash.HashCode> staticValueMapping)
Partitioning(java.util.Set<BNode> blankNodes)
-
Uses of BNode in org.eclipse.rdf4j.query
Method parameters in org.eclipse.rdf4j.query with type arguments of type BNode Modifier and Type Method Description private static boolean
QueryResults. bindingSetsMatch(BindingSet bs1, BindingSet bs2, java.util.Map<BNode,BNode> bNodeMapping)
private static boolean
QueryResults. bindingSetsMatch(BindingSet bs1, BindingSet bs2, java.util.Map<BNode,BNode> bNodeMapping)
private static java.util.List<BindingSet>
QueryResults. findMatchingBindingSets(BindingSet st, java.lang.Iterable<? extends BindingSet> model, java.util.Map<BNode,BNode> bNodeMapping)
private static java.util.List<BindingSet>
QueryResults. findMatchingBindingSets(BindingSet st, java.lang.Iterable<? extends BindingSet> model, java.util.Map<BNode,BNode> bNodeMapping)
private static boolean
QueryResults. matchBindingSets(java.util.List<? extends BindingSet> queryResult1, java.lang.Iterable<? extends BindingSet> queryResult2, java.util.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(java.util.List<? extends BindingSet> queryResult1, java.lang.Iterable<? extends BindingSet> queryResult2, java.util.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 Modifier and Type Field Description private java.util.Queue<BNode>
DescribeIteration. nodeQueue
Deprecated.private java.util.Set<BNode>
DescribeIteration. processedNodes
Deprecated. -
Uses of BNode in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type BNode Modifier and Type Method Description private 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 BNode Modifier and Type Field Description private BNode
DAWGTestResultSetWriter. resultSetNode
Fields in org.eclipse.rdf4j.query.dawg with type parameters of type BNode Modifier and Type Field Description private java.util.Map<BNode,BNode>
DAWGTestResultSetWriter. bnodeMap
private java.util.Map<BNode,BNode>
DAWGTestResultSetWriter. bnodeMap
-
Uses of BNode in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return BNode Modifier and Type Method Description private BNode
BinaryQueryResultParser. readBnode()
Methods in org.eclipse.rdf4j.query.resultio.binary with parameters of type BNode Modifier and Type Method Description private void
BinaryQueryResultWriter. writeBNode(BNode bnode)
-
Uses of BNode in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type BNode Modifier and Type Method Description private void
AbstractSPARQLXMLWriter. writeBNode(BNode 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 Modifier and Type Method Description protected void
SPARQLResultsCSVWriter. writeBNode(BNode 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 Modifier and Type Method Description protected void
SPARQLResultsTSVWriter. writeBNode(BNode bNode)
-
Uses of BNode in org.eclipse.rdf4j.repository.util
Fields in org.eclipse.rdf4j.repository.util with type parameters of type BNode Modifier and Type Field Description private java.util.Map<java.lang.String,BNode>
AbstractRDFInserter. 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 BNode Modifier and Type Method Description private BNode
AbstractRDFInserter. mapBNode(BNode 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 BNode Modifier and Type Method Description private BNode
AbstractRDFInserter. mapBNode(BNode 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 Modifier and Type Method Description private static boolean
RepositoryUtil. statementsMatch(Statement st1, Statement st2, java.util.Map<BNode,BNode> bNodeMapping)
private static boolean
RepositoryUtil. statementsMatch(Statement st1, Statement st2, java.util.Map<BNode,BNode> bNodeMapping)
-
Uses of BNode in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary with parameters of type BNode Modifier and Type Method Description private void
BinaryRDFWriter. writeBNode(BNode bnode)
-
Uses of BNode in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return BNode Modifier and Type Method Description protected BNode
AbstractRDFParser. createBNode()
Deprecated.protected BNode
AbstractRDFParser. createBNode(java.lang.String nodeID)
Deprecated.BNode
RDFStarDecodingValueFactory. createBNode()
BNode
RDFStarDecodingValueFactory. createBNode(java.lang.String nodeID)
static BNode
NTriplesUtil. parseBNode(java.lang.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 BNode Modifier and Type Method Description static void
NTriplesUtil. append(BNode bNode, java.lang.Appendable appendable)
Appends the N-Triples representation of the givenBNode
to the givenAppendable
.static java.lang.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 Modifier and Type Method Description private void
NTriplesWriter. writeBNode(BNode bNode)
-
Uses of BNode in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type BNode Modifier and Type Method Description protected java.lang.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 BNode Modifier and Type Method Description protected void
TurtleWriter. writeBNode(BNode bNode)
Deprecated.UseTurtleWriter.writeBNode(BNode, boolean)
instead.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 BNode Modifier and Type Field Description private static 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 BNode Modifier and Type Class Description class
MemBNode
A MemoryStore-specific extension of BNodeImpl giving it node properties.Fields in org.eclipse.rdf4j.sail.memory.model with type parameters of type BNode Modifier and Type Field Description private 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 BNode Modifier and Type Method Description BNode
MemValueFactory. createBNode(java.lang.String nodeID)
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type BNode Modifier and Type Method Description MemBNode
MemValueFactory. getMemBNode(BNode bnode)
See getMemValue() for description.MemBNode
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 Modifier and Type Field Description (package private) java.util.Map<java.lang.String,BNode>
SpinRenderer.SpinVisitor. varBNodes
-