Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Entities.MPGsTS Class Reference
Inheritance diagram for Greet.DataStructureV3.Entities.MPGsTS:
Greet.DataStructureV3.Entities.TimeSeries< Tvalue > Greet.DataStructureV3.Entities.Series< TKey, TValue >

Public Member Functions

 MPGsTS (GData data, String unit, int year)
 
 MPGsTS (GData data, XmlNode node, string optionalParamPrefix="")
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
- 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)
 

Public Attributes

TimeSeries< string > notes = new TimeSeries<string>()
 
- Public Attributes inherited from Greet.DataStructureV3.Entities.TimeSeries< Tvalue >
string description = ""
 

Protected Member Functions

 MPGsTS (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

- 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...
 

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