org.openrdf.sesame.omm
Interface Reasoner

All Superinterfaces:
Sail

public interface Reasoner
extends Sail

Interface Reasoner provides the basic DL oprations that can be run over the data held in the repository. The arguments of the methods are classes from the HP library Jena v1.3.0 that can be found at http://www.hpl.hp.com/semweb especially com.hp.hpl.jena.daml package that provides DAML+OIL convenience support. We plan to use only the interface part in to tie it with the appropriate implemntation accoring to the RDF storage of the SEASAME.


Methods inherited from interface org.openrdf.sesame.sail.Sail
initialize, shutDown
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.