Class PathRewriter
java.lang.Object
org.apache.jena.arq.querybuilder.rewriters.AbstractRewriter<Path>
org.apache.jena.arq.querybuilder.rewriters.PathRewriter
- All Implemented Interfaces:
PathVisitor
A rewriter that implements PathVisitor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
visit
(P_Distinct pathDistinct) void
visit
(P_FixedLength pFixedLength) void
void
void
void
void
visit
(P_NegPropSet pathNotOneOf) void
visit
(P_OneOrMore1 path) void
visit
(P_OneOrMoreN path) void
visit
(P_ReverseLink pathNode) void
void
visit
(P_Shortest pathShortest) void
visit
(P_ZeroOrMore1 path) void
visit
(P_ZeroOrMoreN path) void
visit
(P_ZeroOrOne path) Methods inherited from class org.apache.jena.arq.querybuilder.rewriters.AbstractRewriter
getResult, rewrite, rewrite
-
Constructor Details
-
PathRewriter
Constructor.- Parameters:
values
- The values to replace.
-
-
Method Details
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-
visit
- Specified by:
visit
in interfacePathVisitor
-