01_user_documentation:05_object:08_parameter:01_parameter:03_use_pm
This is an old revision of the document!
Table of Contents
Explicitly use Parameter manager
By default, parameter are added to the default parameter manager. It is possible to link them to a specific parameter manager either by:
- Creating a new one based on a type
- Referring to an existing one by name
By type
This refer or create a new “default” parameter manager of the given type.
@IsParameter(type=EmptyParameterManager.class) float f1;
By name
@AddParameterManager(name="envParam", type=TextFilePM.class) @IsParameter("envParam") float f1;
01_user_documentation/05_object/08_parameter/01_parameter/03_use_pm.1757327911.txt.gz · Last modified: 2025/09/08 12:38 by gaetan
