All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.farao_community.farao.data.crac_api.range.TapRangeAdder Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.farao_community.farao.data.crac_api.range;

import com.farao_community.farao.data.crac_api.range_action.PstRangeActionAdder;

/**
 * @author Baptiste Seguinot {@literal }
 * @author Peter Mitri {@literal }
 */
public interface TapRangeAdder {

    TapRangeAdder withMinTap(int minTap);

    TapRangeAdder withMaxTap(int maxTap);

    TapRangeAdder withRangeType(RangeType rangeType);

    PstRangeActionAdder add();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy