snl.ccss.jpowersystem.powerflow
Class AbstractPFPowerSystem

java.lang.Object
  extended by snl.ccss.jpowersystem.PowerSystem
      extended by snl.ccss.jpowersystem.powerflow.AbstractPFPowerSystem
All Implemented Interfaces:
PFPowerSystem

public abstract class AbstractPFPowerSystem
extends PowerSystem
implements PFPowerSystem

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

Author:
Bryan T. Richardson, Sandia National Laboratories

Constructor Summary
AbstractPFPowerSystem()
           
 
Method Summary
 
Methods inherited from class snl.ccss.jpowersystem.PowerSystem
add, add, add, getBranchList, getBranchList, getBusDeviceList, getBusDeviceList, getBusList, move, move, 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.PFPowerSystem
getBusList, getEnergizedBranchList
 

Constructor Detail

AbstractPFPowerSystem

public AbstractPFPowerSystem()