Example #1
0
 public void Then(SimplePredicate p)
 {
     this.consecuent = p;
 }
Example #2
0
 public Rule(Predicate antecedent, SimplePredicate consecuent)
 {
     this.antecedent = antecedent;
     this.consecuent = consecuent;
 }