Package org.languagetool.rules.de
Class ProhibitedCompoundRule.WeightedRuleMatch
java.lang.Object
org.languagetool.rules.de.ProhibitedCompoundRule.WeightedRuleMatch
- All Implemented Interfaces:
Comparable<ProhibitedCompoundRule.WeightedRuleMatch>
- Enclosing class:
ProhibitedCompoundRule
static class ProhibitedCompoundRule.WeightedRuleMatch
extends Object
implements Comparable<ProhibitedCompoundRule.WeightedRuleMatch>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
weight
long weight -
match
RuleMatch match
-
-
Constructor Details
-
WeightedRuleMatch
WeightedRuleMatch(long weight, RuleMatch match)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<ProhibitedCompoundRule.WeightedRuleMatch>
-