|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
visidia.rule |
Uses of Rule in visidia.rule |
---|
Methods in visidia.rule that return Rule | |
---|---|
Rule |
RelabelingSystem.getRule(int i)
return the rule at position i. |
Rule |
Rule.inverseSimpleRule()
return the inverse of a simple rule. example: A-N --> U-V {fc} becomes N-A --> V-U {fc} |
Methods in visidia.rule with parameters of type Rule | |
---|---|
void |
RelabelingSystem.addGlobEndRule(Rule r)
add a Global End rule to the relabeling system. |
void |
RelabelingSystem.addRule(Rule r)
add a rule to the relabeling system. |
int |
RuleVector.contains(Rule r)
looks in the vector for an elements Rule equals to the parameter r, this operation is Randomized. |
boolean |
Rule.equals(Rule r)
return true if the rules are equals. warning: forbidden contexts are not compared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |