snl.ccss.jpowersystem.powerflow
Class AbstractDCPFBranch

java.lang.Object
  extended by snl.ccss.jpowersystem.AbstractBranch
      extended by snl.ccss.jpowersystem.powerflow.AbstractDCPFBranch
All Implemented Interfaces:
DCPFBranch, Branch

public abstract class AbstractDCPFBranch
extends AbstractBranch
implements DCPFBranch

This is an empty abstract class that extends AbstractBranch and implements DCPFBranch. Extending AbstractBranch makes it possible for a user to extend this class and only have to implement the methods required by the DCPFBranch interface.

Author:
Bryan T. Richardson, Sandia National Laboratories

Constructor Summary
AbstractDCPFBranch()
           
 
Method Summary
 
Methods inherited from class snl.ccss.jpowersystem.AbstractBranch
addTo, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface snl.ccss.jpowerflow.dc.DCPFBranch
getBPrime, getFromBus, getToBus
 

Constructor Detail

AbstractDCPFBranch

public AbstractDCPFBranch()