Interface SparqlPathFinder
public interface SparqlPathFinder
-
Method Summary
Modifier and TypeMethodDescriptionfind(org.apache.jena.graph.Node startNode, org.apache.jena.graph.Node endNode, int k, org.apache.jena.sparql.path.Path path, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory qef)
-
Method Details
-
find
List<SparqlPath> find(org.apache.jena.graph.Node startNode, org.apache.jena.graph.Node endNode, int k, org.apache.jena.sparql.path.Path path, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory qef)
-