|
Protégé-OWL 3.4.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SQWRLQueryEngine
This interface defines the methods that must be provided by a SQWRL query engine.
| Method Summary | |
|---|---|
void |
createSQWRLQuery(String queryName,
String queryText)
Create a SQWRL query. |
void |
deleteSQWRLQuery(String queryName)
Delete a SQWRL query. |
Set<SWRLRuleReference> |
getSQWRLQueries()
Get all the enabled SQWRL queries in the ontology. |
Set<String> |
getSQWRLQueryNames()
Get the names of the enabled SQWRL queries in the ontology. |
SQWRLResult |
getSQWRLResult(String queryName)
Get the results from a previously executed SQWRL query. |
String |
getTargetRuleEngineName()
Returns the name of the underlying targer rule engine. |
String |
name2URI(String prefixedName)
|
void |
runSQWRLQueries()
Run all SQWRL enabled queries. |
SQWRLResult |
runSQWRLQuery(String queryName)
Run a named SQWRL query. |
SQWRLResult |
runSQWRLQuery(String queryName,
String queryText)
Create and run a SQWRL query. |
SQWRLResult |
runStandaloneSQWRLQuery(String queryName)
Run a named SQWRL query without executing any SWRL rules in ontology. |
String |
uri2PrefixedName(String uri)
|
| Method Detail |
|---|
SQWRLResult runSQWRLQuery(String queryName)
throws SQWRLException
SQWRLException
SQWRLResult runStandaloneSQWRLQuery(String queryName)
throws SQWRLException
SQWRLException
void runSQWRLQueries()
throws SQWRLException
SQWRLException
SQWRLResult runSQWRLQuery(String queryName,
String queryText)
throws SQWRLException,
SWRLParseException
SQWRLException
SWRLParseException
void createSQWRLQuery(String queryName,
String queryText)
throws SQWRLException,
SWRLParseException
SQWRLException
SWRLParseException
void deleteSQWRLQuery(String queryName)
throws SQWRLException
SQWRLException
SQWRLResult getSQWRLResult(String queryName)
throws SQWRLException
SQWRLException
Set<SWRLRuleReference> getSQWRLQueries()
throws SQWRLException
SQWRLException
Set<String> getSQWRLQueryNames()
throws SQWRLException
SQWRLExceptionString getTargetRuleEngineName()
String uri2PrefixedName(String uri)
String name2URI(String prefixedName)
|
Protégé-OWL 3.4.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||