Table of Contents
Parameterize
In order to ease the usage of models, it is possible to configure them without modifying them by using parameters. It is possible to parametrize variables from project at:
- GroIMP start
- Project load
Main Args
Hooks
Hooks are functions that are called during the execution of a project life cycle. While most hooks are declared by the platform developers, some can be declared within an XL project. Such hooks require to extends specific classes.
Note: there can be several classes that implements any of these two interfaces. They will be ALL executed.
Parameter manager
The parameter manager create a link between some node's attributes and the project. Only attributes from RGG Nodes can considered as parameters. Parameter managers can provide GUI tools, files, and command line arguments to access the parameters. One project can include several parameter managers.
