Uses of Class
org.apache.jena.graph.BlankNodeId
Packages that use BlankNodeId
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
A package for creating and manipulating RDF graphs.
-
Uses of BlankNodeId in org.apache.jena.graph
Methods in org.apache.jena.graph that return BlankNodeIdModifier and TypeMethodDescriptionstatic BlankNodeIdBlankNodeId.create()Creates new BlankNodeId with a fresh internal idstatic BlankNodeIdCreates new BlankNodeId with the given idNode_Blank.getBlankNodeId()Node.getBlankNodeId()get the blank node id if the node is blank, otherwise die horriblyMethods in org.apache.jena.graph with parameters of type BlankNodeIdModifier and TypeMethodDescriptionstatic NodeNodeFactory.createBlankNode(BlankNodeId id) make a blank node with the specified labelNodeVisitor.visitBlank(Node_Blank it, BlankNodeId id) -
Uses of BlankNodeId in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return BlankNodeIdConstructors in org.apache.jena.rdf.model with parameters of type BlankNodeIdModifierConstructorDescriptionAnonId(BlankNodeId id) Create a new AnonId from the BlankNodeId argument supplied