Package com.powsybl.contingency
Class BatteryContingency
- java.lang.Object
-
- com.powsybl.contingency.AbstractContingency
-
- com.powsybl.contingency.BatteryContingency
-
- All Implemented Interfaces:
ContingencyElement
public class BatteryContingency extends AbstractContingency
- Author:
- Etienne Lesot
-
-
Field Summary
-
Fields inherited from class com.powsybl.contingency.AbstractContingency
id
-
-
Constructor Summary
Constructors Constructor Description BatteryContingency(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContingencyElementType
getType()
Tripping
toModification()
-
Methods inherited from class com.powsybl.contingency.AbstractContingency
equals, getId, hashCode
-
-
-
-
Constructor Detail
-
BatteryContingency
public BatteryContingency(String id)
-
-
Method Detail
-
getType
public ContingencyElementType getType()
-
toModification
public Tripping toModification()
-
-