Class PathCompiler

java.lang.Object
org.aksw.jena_sparql_api.sparql_path2.PathCompiler

public class PathCompiler extends Object
Util method to process a SPARQL 1.1 Property Path into an NFA using Thompson's Construction.
Author:
raven
  • Constructor Details

    • PathCompiler

      public PathCompiler()
  • Method Details

    • compileToNfa

      public static Nfa<Integer,org.aksw.commons.jena.jgrapht.LabeledEdge<Integer,PredicateClass>> compileToNfa(org.apache.jena.sparql.path.Path path)