public Rule(List <Term> terms, Term answer, double factor) { this.terms = terms; this.answer = answer; this.factor = factor; }
public Rule(List<Term> terms, Term answer, double factor) { this.terms = terms; this.answer = answer; this.factor = factor; }