Added first version of DebugManager. Implemented draft of the rule engine

This commit is contained in:
2020-11-20 13:41:45 +01:00
parent cd066881b4
commit 315f8ea09b
156 changed files with 8388 additions and 2852 deletions
+8
View File
@@ -0,0 +1,8 @@
# events
CONCEPT_PRECEDENCE_MODIFIED = "cpm"
RULE_PRECEDENCE_MODIFIED = "rpm"
CONTEXT_DISPOSED = "cd"
# comparison context
RULE_COMPARISON_CONTEXT = "Rule"
CONCEPT_COMPARISON_CONTEXT = "Sya"