Skip to content

Model Bridges

Samuel Gomes edited this page Jul 3, 2024 · 7 revisions

ModelBridges

The model bridges allow more flexible use of GIMME by decoupling the algorithms and storage structures.
Two abstract data bridges (acting as interfaces) are currently implemented: the PlayerModelBridge and TaskModelBridge. In order to develop custom database connections, the user only has to create concrete classes extending these interfaces. Note that these bridges only define methods called upon the execution of the framework. Additional methods to, e.g., save or remove players or tasks can be defined at the programmer's will in concrete subclasses.

Clone this wiki locally