Package org.aksw.jenax.sparql.path
Class PathRewriterVisitor
java.lang.Object
org.aksw.jenax.sparql.path.PathRewriterVisitor
- All Implemented Interfaces:
Function<org.apache.jena.sparql.path.Path,,org.apache.jena.sparql.path.Path> PathRewriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.path.Pathapply(org.apache.jena.sparql.path.Path path)
-
Field Details
-
visitor
-
-
Constructor Details
-
PathRewriterVisitor
-
-
Method Details
-
apply
public org.apache.jena.sparql.path.Path apply(org.apache.jena.sparql.path.Path path) - Specified by:
applyin interfaceFunction<org.apache.jena.sparql.path.Path,org.apache.jena.sparql.path.Path> - Specified by:
applyin interfacePathRewriter
-