|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.Node
com.hp.hpl.jena.graph.Node_Concrete
com.hp.hpl.jena.graph.Node_Blank
public class Node_Blank
RDF blank nodes, ie nodes with identity but without URIs.
| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.graph.Node |
|---|
ANY, NULL |
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Nodes only equal other Nodes that have equal labels. |
AnonId |
getBlankNodeId()
get the blank node id if the node is blank, otherwise die horribly |
boolean |
isBlank()
is this a blank node - overridden in Node_Blank |
Object |
visitWith(NodeVisitor v)
Visit a Node and dispatch on it to the appropriate method from the NodeVisitor v. |
| Methods inherited from class com.hp.hpl.jena.graph.Node_Concrete |
|---|
isConcrete |
| Methods inherited from class com.hp.hpl.jena.graph.Node |
|---|
cache, create, create, create, createAnon, createAnon, createLiteral, createLiteral, createLiteral, createLiteral, createUncachedLiteral, createURI, createVariable, getLiteral, getLocalName, getName, getNameSpace, getURI, hashCode, hasURI, isLiteral, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isBlank()
Node
isBlank in class Nodepublic AnonId getBlankNodeId()
Node
getBlankNodeId in class Nodepublic Object visitWith(NodeVisitor v)
Nodev.
visitWith in class Nodev - the visitor to apply to the node
public boolean equals(Object other)
Node
equals in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||