| Package | Description |
|---|---|
| com.articulate.sigma.semRewrite |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<Rule> |
RuleSet.rules |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.deepCopy() |
static Rule |
Rule.parse(Lexer lex)
We won't know whether it's a fact or a rule until we read the
first token, so the first token for LHS will always be already
in st.sval
|
static Rule |
Rule.parseString(String s) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SemRewriteRuleCheck.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.