Package com.powsybl.cgmes.extensions
Interface CgmesControlAreas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
cleanIfEmpty()
boolean
containsCgmesControlAreaId(String controlAreaId)
CgmesControlArea
getCgmesControlArea(String controlAreaId)
Collection<CgmesControlArea>
getCgmesControlAreas()
default String
getName()
Return the name of this extension.CgmesControlAreaAdder
newCgmesControlArea()
-
Methods inherited from interface com.powsybl.commons.extensions.Extension
getExtendable, setExtendable
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newCgmesControlArea
CgmesControlAreaAdder newCgmesControlArea()
-
getCgmesControlAreas
Collection<CgmesControlArea> getCgmesControlAreas()
-
getCgmesControlArea
CgmesControlArea getCgmesControlArea(String controlAreaId)
-
containsCgmesControlAreaId
boolean containsCgmesControlAreaId(String controlAreaId)
-
cleanIfEmpty
default void cleanIfEmpty()
-
-