Package | Description |
---|---|
com.hp.hpl.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 |
---|---|
abstract Object |
Node.visitWith(NodeVisitor v)
Visit a Node and dispatch on it to the appropriate method from the
NodeVisitor
v . |
Object |
Node_ANY.visitWith(NodeVisitor v) |
Object |
Node_Blank.visitWith(NodeVisitor v) |
Object |
Node_Literal.visitWith(NodeVisitor v) |
Object |
Node_URI.visitWith(NodeVisitor v) |
Object |
Node_Variable.visitWith(NodeVisitor v) |
Object |
Node_NULL.visitWith(NodeVisitor v) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP