Interface MeasurementsAdder<C extends Connectable<C>>

All Superinterfaces:
ExtensionAdder<C,Measurements<C>>

public interface MeasurementsAdder<C extends Connectable<C>> extends ExtensionAdder<C,Measurements<C>>
Author:
Miora Ralambotiana <miora.ralambotiana at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the class of the extension.

    Methods inherited from interface com.powsybl.commons.extensions.ExtensionAdder

    add
  • Method Details

    • getExtensionClass

      default Class<Measurements> 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 interface ExtensionAdder<C extends Connectable<C>,Measurements<C extends Connectable<C>>>
      Returns:
      the interface of the extension