From 2e0db435e63a9a23e15f2318604ee3480d5c39fe Mon Sep 17 00:00:00 2001 From: hannesgeodan Date: Mon, 20 Mar 2017 11:22:37 +0100 Subject: [PATCH] Update data_model_used_in_the_tutorial.md --- gettingStarted/data_model_used_in_the_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettingStarted/data_model_used_in_the_tutorial.md b/gettingStarted/data_model_used_in_the_tutorial.md index 6a81c9d..5611122 100644 --- a/gettingStarted/data_model_used_in_the_tutorial.md +++ b/gettingStarted/data_model_used_in_the_tutorial.md @@ -1,7 +1,7 @@ # Data Model used in the tutorial We are first going to write java code that we are going to use through all the drooks tutorial. Here is the model we are going to use (taken from presentation done during conferences by Drools members) -We are in a bank that handles accounts (2) and on each account there can be movements (2). The purpose is to calculate the account balance between an accounting period (3) of all accounts given the movements it has. +We are in a bank that handles accounts (2) and on each account there can be movements (1). The purpose is to calculate the account balance between an accounting period (3) of all accounts given the movements it has. We will run all examples in junit Tests. This data model is the same as you can find in the reference model in the drools documentation. ![](drools/dataModel_fig1.jpeg)