Exemplo n.º 1
0
 public void Dispose()
 {
     _workingMemory = GenerateWorkingMemory();
     _ruleBase      = GenerateRuleBase();
     _matcher       = new RuleMatcherService();
 }
Exemplo n.º 2
0
 public RuleMatcherServiceTests()
 {
     _workingMemory = GenerateWorkingMemory();
     _ruleBase      = GenerateRuleBase();
     _matcher       = new RuleMatcherService();
 }