Exemple #1
0
        protected IEnumerable <ILogicalResult> conclusion; //предыдущий вывод

        public ExpertSystemBase(IKnowledgeBase knBase, ILogicalSolver solver, IParser parser,
                                IExplanationSystem explSystem)
        {
            this.knBase     = knBase;
            this.solver     = solver;
            this.parser     = parser;
            this.explSystem = explSystem;
        }
        protected IEnumerable <ILogicalResult> conclusion; //предыдущий вывод

        public ExpertSystemBase(IKnowledgeBase knBase, ILogicalSolver solver, IParser parser)
        {
            this.knBase = knBase;
            this.solver = solver;
            this.parser = parser;
        }