Interface TapChangerStepsReplacer<S extends TapChangerStepsReplacer<S,A>,A extends TapChangerStepAdder<A,S>>

Type Parameters:
S - for SELF (itself)
A - the step adder to build and add one step
All Known Subinterfaces:
PhaseTapChangerStepsReplacer, RatioTapChangerStepsReplacer
All Known Implementing Classes:
PhaseTapChangerStepsReplacerImpl, RatioTapChangerStepsReplacerImpl

public interface TapChangerStepsReplacer<S extends TapChangerStepsReplacer<S,A>,A extends TapChangerStepAdder<A,S>>
Contains methods to build and replace the list of steps of an existing tap changer.
Author:
Florent MILLOT <florent.millot at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • beginStep

      A beginStep()
    • replaceSteps

      void replaceSteps()