Package 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.

See:
          Description

Interface Summary
CDFDataObject Parent interface for all CDF data objects (such as CDFBusDataObject, CDFBranchDataObject, etc).
CDFLoadable Interface called by CDFParser to load data into power system objects implementing this interface.
CDFWritable Interface called by CDFParser to write data from power system objects implementing this interface to a data file.
 

Class Summary
CDFParser This class implements the Parser interface and provides the methods necessary to create a power system from data organized in the IEEE Common Data Format (CDF).
 

Package snl.ccss.jpowersystem.parsers.cdf Description

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. The parser can also write data from a power system to a file in the CDF. The CDFParser implements the required Parser interface.