public abstract class AbstractBusPowerFlowPathWalker extends AbstractBusPathWalker
direction| Constructor and Description |
|---|
AbstractBusPowerFlowPathWalker() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntoBusBranches(Bus bus)
For the bus, calculate # of un-visited branches in the into-direction
using loadflow results, calculate # of un-visited branches whose power flow
is into the bus
|
int |
getOutBusBranches(Bus bus)
For the bus, calculate # of un-visited branches in the out-direction
using loadflow results, calculate # of un-visited branches whose power flow
is out the bus
|
init, needVisit, setWalkDirectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitpublic int getOutBusBranches(Bus bus)
public int getIntoBusBranches(Bus bus)