|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ACPFBranch
This interface defines all the methods needed by the AC power flow simulators for a branch object.
| Method Summary | |
|---|---|
int |
getFromBus()
This method should return the bus ID number of the bus connected to its "from" or "tap" side. |
int |
getToBus()
This method should return the bus ID number of the bus connected to its "to" or "Z" side. |
flanagan.complex.Complex[][] |
getYBus()
This method should return a 2x2 matrix of complex numbers representing the yBus for the branch. |
| Method Detail |
|---|
int getFromBus()
int getToBus()
flanagan.complex.Complex[][] getYBus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||