snl.ccss.jpowersystem.powerflow
Class AbstractPFBus

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

public abstract class AbstractPFBus
extends AbstractBus
implements ACPFBus, DCPFBus

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Constructor Summary
AbstractPFBus()
           
 
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.ac.ACPFBus
checkGenMvarOutput, getAngle, getBusMvar, getBusMw, getNumber, getSusceptance, getVoltage, isAVR, isGenerationBus, isSlackBus, setAngle, setBusMvar, setBusMw, setVoltage
 
Methods inherited from interface snl.ccss.jpowerflow.dc.DCPFBus
getBusMw, getNumber, isSlackBus
 

Constructor Detail

AbstractPFBus

public AbstractPFBus()