Interface PathRewriter

All Superinterfaces:
Function<org.apache.jena.sparql.path.Path,org.apache.jena.sparql.path.Path>
All Known Implementing Classes:
PathRewriterVisitor

public interface PathRewriter extends Function<org.apache.jena.sparql.path.Path,org.apache.jena.sparql.path.Path>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.path.Path
    apply(org.apache.jena.sparql.path.Path path)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Method Details

    • apply

      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>