1.1.2.
Grouping of Components and Parameters in the GUI
Up one level
The order in which you write the parameters, out channels and sub components in a component determines the order in the GUI.
RiskAnalytics comes with a powerful way of deriving a default user interface for all models, components and its parameters - a model or component developer does not have to write any GUI code. Yet he can group the parameters.
The order in which subcomponents, parameters and out channels in a component are displayed is the order in which they appear in the corresponding code.
Example of a Model and its Visualization in the Parameter View
class PodraModel extends Model {
DynamicUnderwritingSegments underwriting
DynamicClaimsGenerators claimsGenerators
DynamicDependencies correlations
DynamicMultipleDependencies eventCorrelations
DynamicConfigurableLobs linesOfBusiness
MultiLineDynamicReinsuranceProgram reinsuranceProgram
...
}

