Package com.powsybl.cgmes.extensions
Interface CgmesControlArea
-
public interface CgmesControlArea
- Author:
- Miora Ralambotiana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Boundary boundary)
void
add(Terminal terminal)
Set<Boundary>
getBoundaries()
String
getEnergyIdentificationCodeEIC()
String
getId()
String
getName()
double
getNetInterchange()
Set<Terminal>
getTerminals()
-