Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gettingStarted/data_model_used_in_the_tutorial.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down