public class ConceptPathFinder extends Object
| Constructor and Description |
|---|
ConceptPathFinder() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
createDefaultJoinSummaryModel(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef) |
static com.hp.hpl.jena.rdf.model.Model |
createJoinSummary(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef) |
static List<Path> |
findPaths(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
Concept sourceConcept,
Concept tmpTargetConcept,
int nPaths,
int maxHops) |
static List<Path> |
findPaths(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
Concept sourceConcept,
Concept tmpTargetConcept,
int nPaths,
int maxHops,
com.hp.hpl.jena.rdf.model.Model joinSummaryModel) |
static com.hp.hpl.jena.query.ResultSet |
getPropertyAdjacency(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef) |
static com.hp.hpl.jena.rdf.model.Model |
processJoinSummaryQuery(com.hp.hpl.jena.query.ResultSet rs) |
public static com.hp.hpl.jena.query.ResultSet getPropertyAdjacency(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
public static com.hp.hpl.jena.rdf.model.Model createJoinSummary(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
public static com.hp.hpl.jena.rdf.model.Model createDefaultJoinSummaryModel(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
public static com.hp.hpl.jena.rdf.model.Model processJoinSummaryQuery(com.hp.hpl.jena.query.ResultSet rs)
public static List<Path> findPaths(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef, Concept sourceConcept, Concept tmpTargetConcept, int nPaths, int maxHops)
Copyright © 2014 Agile Knowledge Engineering and Semantic Web. All Rights Reserved.