Interface SlackTerminalAdder
- All Superinterfaces:
ExtensionAdder<VoltageLevel,
SlackTerminal>
- All Known Implementing Classes:
SlackTerminalAdderImpl
- Author:
- Florian Dupuy <florian.dupuy at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<SlackTerminal>
Returns the class of the extension.withTerminal
(Terminal terminal) Methods inherited from interface com.powsybl.commons.extensions.ExtensionAdder
add
-
Method Details
-
getExtensionClass
Description copied from interface:ExtensionAdder
Returns the class of the extension. This is expected to be an interface so that multiple implementors can implement the same extensions. This will be the key at which the extension is added on the extendable. This is meant to be implemented by adder interfaces but not by adder implementations.- Specified by:
getExtensionClass
in interfaceExtensionAdder<VoltageLevel,
SlackTerminal> - Returns:
- the interface of the extension
-
withTerminal
-