// Update the DOM (the confidence) of the consequent term with the DOM of the antecedent term. public void Calculate() { _consequent.ORwithDOM(_antecedent.GetDOM()); }
public void Calculate() { Consequence.ORwithDOM(Antecedent.GetDOM()); }