snl.ccss.jpowerflow.dc
Interface DCPFBranch

All Known Implementing Classes:
AbstractDCPFBranch, AbstractPFBranch

public interface DCPFBranch

This interface defines all the methods needed by the DC power flow solver for a branch object.

Author:
Bryan T. Richardson - Sandia National Laboratories

Method Summary
 double getBPrime()
          This method should return the b prime value for the branch.
 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.
 

Method Detail

getFromBus

int getFromBus()
This method should return the bus ID number of the bus connected to its "from" or "tap" side.

Returns:
ID number of bus on "from" or "tap" side

getToBus

int getToBus()
This method should return the bus ID number of the bus connected to its "to" or "Z" side.

Returns:
ID number of bus on "to" or "Z" side

getBPrime

double getBPrime()
This method should return the b prime value for the branch.

Returns:
b prime for branch