Package org.apache.jena.sparql.path
Class PathVisitorBase
- java.lang.Object
-
- org.apache.jena.sparql.path.PathVisitorBase
-
- All Implemented Interfaces:
PathVisitor
public class PathVisitorBase extends java.lang.Object implements PathVisitor
-
-
Constructor Summary
Constructors Constructor Description PathVisitorBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(P_Alt pathAlt)
void
visit(P_Distinct pathDistinct)
void
visit(P_FixedLength pFixedLength)
void
visit(P_Inverse inversePath)
void
visit(P_Link pathNode)
void
visit(P_Mod pathMod)
void
visit(P_Multi pathMulti)
void
visit(P_NegPropSet pathNotOneOf)
void
visit(P_OneOrMore1 path)
void
visit(P_OneOrMoreN path)
void
visit(P_ReverseLink pathNode)
void
visit(P_Seq pathSeq)
void
visit(P_Shortest pathShortest)
void
visit(P_ZeroOrMore1 path)
void
visit(P_ZeroOrMoreN path)
void
visit(P_ZeroOrOne path)
-
-
-
Method Detail
-
visit
public void visit(P_Link pathNode)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_ReverseLink pathNode)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_NegPropSet pathNotOneOf)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Inverse inversePath)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Mod pathMod)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_FixedLength pFixedLength)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Distinct pathDistinct)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Multi pathMulti)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Shortest pathShortest)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_ZeroOrOne path)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_ZeroOrMore1 path)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_ZeroOrMoreN path)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_OneOrMore1 path)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_OneOrMoreN path)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Alt pathAlt)
- Specified by:
visit
in interfacePathVisitor
-
visit
public void visit(P_Seq pathSeq)
- Specified by:
visit
in interfacePathVisitor
-
-