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

This class is a base class for TechnologyData class (Technologies file) and the VehicleOperationalMode class (Vehicle data) It contains a TimeSeries object which holds different TechnologyEmissionsFactors for each year More...

Inheritance diagram for Greet.DataStructureV3.Entities.CarEmissionsTimeSeries:
Greet.DataStructureV3.Entities.TimeSeries< Tvalue > Greet.DataStructureV3.Entities.Series< TKey, TValue > Greet.DataStructureV3.Entities.VehicleOperatingModeEmissionsTSData

Public Member Functions

override void GetObjectData (SerializationInfo info, StreamingContext context)
 
override string ToString ()
 
- Public Member Functions inherited from Greet.DataStructureV3.Entities.TimeSeries< Tvalue >
int ClosestPrecedentYear (double year)
 Given a specific year, returns the closest year that preceeds or equals the year desired If no year can be found before the desired year, uses the one right after More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
Tvalue LaggedValue (double p)
 
Tvalue Value (double year)
 

Protected Member Functions

 CarEmissionsTimeSeries (SerializationInfo information, StreamingContext context)
 
- Protected Member Functions inherited from Greet.DataStructureV3.Entities.TimeSeries< Tvalue >
 TimeSeries (SerializationInfo information, StreamingContext context)
 
- Protected Member Functions inherited from Greet.DataStructureV3.Entities.Series< TKey, TValue >
 Series (SerializationInfo information, StreamingContext context)
 

Additional Inherited Members

- Public Attributes inherited from Greet.DataStructureV3.Entities.TimeSeries< Tvalue >
string description = ""
 
- Properties inherited from Greet.DataStructureV3.Entities.TimeSeries< Tvalue >
Tvalue CurrentValue [get]
 This accessor attempts to the value for the current year. If the TS does not has a value defined for the current year More...
 

Detailed Description

This class is a base class for TechnologyData class (Technologies file) and the VehicleOperationalMode class (Vehicle data) It contains a TimeSeries object which holds different TechnologyEmissionsFactors for each year


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