Package snl.ccss.jpowersystem.powerflow

This package provides abstract classes that can be extended by user-created power system objects.

See:
          Description

Class Summary
AbstractACPFBranch This is an empty abstract class that extends AbstractBranch and implements ACPFBranch.
AbstractACPFBus This is an empty abstract class that extends AbstractBus and implements ACPFBus.
AbstractDCPFBranch This is an empty abstract class that extends AbstractBranch and implements DCPFBranch.
AbstractDCPFBus This is an empty abstract class that extends AbstractBus and implements DCPFBus.
AbstractPFBranch This is an empty abstract class that extends AbstractBranch and implements ACPFBranch and DCPFBranch.
AbstractPFBus This is an empty abstract class that extends AbstractBus and implements ACPFBus and DCPFBus.
AbstractPFPowerSystem This is an empty abstract class that extends PowerSystem and implements PFPowerSytem.
 

Package snl.ccss.jpowersystem.powerflow Description

This package provides abstract classes that can be extended by user-created power system objects. By extending these abstract classes and implementing the remaining methods necessary (which are the methods required by the power flow interfaces), the user's objects will be available for creation and insertion to the system by the framework, available for loading using the parsers and available for power flow simulations.