floodsim.model.report
Members list
Type members
Classlikes
Collection of analysis tools for evaluating the situation on the flood map. Provides methods to calculate various damage metrics and flooding statistics for flood simulation analysis.
Collection of analysis tools for evaluating the situation on the flood map. Provides methods to calculate various damage metrics and flooding statistics for flood simulation analysis.
Attributes
- Supertypes
- Self type
-
DamageCalculator.type
Trait defining the interface for damage calculation operations in the flood simulation model.
Trait defining the interface for damage calculation operations in the flood simulation model.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object DamageCalculator
Main report generator implementation that creates comprehensive flood simulation reports. This object provides functionality to analyze flood simulation data and generate formatted reports including statistics and grid visualization.
Main report generator implementation that creates comprehensive flood simulation reports. This object provides functionality to analyze flood simulation data and generate formatted reports including statistics and grid visualization.
Attributes
- Supertypes
- Self type
-
ReportGenerator.type
Trait defining the interface for report generation functionality. Implementations should provide methods to generate and save flood simulation reports.
Trait defining the interface for report generation functionality. Implementations should provide methods to generate and save flood simulation reports.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ReportGenerator