Package com.powsybl.action.ial.dsl
Interface ActionDslLoaderObserver
- All Superinterfaces:
ContingencyDslObserver
- All Known Implementing Classes:
DefaultActionDslLoaderObserver
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionFound
(String actionId) void
void
contingencyFound
(String contingencyId) void
end()
void
-
Method Details
-
begin
- Specified by:
begin
in interfaceContingencyDslObserver
-
contingencyFound
- Specified by:
contingencyFound
in interfaceContingencyDslObserver
-
ruleFound
-
actionFound
-
end
void end()- Specified by:
end
in interfaceContingencyDslObserver
-