Package com.powsybl.contingency
Class BranchContingency
- java.lang.Object
-
- com.powsybl.contingency.AbstractSidedContingency
-
- com.powsybl.contingency.BranchContingency
-
- All Implemented Interfaces:
ContingencyElement
public class BranchContingency extends AbstractSidedContingency
- Author:
- Geoffroy Jamgotchian
, Mathieu Bague
-
-
Field Summary
-
Fields inherited from class com.powsybl.contingency.AbstractSidedContingency
id, voltageLevelId
-
-
Constructor Summary
Constructors Constructor Description BranchContingency(String id)
BranchContingency(String id, String voltageLevelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ContingencyElementType
getType()
int
hashCode()
Tripping
toModification()
-
Methods inherited from class com.powsybl.contingency.AbstractSidedContingency
getId, getVoltageLevelId
-
-