| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.sparql_path.core | |
| org.aksw.jena_sparql_api.sparql_path.core.algorithm | |
| org.aksw.jena_sparql_api.sparql_path.core.domain |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
PathCallbackList.getCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathCallbackList.handle(Path path) |
void |
PathCallback.handle(Path path) |
| Modifier and Type | Method and Description |
|---|---|
static List<Path> |
ConceptPathFinder.findPaths(QueryExecutionFactory qef,
Concept sourceConcept,
Concept tmpTargetConcept,
int nPaths,
int maxHops) |
static List<Path> |
ConceptPathFinder.findPaths(QueryExecutionFactory qef,
Concept sourceConcept,
Concept tmpTargetConcept,
int nPaths,
int maxHops,
com.hp.hpl.jena.rdf.model.Model joinSummaryModel) |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
ConceptPathFinder.createModel(List<Path> paths)
Create a model with an RDF description of the found paths -
Used for SPARQL support
|
| Modifier and Type | Method and Description |
|---|---|
static List<com.hp.hpl.jena.sparql.syntax.Element> |
Path.pathToElements(Path path,
com.hp.hpl.jena.sparql.core.Var start,
com.hp.hpl.jena.sparql.core.Var end,
com.hp.hpl.jena.sdb.core.Generator generator) |
static List<com.hp.hpl.jena.graph.Triple> |
Path.pathToTriples(Path path,
com.hp.hpl.jena.sparql.core.Var start,
com.hp.hpl.jena.sparql.core.Var end,
com.hp.hpl.jena.sdb.core.Generator generator) |
Copyright © 2014. All rights reserved.