![JAR search and dependency download from the Maven repository](/logo.png)
com.powsybl.openrao.data.cracimpl.FlowCnecValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of open-rao-crac-impl Show documentation
Show all versions of open-rao-crac-impl Show documentation
Object model for CRAC implementation
package com.powsybl.openrao.data.cracimpl;
import com.powsybl.openrao.data.cracapi.cnec.CnecValue;
public record FlowCnecValue(Double side1Value, Double side2Value) implements CnecValue {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy