Uses of Class
com.hp.hpl.jena.ontology.OntTools.Path

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)
           
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP