Defining Quality Rules as Decision Tables (Meta Rules) - Gnorion/BizVR GitHub Wiki

VV already allows the user to create a “settings” table that controls some of the behavior of VV. It is also possible to create a "quality" table that contains user-defined rules for checking the quality of the decision models

image

Note that VV can detect errors in this table just like any other:

if executable='yes' and consistent='yes' and percent missing rules=10 and percent redundant rules<=10 
then result not specified in ruleset quality

Here's how it might look when used in a decision

image