Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HiddeElzinga committed Nov 18, 2024
1 parent b910868 commit c54cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/application_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `RuleBasedModel` delegates the validation of the set of rules that it is com
After the model is successfully validated, the initialize of the model is called. In case of the `RuleBasedModel`, this creates an instance of the `RuleProcessor` and initializes it.

The `ModelRunner` continues by calling the `execute` method on the `RuleBasedModel` that in turn calls `process_rules` on the `RuleBasedProcessor`.
This method loops over all the specified rules and executes the rules based on there type. So for example, with the `ICellBasedRule` the `RuleBasedProcessor` will loop over all the cells and call the `ICellBasedRule` execute method for every cell.
This method loops over all the specified rules and executes the rules based on their type. So for example, with the `ICellBasedRule` the `RuleBasedProcessor` will loop over all the cells and call the `ICellBasedRule` execute method for every cell.

When the model execute has successfully finished with the execute step, the `finalize` method will be called on the model to clean up all resources.

Expand Down

0 comments on commit c54cedb

Please sign in to comment.