Interface ReferenceTerminalsAdder
- All Superinterfaces:
ExtensionAdder<Network,
ReferenceTerminals>
- Author:
- Damien Jeandemange <damien.jeandemange at artelys.com>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<ReferenceTerminals>
Returns the class of the extension.withTerminals
(Set<Terminal> terminals) Methods inherited from interface com.powsybl.commons.extensions.ExtensionAdder
add
-
Method Details
-
withTerminals
-
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<Network,
ReferenceTerminals> - Returns:
- the interface of the extension
-