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

public class PathRewriterVisitor extends Object implements PathRewriter
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public org.apache.jena.sparql.path.Path apply(org.apache.jena.sparql.path.Path path)
      Specified by:
      apply in interface Function<org.apache.jena.sparql.path.Path,org.apache.jena.sparql.path.Path>
      Specified by:
      apply in interface PathRewriter