|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OntTools.Path | |
|---|---|
| com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
| Uses of OntTools.Path in com.hp.hpl.jena.ontology |
|---|
| Methods in com.hp.hpl.jena.ontology that return OntTools.Path | |
|---|---|
OntTools.Path |
OntTools.Path.append(Statement s)
Answer a new Path whose elements are this Path with s added at the end |
static OntTools.Path |
OntTools.findShortestPath(Model m,
Resource start,
RDFNode end,
com.hp.hpl.jena.util.iterator.Filter<Statement> onPath)
Answer the shortest path from the start resource to the end RDF node,
such that every step on the path is accepted by the given filter. |
| Constructors in com.hp.hpl.jena.ontology with parameters of type OntTools.Path | |
|---|---|
OntTools.Path(OntTools.Path basePath)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||