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, setWalkDirection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visit
public int getOutBusBranches(Bus bus)
public int getIntoBusBranches(Bus bus)