snl.ccss.jpowersystem.powerflow
Class AbstractDCPFBus

java.lang.Object
  extended by snl.ccss.jpowersystem.AbstractBus
      extended by snl.ccss.jpowersystem.powerflow.AbstractDCPFBus
All Implemented Interfaces:
DCPFBus, Bus

public abstract class AbstractDCPFBus
extends AbstractBus
implements DCPFBus

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Constructor Summary
AbstractDCPFBus()
           
 
Method Summary
 
Methods inherited from class snl.ccss.jpowersystem.AbstractBus
add, add, addTo, getBranchList, getBusDeviceList, remove, remove, 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.DCPFBus
getBusMw, getNumber, isSlackBus
 

Constructor Detail

AbstractDCPFBus

public AbstractDCPFBus()