|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDFDataObject | |
---|---|
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.parsers.cdf.dataobjects | This package provides data objects that contain the data provided in an IEEE Common Data Format (CDF) data file for a power system and all the bus and branch objects that belong to the power system. |
Uses of CDFDataObject in snl.ccss.jpowersystem.parsers.cdf |
---|
Methods in snl.ccss.jpowersystem.parsers.cdf that return CDFDataObject | |
---|---|
CDFDataObject |
CDFWritable.getCDFData()
This method should return a CDFDataObject containing the latest version of data contained in the object implementing this interface. |
Methods in snl.ccss.jpowersystem.parsers.cdf with parameters of type CDFDataObject | |
---|---|
void |
CDFLoadable.loadCDFData(CDFDataObject dataObject)
This method should load object implementing this interface with the data provided by the given data object. |
Uses of CDFDataObject in snl.ccss.jpowersystem.parsers.cdf.dataobjects |
---|
Classes in snl.ccss.jpowersystem.parsers.cdf.dataobjects that implement CDFDataObject | |
---|---|
class |
CDFBranchDO
This object contains variables for each column of bus data in an IEEE Common Data Format (CDF) file describing a power system. |
class |
CDFBusDO
This object contains variables for each column of branch data in an IEEE Common Data Format (CDF) file describing a power system. |
class |
CDFPowerSystemDO
This object contains variables for each column of power system data in an IEEE Common Data Format (CDF) file describing a power system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |