public class RulesIntoGoalDrivenRules
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RuQAR_Rule_Fired |
Constructor and Description |
---|
RulesIntoGoalDrivenRules(java.util.List<Rule> rules)
Input rules have to be Horn clauses - only one atom in the head!
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Rule> |
getGoalDrivenRules()
Gets transformed rules as a set of goal-driven rules.
|
java.util.List<Rule> |
getGoalDrivenRules(Rule rule)
Gets transformed rules as a set of goal-drive rules - these rules come from the transformation of a given rule.
|
static void |
main(java.lang.String[] args)
TEST - DELETE OR COMMENT
|
public RulesIntoGoalDrivenRules(java.util.List<Rule> rules)
rules
- public java.util.List<Rule> getGoalDrivenRules()
public java.util.List<Rule> getGoalDrivenRules(Rule rule)
RulesIntoGoalDrivenRules
are not taken into account.rule
- public static void main(java.lang.String[] args)
args
-