Uses of Class
org.semanticweb.HermiT.datalog.DatalogEngine

Packages that use DatalogEngine
org.semanticweb.HermiT.datalog   
 

Uses of DatalogEngine in org.semanticweb.HermiT.datalog
 

Fields in org.semanticweb.HermiT.datalog declared as DatalogEngine
protected  DatalogEngine ConjunctiveQuery.m_datalogEngine
           
 

Methods in org.semanticweb.HermiT.datalog that return DatalogEngine
 DatalogEngine ConjunctiveQuery.getDatalogEngine()
           
 

Constructors in org.semanticweb.HermiT.datalog with parameters of type DatalogEngine
ConjunctiveQuery(DatalogEngine datalogEngine, Atom[] queryAtoms, Term[] answerTerms)