snl.ccss.jpowersystem.powerflow
Class AbstractACPFBus

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

public abstract class AbstractACPFBus
extends AbstractBus
implements ACPFBus

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Constructor Summary
AbstractACPFBus()
           
 
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
 

Constructor Detail

AbstractACPFBus

public AbstractACPFBus()