Class PropertyFunctionFactoryKShortestPaths
java.lang.Object
org.aksw.jena_sparql_api.sparql_path2.PropertyFunctionFactoryKShortestPaths
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory
public class PropertyFunctionFactoryKShortestPaths
extends Object
implements org.apache.jena.sparql.pfunction.PropertyFunctionFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Function<org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource,SparqlKShortestPathFinder> -
Constructor Summary
ConstructorsConstructorDescriptionPropertyFunctionFactoryKShortestPaths(Function<org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource, SparqlKShortestPathFinder> serviceToPathFinder) -
Method Summary
-
Field Details
-
dataSourceToPathFinder
protected Function<org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource,SparqlKShortestPathFinder> dataSourceToPathFinder
-
-
Constructor Details
-
PropertyFunctionFactoryKShortestPaths
public PropertyFunctionFactoryKShortestPaths(Function<org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource, SparqlKShortestPathFinder> serviceToPathFinder)
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.apache.jena.sparql.pfunction.PropertyFunctionFactory
-