Uses of Class
hultig.sumo.Rule

Packages that use Rule
hultig.sumo This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text
 

Uses of Rule in hultig.sumo
 

Methods in hultig.sumo with parameters of type Rule
 int RuleList.compare(Rule ra, Rule rb)
          Compare two rules based on their coverage values.
 boolean Rule.entails(Rule r)
          Verify if a given rule is entailed by this rule.
 boolean Rule.equivalent(Rule r)
          Verifies whether two rules are equivalent, by comparing their conditions.