snl.ccss.jpowersystem.parsers.cdf
Interface CDFWritable


public interface CDFWritable

Interface called by CDFParser to write data from power system objects implementing this interface to a data file.

Author:
Bryan T. Richardson, Sandia National Laboratories

Method Summary
 CDFDataObject getCDFData()
          This method should return a CDFDataObject containing the latest version of data contained in the object implementing this interface.
 

Method Detail

getCDFData

CDFDataObject getCDFData()
This method should return a CDFDataObject containing the latest version of data contained in the object implementing this interface.

Returns:
CDFDataObject containing updated data