public ClipsEngine()
 {
     m_oRuleEngine = new RuleEngine();
     m_stInferResult = new Result();
     m_stInferResult.Init();
 }