dynrules
|
00001 /* 00002 * dynrules - Python dynamic rules engine 00003 * 00004 * Authors: Marcus von Appen 00005 * 00006 * This file is distributed under the Public Domain. 00007 */ 00008 00009 #ifndef _DYNRULES_H_ 00010 #define _DYNRULES_H_ 00011 00012 #include "Rule.h" 00013 #include "RuleSet.h" 00014 #include "LearnSystem.h" 00015 #include "RuleManagement.h" 00016 #include "MMapRuleManagement.h" 00017 00018 #endif /* _DYNRULES_H_ */