Validation of Decisions Within A Project - Gnorion/BizVR GitHub Wiki

VV is capable of accepting many decisions and can do its analysis on the entire collection of rules.

It can also draw a dependency diagram such as this that shows how decisions within a project may have dependencies

In this example Decision 1 and Decision 2 are identical except for the names of the tables. Decision table "Conflict" is common to both decisions.

image

VV can summarize this as follows:

Inputs in both decisions:                  A, B, C, D
Outputs in both decisions:                 OUT

Rulesets in decision 1 but not decision 2: determine OUT from X and Y, determine X from A and B, determine Y from C and D
Rulesets in decision 2 but not decision 1: DTOUT, DTX, DTY

Rules in both decisions are identical