Protégé-OWL 3.4.1

edu.stanford.smi.protegex.owl.swrl.sqwrl
Interface SQWRLQueryEngine

All Known Subinterfaces:
SWRLRuleEngineBridge
All Known Implementing Classes:
AbstractSWRLRuleEngineBridge

public interface SQWRLQueryEngine

This inferface defines the methods that must be provided by a SQWRL query engine.


Method Summary
 SQWRLResult getSQWRLResult(String queryName)
          Get the results from a SQWRL query.
 void runSQWRLQueries()
          Run all the SWRL rules and SQWRL queries in an ontology.
 

Method Detail

runSQWRLQueries

void runSQWRLQueries()
                     throws SQWRLException
Run all the SWRL rules and SQWRL queries in an ontology.

Throws:
SQWRLException

getSQWRLResult

SQWRLResult getSQWRLResult(String queryName)
                           throws SQWRLException
Get the results from a SQWRL query. Null is returned if there is no result.

Throws:
SQWRLException

Protégé-OWL 3.4.1

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.