Module
Decision tables and trees
4 Topics
35 mins
Decision tables and decision trees are fundamental to enforcing business decisions. Decision tables are a helpful approach when you must test the values of a set of properties or expressions to make a decision. Decision trees can evaluate against different test conditions and properties. A true comparison can lead to additional comparisons.