Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.IMonitor Interface Reference

An interface for the monitored results in GREET More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IMonitor:
Greet.DataStructureV3.AMonitor Greet.DataStructureV3.Monitor

Public Member Functions

void Clear ()
 Clears all values stored from previous simulations More...
 

Properties

int ResultsCount [get]
 Returns the number of saved values for this monitored item More...
 
string UniqueId [get, set]
 A unique name for that monitored value item More...
 
Dictionary< int, IValueValues [get]
 Results stored from previous simulations More...
 

Detailed Description

An interface for the monitored results in GREET

Monitored items are a way to record upstream results across multiple iterations of the calculations. For example one might like to record results between multiple calculations and change parameter to see their influence on this monitored results

Another example of use may be for stochastic simulations, one can monitor a result item, run thousands of simulations, and see the distribution of results for that monitored item

Member Function Documentation

void Greet.DataStructureV3.Interfaces.IMonitor.Clear ( )

Clears all values stored from previous simulations

Implemented in Greet.DataStructureV3.Monitor, and Greet.DataStructureV3.AMonitor.

Property Documentation

int Greet.DataStructureV3.Interfaces.IMonitor.ResultsCount
get

Returns the number of saved values for this monitored item

string Greet.DataStructureV3.Interfaces.IMonitor.UniqueId
getset

A unique name for that monitored value item

Dictionary<int, IValue> Greet.DataStructureV3.Interfaces.IMonitor.Values
get

Results stored from previous simulations


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