com.powsybl.openrao.data.cracimpl.AngleCnecValue 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
The newest version!
package com.powsybl.openrao.data.cracimpl;
import com.powsybl.openrao.data.cracapi.cnec.CnecValue;
public record AngleCnecValue(Double value) implements CnecValue {
}