Class PathCompiler
java.lang.Object
org.aksw.jena_sparql_api.sparql_path2.PathCompiler
Util method to process a SPARQL 1.1 Property Path into an NFA using Thompson's Construction.
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Nfa<Integer,org.aksw.commons.jena.jgrapht.LabeledEdge<Integer, PredicateClass>> compileToNfa(org.apache.jena.sparql.path.Path path)
-
Constructor Details
-
PathCompiler
public PathCompiler()
-
-
Method Details
-
compileToNfa
public static Nfa<Integer,org.aksw.commons.jena.jgrapht.LabeledEdge<Integer, compileToNfaPredicateClass>> (org.apache.jena.sparql.path.Path path)
-