Package | Description |
---|---|
org.apache.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
org.apache.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
static BlankNodeId |
BlankNodeId.create()
Creates new BlankNodeId with a fresh internal id
|
static BlankNodeId |
BlankNodeId.create(String id)
Creates new BlankNodeId with the given id
|
BlankNodeId |
Node_Blank.getBlankNodeId() |
BlankNodeId |
Node.getBlankNodeId()
get the blank node id if the node is blank, otherwise die horribly
|
Modifier and Type | Method and Description |
---|---|
static Node |
NodeFactory.createAnon(BlankNodeId id)
Deprecated.
|
static Node |
NodeFactory.createBlankNode(BlankNodeId id)
make a blank node with the specified label
|
Object |
NodeVisitor.visitBlank(Node_Blank it,
BlankNodeId id) |
Modifier and Type | Method and Description |
---|---|
BlankNodeId |
AnonId.getBlankNodeId()
Return the system BlankNodeId
|
Constructor and Description |
---|
AnonId(BlankNodeId id)
Create a new AnonId from the BlankNodeId argument supplied
|
Licenced under the Apache License, Version 2.0