Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.ResultsStorage.CanonicalInput Class Reference

This object stores a reference to an input for the calculations as well as upstream results associated with that input for a vertex in a specific pathway More...

Public Member Functions

 CanonicalInput (Input reference)
 Creates a new instance and assign a reference to the Input object More...
 

Public Attributes

Input Input = null
 Reference to an instance of the input used for the calculations here More...
 
InputResult Results = new InputResult("")
 Results stored from the calculations for that input in a specific vertex in a specific pathway More...
 

Detailed Description

This object stores a reference to an input for the calculations as well as upstream results associated with that input for a vertex in a specific pathway

Constructor & Destructor Documentation

Greet.DataStructureV3.ResultsStorage.CanonicalInput.CanonicalInput ( Input  reference)

Creates a new instance and assign a reference to the Input object

Parameters
referenceInstance of an Input to be used by the calculations

Member Data Documentation

Input Greet.DataStructureV3.ResultsStorage.CanonicalInput.Input = null

Reference to an instance of the input used for the calculations here

InputResult Greet.DataStructureV3.ResultsStorage.CanonicalInput.Results = new InputResult("")

Results stored from the calculations for that input in a specific vertex in a specific pathway


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