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

This class holds the emission factors for a technology or a vehicle mode The parents of this class would usually be : A time series object and a technology or vehicle operation node object More...

Inheritance diagram for Greet.DataStructureV3.Entities.CarYearEmissionsFactors:
Greet.DataStructureV3.Interfaces.IYearEmissionFactors

Public Member Functions

 CarYearEmissionsFactors (GData data, double _year, CarEmissionsTimeSeries TS_reference, bool create_emission_factors, string optionalParamPrefix="")
 
 CarYearEmissionsFactors (GData data, double _year, CarEmissionsTimeSeries TS_reference, bool create_emission_factors, bool isBaseVehicle, string optionalParamPrefix="")
 
 CarYearEmissionsFactors (GData data, CarYearEmissionsFactors factorsToCopy)
 A copy constructor for returning an object with the same values as the paramter object More...
 
 CarYearEmissionsFactors (double year)
 

Public Attributes

string notes = ""
 

Properties

CarEmissionsFactors EmissionsFactors [get, set]
 
IEmissionsFactors EmissionsFactorss [get]
 
double Year [get, set]
 The year of the emission factors, default value is 0. This property is set to public. It is used to identify the year to which the current emission facts belong to. More...
 
- Properties inherited from Greet.DataStructureV3.Interfaces.IYearEmissionFactors
IEmissionsFactors EmissionsFactorss [get]
 Get the emissions factors from a given year More...
 

Detailed Description

This class holds the emission factors for a technology or a vehicle mode The parents of this class would usually be : A time series object and a technology or vehicle operation node object

Constructor & Destructor Documentation

Greet.DataStructureV3.Entities.CarYearEmissionsFactors.CarYearEmissionsFactors ( GData  data,
CarYearEmissionsFactors  factorsToCopy 
)

A copy constructor for returning an object with the same values as the paramter object

Parameters
factorsToCopy

Property Documentation

double Greet.DataStructureV3.Entities.CarYearEmissionsFactors.Year
getset

The year of the emission factors, default value is 0. This property is set to public. It is used to identify the year to which the current emission facts belong to.


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