Package com.powsybl.iidm.network.impl
Class AreaBoundaryImpl
java.lang.Object
com.powsybl.iidm.network.impl.AreaBoundaryImpl
- All Implemented Interfaces:
AreaBoundary
-
Method Summary
-
Method Details
-
getArea
- Specified by:
getArea
in interfaceAreaBoundary
- Returns:
- the Area this AreaBoundary belongs to
-
getTerminal
- Specified by:
getTerminal
in interfaceAreaBoundary
- Returns:
- If the boundary is defined by a Terminal, the Terminal of this AreaBoundary
-
getBoundary
- Specified by:
getBoundary
in interfaceAreaBoundary
- Returns:
- If the boundary is defined by a DanglingLine's Boundary, the DanglingLine's Boundary of this AreaBoundary
-
isAc
public boolean isAc()- Specified by:
isAc
in interfaceAreaBoundary
- Returns:
- true is the boundary was defined as AC
-
getP
public double getP()- Specified by:
getP
in interfaceAreaBoundary
- Returns:
- active power through area boundary
-
getQ
public double getQ()- Specified by:
getQ
in interfaceAreaBoundary
- Returns:
- reactive power through area boundary
-