/**
  * this method updates the DOM (the confidence) of the consequent term with
  * the DOM of the antecedent term.
  */
 public void Calculate()
 {
     consequence.ORwithDOM(antecedent.GetDOM());
 }