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.
|
Modifier and Type | Method and Description |
---|---|
Object |
Node_NULL.visitWith(NodeVisitor v)
Deprecated.
|
Object |
Node_Blank.visitWith(NodeVisitor v) |
Object |
Node_Literal.visitWith(NodeVisitor v) |
Object |
Node_Variable.visitWith(NodeVisitor v) |
abstract Object |
Node.visitWith(NodeVisitor v)
Visit a Node and dispatch on it to the appropriate method from the
NodeVisitor
v . |
Object |
Node_Ext.visitWith(NodeVisitor v) |
Object |
Node_ANY.visitWith(NodeVisitor v) |
Object |
Node_URI.visitWith(NodeVisitor v) |
Licenced under the Apache License, Version 2.0