Uses of Package
snl.ccss.jpowersystem

Packages that use snl.ccss.jpowersystem
snl.ccss.jpowersystem This package provides interfaces necessary and abstract classes optional for creating and implementing new power sytem objects. 
snl.ccss.jpowersystem.parsers This package provides the interface all parsers in this library should implement. 
snl.ccss.jpowersystem.parsers.cdf This package provides a parser that can parse data from a data file organized to the specifications of the IEEE Common Data Format (CDF) and from that data create a new power system. 
snl.ccss.jpowersystem.powerflow This package provides abstract classes that can be extended by user-created power system objects. 
 

Classes in snl.ccss.jpowersystem used by snl.ccss.jpowersystem
Branch
          This interface represents the base class for a Branch object that is to be part of a power system.
Bus
          This interface represents the base class for a Bus object that is to be part of a power system.
BusDevice
          This interface represents the base class for a BusDevice object that is to be part of a power system.
PowerSystem
          This abstract class represents the main PowerSystem object.
 

Classes in snl.ccss.jpowersystem used by snl.ccss.jpowersystem.parsers
PowerSystem
          This abstract class represents the main PowerSystem object.
 

Classes in snl.ccss.jpowersystem used by snl.ccss.jpowersystem.parsers.cdf
PowerSystem
          This abstract class represents the main PowerSystem object.
 

Classes in snl.ccss.jpowersystem used by snl.ccss.jpowersystem.powerflow
AbstractBranch
          This is an abstract implementation of the Branch interface that can be extended by objects representing branches in a power sytem.
AbstractBus
          This is an abstract implementation of the Bus interface that can be extended by objects representing buses in a power sytem.
Branch
          This interface represents the base class for a Branch object that is to be part of a power system.
Bus
          This interface represents the base class for a Bus object that is to be part of a power system.
PowerSystem
          This abstract class represents the main PowerSystem object.