public class CheckerVisitor extends Object implements NodeVisitor
Constructor and Description |
---|
CheckerVisitor() |
Modifier and Type | Method and Description |
---|---|
Object |
visitAny(Node_ANY it) |
Object |
visitBlank(Node_Blank it,
AnonId id) |
Object |
visitLiteral(Node_Literal it,
com.hp.hpl.jena.graph.impl.LiteralLabel lit) |
Object |
visitURI(Node_URI it,
String uri) |
Object |
visitVariable(Node_Variable it,
String name) |
public Object visitAny(Node_ANY it)
visitAny
in interface NodeVisitor
public Object visitBlank(Node_Blank it, AnonId id)
visitBlank
in interface NodeVisitor
public Object visitLiteral(Node_Literal it, com.hp.hpl.jena.graph.impl.LiteralLabel lit)
visitLiteral
in interface NodeVisitor
public Object visitURI(Node_URI it, String uri)
visitURI
in interface NodeVisitor
public Object visitVariable(Node_Variable it, String name)
visitVariable
in interface NodeVisitor
Licenced under the Apache License, Version 2.0