This tab is in the Sport Setup tab.
The Progressions tab is used to define the progressions used in Events.
The ID field is the unique ID for this Progression. The default ID prefix is PR.
The Name field is the name of the progression.
The Class field is the class of the progression. If no package prefix (the part before the last dot) is specified, JRaceman assumes a package of "net.jimmc.racer.progression", which is the package containing the standard progressions. See the list of Progressions.
The Parameters field allows a string of parameters to be passed to the Class for this progression. This allows one Class to be used for multiple progressions with minor differences. Parameters are typically passed as a set of name=value pairs separated by semicolons.
ProgressionComplan - Complex Progression Plans. See the section on Complans. Allowed parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
| multipleFinals | boolean | false | If true, multiple Final rounds are scheduled (as defined in the USACK or ICF progressions). If false, only Final A is scheduled. |
| planChoice | string | (none) |
The selection of which plan to use when multiple plans
are available for the same entry counts.
If only one plan is available, this parameter is ignored.
This can be one of the following values:
|
| system | string | (none) | The name of the Complan system to use for Events which use this Progression. The Complan name can also be overridden in the Event by setting the system name in the progressionState field of the Event. |
| useExtraLanes | boolean | false | If true, races with 10 contestants are run using the extra (10th) lane. If false, races with 10 contestants will be run in two sections. |
ProgressionSimplan - Simple Progression Plans. See the section on Simplans. Allowed parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
| system | string | (none) | The name of the Simplan system to use for Events which use this Progression. The Simplan name can also be overridden in the Event by setting the system name in the progressionState field of the Event. |
ProgressionUsack - The USACK and ICF progressions. Allowed parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
| multipleFinals | boolean | false | If true, multiple Final rounds are scheduled (as defined in the USACK or ICF progressions). If false, only Final A is scheduled. |
| useExtraLanes | boolean | false | If true, races with 10 contestants are run using the extra (10th) lane. If false, races with 10 contestants will be run in two sections. |
| useIcfProgressions | boolean | false | If true, the ICF progressions are used. If false, the USACK progressions are used. |