public class ConceptPathFinder extends Object
| Constructor and Description |
|---|
ConceptPathFinder() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
createDefaultJoinSummaryModel(QueryExecutionFactory qef) |
static com.hp.hpl.jena.rdf.model.Model |
createJoinSummary(QueryExecutionFactory qef) |
static com.hp.hpl.jena.rdf.model.Model |
createModel(List<Path> paths)
Create a model with an RDF description of the found paths -
Used for SPARQL support
|
static List<Path> |
findPaths(QueryExecutionFactory qef,
Concept sourceConcept,
Concept tmpTargetConcept,
int nPaths,
int maxHops) |
static List<Path> |
findPaths(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(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(QueryExecutionFactory qef)
public static com.hp.hpl.jena.rdf.model.Model createJoinSummary(QueryExecutionFactory qef)
public static com.hp.hpl.jena.rdf.model.Model createDefaultJoinSummaryModel(QueryExecutionFactory qef)
public static com.hp.hpl.jena.rdf.model.Model processJoinSummaryQuery(com.hp.hpl.jena.query.ResultSet rs)
public static List<Path> findPaths(QueryExecutionFactory qef, Concept sourceConcept, Concept tmpTargetConcept, int nPaths, int maxHops)
public static List<Path> findPaths(QueryExecutionFactory qef, Concept sourceConcept, Concept tmpTargetConcept, int nPaths, int maxHops, com.hp.hpl.jena.rdf.model.Model joinSummaryModel)
Copyright © 2014. All rights reserved.