Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Within organizations decisions are made frequently and have an important impact on reaching the organization's goals. Decisions are made using logic, even if that is not always obvious. There are many organizations that have automated their operational decision making using software. Blueriq is a platform that is often used to make decisions.

...

Let's say we're modeling a very simple decision that determines whether someone will receive a discount on some sort of insurance.
Females are eligible for this discount, males are not. The decision requirements graph will probably look something like the one sown shown below.
Use Ctrl-click on the various elements to open them and verify that the discount is modeled correctly.

Image RemovedImage Added

Although even for simple decisions the DRG is very useful while designing or reviewing, the true strength of the DRG is exemplified when designing or reviewing multi-layered complex decisions. See the example DRG below, that shows the decision that determines Strategy. At level 1 this decision looks very trivial.

Image RemovedImage Added

When expanded to the next level,it shows that the decision consists of two separate decisions.

Image RemovedImage Added

At level 4 the we find that there are in fact many more decisions in play:

Image RemovedImage Added

It is possible to completely expand all decisions, knowledge models, input data and sources in one single graph, but this will most likely result in a diagram that is not usable for any type of audience. Therefore it is advised to expand sub decisions in separate DRG's. Shown below is such a DRG for the sub decision Bureau call type.

Image RemovedImage Added

Runtime Decision Requirements Graph

Although OMG´s standard DMN does not contain any specifications for it, Blueriq also uses a runtime decision requirements graph. This graph resembles the design time decision requirements graph, but differs mainly with regards to the fact that is shows all given answers and derived values. See the example below, also about the risk score example.

Image RemovedImage Added

Expanding sub decisions shows exactly what has been filled in by the user or derived by Blueriq at runtime in a specific session.

Image RemovedImage Added