|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.graph.TypedNodeVisitorAdapter
public class TypedNodeVisitorAdapter
An adapter from TypedNodeVisitor. Implements empty implementations to reduce the burden of creating a
concrete implementation that doesn't need to implement all methods.
| Constructor Summary | |
|---|---|
TypedNodeVisitorAdapter()
|
|
| Method Summary | |
|---|---|
void |
visitBlankNode(BlankNode blankNode)
Visit blank node. |
void |
visitLiteral(Literal literal)
Visit Literal. |
void |
visitNode(Node node)
Visit node. |
void |
visitResource(Resource resource)
Visit Resource. |
void |
visitURIReference(URIReference uriReference)
Visit URI Reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypedNodeVisitorAdapter()
| Method Detail |
|---|
public void visitBlankNode(BlankNode blankNode)
TypedNodeVisitor
visitBlankNode in interface TypedNodeVisitorblankNode - the blank node to visit.public void visitURIReference(URIReference uriReference)
TypedNodeVisitor
visitURIReference in interface TypedNodeVisitoruriReference - the URI Reference to visit.public void visitLiteral(Literal literal)
TypedNodeVisitor
visitLiteral in interface TypedNodeVisitorliteral - the Literal to visit.public void visitNode(Node node)
TypedNodeVisitor
visitNode in interface TypedNodeVisitornode - the node to visit.public void visitResource(Resource resource)
TypedNodeVisitor
visitResource in interface TypedNodeVisitorresource - the node to visit.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||