public class SemRewriteRuleCheck extends Object
| Constructor and Description |
|---|
SemRewriteRuleCheck() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,HashSet<Integer>> |
checkRuleSet(RuleSet rs)
Check the whole Ruleset.
|
static void |
isRuleSubsumedByRuleSet(Rule r,
RuleSet rs,
ArrayList<Integer> getSubsumedRules,
ArrayList<Integer> subsumerRules)
get all the Rules in Ruleset that would be subsumed or subsums the rule r
should pass in the arraylist as result space
|
Copyright © 2015. All rights reserved.