Skip to content

Migration guide v2.8.0

Lisrte edited this page Mar 28, 2025 · 1 revision

Simulation context instantiation

Replace DynawoSimulationContext and SecurityAnalysisContext instantiation respectively with DynawoSimulationContext.Builder and SecurityAnalysisContext.Builder.

Remove equipment dynamic model id setter

Remove dynamicModelId setter in DynamicModelsSupplier implementation and EquipmentModelBuilder.

Two Level Overload Management System renaming

Replace:

  • DynamicTwoLevelsOverloadManagementSystemBuilder class with DynamicTwoLevelOverloadManagementSystemBuilder
  • TwoLevelsOverloadManagementSystem model name with TwoLevelOverloadManagementSystem

Clone this wiki locally