Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Entities.TimeSeries< Tvalue > Class Template Reference

This class represents a generic time series More...

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

Public Member Functions

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)
 

Public Attributes

string description = ""
 

Protected Member Functions

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

Properties

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 represents a generic time series

Member Function Documentation

int Greet.DataStructureV3.Entities.TimeSeries< Tvalue >.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

Parameters
yearDesired year
Returns
Available year according to the current collection

Property Documentation

Tvalue Greet.DataStructureV3.Entities.TimeSeries< 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


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