- readColumnsFromTable(String, String) - Method in class org.semanticweb.ruqar.db.DBAccess
-
Function reads columns and their types from relational database.
- readDBTables(String) - Method in class org.semanticweb.ruqar.db.DBAccess
-
Function reads Tables in relational Database.
- readServerDatabases() - Method in class org.semanticweb.ruqar.db.DBAccess
-
Function reads Database Schema relational Database.
- removeSWRLRulesFromOntology() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
-
Removes SWRL rules from a given ontology.
- removeTerm(Term) - Method in class org.semanticweb.ruqar.rules.Atom
-
Removes the selected term from the list of terms
- restoreSWRLRulesInOntology() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
-
Restores rules in ontology (if was invoked earlier).
- ResultCounter - Class in org.semanticweb.ruqar.qa
-
Class is used to count results in the first implementation of query answering algorithm
- ResultCounter() - Constructor for class org.semanticweb.ruqar.qa.ResultCounter
-
- Rule - Class in org.semanticweb.ruqar.rules
-
- Rule(Rule) - Constructor for class org.semanticweb.ruqar.rules.Rule
-
Creates a copy of a given object.
- Rule(String) - Constructor for class org.semanticweb.ruqar.rules.Rule
-
Constructor - requires the name of a rule.
- Rule(String, Atom, Atom) - Constructor for class org.semanticweb.ruqar.rules.Rule
-
Constructor - requires the name, the body and the head of a rule.
- Rule(String, List<Atom>, List<Atom>) - Constructor for class org.semanticweb.ruqar.rules.Rule
-
Constructor - requires the name, the body and the head of a rule.
- Rule(String, Atom, Atom, OWLAxiom) - Constructor for class org.semanticweb.ruqar.rules.Rule
-
Constructor - requires the name, the body and the head of a rule.
- Rule(String, List<Atom>, List<Atom>, OWLAxiom) - Constructor for class org.semanticweb.ruqar.rules.Rule
-
Constructor - requires the name, the body and the head of a rule.
- RulesInto - Interface in org.semanticweb.ruqar.transformations
-
- RulesIntoDroolsRules - Class in org.semanticweb.ruqar.transformations
-
- RulesIntoDroolsRules() - Constructor for class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
-
Constructor.
- RulesIntoGoalDrivenRules - Class in org.semanticweb.ruqar.transformations
-
Class supports transformation from a set of s into Goal Driven Rules (another kind of s).
- RulesIntoGoalDrivenRules(List<Rule>) - Constructor for class org.semanticweb.ruqar.transformations.RulesIntoGoalDrivenRules
-
Input rules have to be Horn clauses - only one atom in the head!
- RulesIntoJessRules - Class in org.semanticweb.ruqar.transformations
-
- RulesIntoJessRules() - Constructor for class org.semanticweb.ruqar.transformations.RulesIntoJessRules
-
Constructor.
- runEngine() - Method in interface org.semanticweb.ruqar.transformations.DBMappingRuleInto
-
Starts reasoning engine;
- runEngine() - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoDroolsRule
-
- runEngine() - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoJessRule
-
- runSQLCommand(String) - Method in class org.semanticweb.ruqar.db.DBAccess
-
This function runs SQL query or queries on database.
- runSQLCommand(Connection, String) - Method in class org.semanticweb.ruqar.db.DBAccess
-
This function runs SQL query on database.
- runSQLCommand(List<String>) - Method in class org.semanticweb.ruqar.db.DBAccess
-
This function runs SQL query or queries on database.
- runSQLCommand(Connection, List<String>) - Method in class org.semanticweb.ruqar.db.DBAccess
-
This function runs SQL query on database.
- runSQLProcedure(String, List<String>, List<Integer>) - Method in class org.semanticweb.ruqar.db.DBAccess
-
This function runs SQL procedure on SQL Server.
- RuQAR - Class in org.semanticweb.ruqar
-
- RuQAR() - Constructor for class org.semanticweb.ruqar.RuQAR
-
- RuQAR_Rule_Fired - Static variable in class org.semanticweb.ruqar.transformations.RulesIntoGoalDrivenRules
-