From c7eaa9db1dff242fb2c83be105681749622f52b0 Mon Sep 17 00:00:00 2001 From: hannesgeodan Date: Mon, 20 Mar 2017 11:20:27 +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..80a9bca 100644 --- a/gettingStarted/data_model_used_in_the_tutorial.md +++ b/gettingStarted/data_model_used_in_the_tutorial.md @@ -1,5 +1,5 @@ # 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. +We are first going to write java code that we are going to use through all the drools 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 will run all examples in junit Tests.