public interface RuleAppCost extends java.lang.Comparable<RuleAppCost>
| Modifier and Type | Method and Description | 
|---|---|
RuleAppCost | 
add(RuleAppCost cost2)
Add the given costs to the costs that are represented by this object 
 | 
int | 
compareTo(RuleAppCost o)  | 
int compareTo(RuleAppCost o)
compareTo in interface java.lang.Comparable<RuleAppCost>RuleAppCost add(RuleAppCost cost2)