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

Public Member Functions

 ParameterTS ()
 Creates an empty object, NO Parameters instances created More...
 
 ParameterTS (GData data, string unitOrGroupName, double greetVal, double userVal=0, string optionalParamPrefix="")
 Creates a new ParameterTS and registers the created unique parameter for year 0 More...
 
- 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)
 

Additional Inherited Members

- Public Attributes inherited from Greet.DataStructureV3.Entities.TimeSeries< Tvalue >
string description = ""
 
- 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)
 
- 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...
 

Constructor & Destructor Documentation

Greet.DataStructureV3.Entities.ParameterTS.ParameterTS ( )

Creates an empty object, NO Parameters instances created

Greet.DataStructureV3.Entities.ParameterTS.ParameterTS ( GData  data,
string  unitOrGroupName,
double  greetVal,
double  userVal = 0,
string  optionalParamPrefix = "" 
)

Creates a new ParameterTS and registers the created unique parameter for year 0

Parameters
data
unitOrGroupName
greetVal
optionalParamPrefix

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