Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Entities.EmissionsFactors Class Referenceabstract

Emissions factors for a given year, and instance of this class holds one emission factor per gas More...

Inheritance diagram for Greet.DataStructureV3.Entities.EmissionsFactors:
Greet.DataStructureV3.Interfaces.IEmissionsFactors Greet.DataStructureV3.Entities.BasedEmissionFactors Greet.DataStructureV3.Entities.RealEmissionsFactors

Public Member Functions

abstract bool CheckIntegrity (GData data, bool showIds, out string efErrMsg)
 
abstract XmlNode ToXmlNode (XmlDocument doc, string name="")
 Returns an XML node for that year, the node will contains the year value and emission factors for each gas More...
 

Public Attributes

Dictionary< int, LightValueEmissionFactorsForCalculations = new Dictionary<int, LightValue>()
 Values that are going to be used during the calculations after pre-processing More...
 

Properties

string Notes [get, set]
 Notes that may be associated with that technology for that specific year More...
 
double Year [get, set]
 The year for which this technology is defined, 0 is the default year for all technologies More...
 

Detailed Description

Emissions factors for a given year, and instance of this class holds one emission factor per gas

Member Function Documentation

abstract XmlNode Greet.DataStructureV3.Entities.EmissionsFactors.ToXmlNode ( XmlDocument  doc,
string  name = "" 
)
pure virtual

Returns an XML node for that year, the node will contains the year value and emission factors for each gas

Parameters
doc
name
Returns

Implemented in Greet.DataStructureV3.Entities.RealEmissionsFactors, and Greet.DataStructureV3.Entities.BasedEmissionFactors.

Member Data Documentation

Dictionary<int, LightValue> Greet.DataStructureV3.Entities.EmissionsFactors.EmissionFactorsForCalculations = new Dictionary<int, LightValue>()

Values that are going to be used during the calculations after pre-processing

Property Documentation

string Greet.DataStructureV3.Entities.EmissionsFactors.Notes
getset

Notes that may be associated with that technology for that specific year

double Greet.DataStructureV3.Entities.EmissionsFactors.Year
getset

The year for which this technology is defined, 0 is the default year for all technologies


The documentation for this class was generated from the following file: