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