snl.ccss.jpowersystem.parsers.cdf
Interface CDFLoadable


public interface CDFLoadable

Interface called by CDFParser to load data into power system objects implementing this interface.

Author:
Bryan T. Richardson, Sandia National Laboratories

Method Summary
 void loadCDFData(CDFDataObject dataObject)
          This method should load object implementing this interface with the data provided by the given data object.
 

Method Detail

loadCDFData

void loadCDFData(CDFDataObject dataObject)
This method should load object implementing this interface with the data provided by the given data object.

Parameters:
dataObject - Object containing a subset of data from data file