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

A reference to the definition of a process as used in a pathway More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IProcessReference:
Greet.DataStructureV3.ResultsStorage.CanonicalProcess

Public Member Functions

Dictionary< IIO, IResultsGetUpstreamResults (IData data)
 Upstream results associated to that process reference at it's position in the pathway More...
 

Properties

int ModelId [get, set]
 Reference to the ID of the process to be used in the pathway More...
 

Detailed Description

A reference to the definition of a process as used in a pathway

Member Function Documentation

Dictionary<IIO, IResults> Greet.DataStructureV3.Interfaces.IProcessReference.GetUpstreamResults ( IData  data)

Upstream results associated to that process reference at it's position in the pathway

This is the prefered way to get the upstream for a product from any process reference. The upstream associated with a IPathway is equal the the upstream associated with the last process reference of this given pathway.

Parameters
dataData object needed for references
Returns
Dictionary containing the allocated results for each output of the IProcess refered by this process reference in a IPathway

Implemented in Greet.DataStructureV3.ResultsStorage.CanonicalProcess.

Property Documentation

int Greet.DataStructureV3.Interfaces.IProcessReference.ModelId
getset

Reference to the ID of the process to be used in the pathway


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