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

A mix defines fuel production entities and shares for them More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IMix:
Greet.DataStructureV3.Interfaces.IXmlObj Greet.DataStructureV3.Entities.Mix

Public Member Functions

Dictionary< IIO, IResultsGetUpstreamResults (IData data)
 Upstream results associated to that mix More...
 
- Public Member Functions inherited from Greet.DataStructureV3.Interfaces.IXmlObj
void FromXmlNode (IData data, XmlNode node)
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 

Properties

List< IProductionItemFuelProductionEntities [get]
 Returns a list of fuel production entities the mix uses More...
 
int Id [get, set]
 Unique ID for this mix among the mixes More...
 
int MainOutputResourceID [get]
 Unique ID for this mix among the mixes More...
 
string Name [get, set]
 Name for this mix as it is going to show on the graphical interface More...
 

Detailed Description

A mix defines fuel production entities and shares for them

Member Function Documentation

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

Upstream results associated to that mix

This is the prefered way to get the upstream for a product from any pathway. This is equivalent of getting the upstream of the last process in this pathway

Parameters
dataData object needed for references
Returns
Dictionary containing the allocated results for the resource created by this mix

Implemented in Greet.DataStructureV3.Entities.Mix.

Property Documentation

List<IProductionItem> Greet.DataStructureV3.Interfaces.IMix.FuelProductionEntities
get

Returns a list of fuel production entities the mix uses

int Greet.DataStructureV3.Interfaces.IMix.Id
getset

Unique ID for this mix among the mixes

int Greet.DataStructureV3.Interfaces.IMix.MainOutputResourceID
get

Unique ID for this mix among the mixes

string Greet.DataStructureV3.Interfaces.IMix.Name
getset

Name for this mix as it is going to show on the graphical interface


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