Interface RatioTapChangerStepAdder<S extends RatioTapChangerStepAdder<S,T>,T>

Type Parameters:
S - for SELF (itself)
T - the return type when building the step by calling TapChangerStepAdder.endStep()
All Superinterfaces:
TapChangerStepAdder<S,T>
All Known Subinterfaces:
RatioTapChangerAdder.StepAdder, RatioTapChangerStepsReplacer.StepAdder

public interface RatioTapChangerStepAdder<S extends RatioTapChangerStepAdder<S,T>,T> extends TapChangerStepAdder<S,T>
Interface for classes responsible for building a single step.
Author:
Florent MILLOT <florent.millot at rte-france.com>