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 voidTransactionWriter. 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 BNodeValueFactory. createBNode()Creates a new bNode.BNodeValueFactory. 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 classAbstractBNodeBase class forBNode, offering common functionality.(package private) static classAbstractBNode.GenericBNodeMethods in org.eclipse.rdf4j.model.base that return BNode Modifier and Type Method Description BNodeAbstractValueFactory. createBNode()BNodeAbstractValueFactory. 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 classSimpleBNodeAn simple default implementation of theBNodeinterface.Methods in org.eclipse.rdf4j.model.impl that return BNode Modifier and Type Method Description BNodeSimpleValueFactory. createBNode()BNodeSimpleValueFactory. createBNode(java.lang.String nodeID)BNodeValidatingValueFactory. createBNode()BNodeValidatingValueFactory. 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. currentHashCodeMappingprivate java.util.Map<BNode,com.google.common.hash.HashCode>GraphComparisons.Partitioning. currentNodeMappingprivate java.util.Map<BNode,com.google.common.hash.HashCode>GraphComparisons.Partitioning. previousNodeMappingMethods in org.eclipse.rdf4j.model.util that return BNode Modifier and Type Method Description static BNodeValues. bnode()Creates a newBNodestatic BNodeValues. bnode(java.lang.String nodeId)Creates a newBNodewith the supplied node identifier.static BNodeValues. bnode(ValueFactory vf)Creates a newBNodestatic BNodeValues. bnode(ValueFactory vf, java.lang.String nodeId)Creates a newBNodewith the supplied node identifier.private static BNodeGraphComparisons. 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 subjectBNodefrom the supplied statements.static java.util.Optional<BNode>Models. subjectBNode(Model m)Retrieves a subjectBNodefrom the statements in the given model.static java.util.Set<BNode>Models. subjectBNodes(java.lang.Iterable<Statement> statements)Retrieves all subjectBNodes from the supplied statements.static java.util.Set<BNode>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 BNode Modifier and Type Method Description private intLexicalValueComparator. compareBNodes(BNode leftBNode, BNode rightBNode)private static BNodeGraphComparisons. createCanonicalBNode(BNode node, java.util.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 BNode Modifier and Type Method Description private static BNodeGraphComparisons. 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 ModelGraphComparisons. labelModel(Model original, java.util.Map<BNode,com.google.common.hash.HashCode> hash)private static booleanGraphComparisons. 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 booleanQueryResults. bindingSetsMatch(BindingSet bs1, BindingSet bs2, java.util.Map<BNode,BNode> bNodeMapping)private static booleanQueryResults. 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 booleanQueryResults. 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 booleanQueryResults. 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. nodeQueueDeprecated.private java.util.Set<BNode>DescribeIteration. processedNodesDeprecated. -
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 intValueComparator. 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 BNodeDAWGTestResultSetWriter. resultSetNodeFields in org.eclipse.rdf4j.query.dawg with type parameters of type BNode Modifier and Type Field Description private java.util.Map<BNode,BNode>DAWGTestResultSetWriter. bnodeMapprivate 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 BNodeBinaryQueryResultParser. readBnode()Methods in org.eclipse.rdf4j.query.resultio.binary with parameters of type BNode Modifier and Type Method Description private voidBinaryQueryResultWriter. 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 voidAbstractSPARQLXMLWriter. 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 voidSPARQLResultsCSVWriter. 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 voidSPARQLResultsTSVWriter. 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. 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 BNode Modifier and Type Method Description private BNodeAbstractRDFInserter. 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 BNodeAbstractRDFInserter. 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 booleanRepositoryUtil. statementsMatch(Statement st1, Statement st2, java.util.Map<BNode,BNode> bNodeMapping)private static booleanRepositoryUtil. 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 voidBinaryRDFWriter. 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 BNodeAbstractRDFParser. createBNode()Deprecated.protected BNodeAbstractRDFParser. createBNode(java.lang.String nodeID)Deprecated.BNodeRDFStarDecodingValueFactory. createBNode()BNodeRDFStarDecodingValueFactory. createBNode(java.lang.String nodeID)static BNodeNTriplesUtil. 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 voidNTriplesUtil. append(BNode bNode, java.lang.Appendable appendable)Appends the N-Triples representation of the givenBNodeto the givenAppendable.static java.lang.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 Modifier and Type Method Description private voidNTriplesWriter. 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.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 BNode Modifier and Type Method Description protected voidTurtleWriter. writeBNode(BNode bNode)Deprecated.UseTurtleWriter.writeBNode(BNode, boolean)instead.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 BNode Modifier and Type Field Description private static 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 BNode Modifier and Type Class Description classMemBNodeA 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. bnodeRegistryRegistry 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 BNodeMemValueFactory. createBNode(java.lang.String nodeID)Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type BNode Modifier and Type Method Description MemBNodeMemValueFactory. getMemBNode(BNode bnode)See getMemValue() for description.MemBNodeMemValueFactory. 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 Modifier and Type Field Description (package private) java.util.Map<java.lang.String,BNode>SpinRenderer.SpinVisitor. varBNodes
-