GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
IModeFuelShare.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Reflection;
6 using PlugInsInterfaces.DataTypes.Resource;
7 
8 namespace PlugInsInterfaces.DataTypes.Process.Transportation
9 {
13  [Obfuscation(Feature = "renaming", Exclude = true)]
14  public interface IModeFuelShare
15  {
19  [Obfuscation(Feature = "renaming", Exclude = true)]
20  IInputResourceReference ResourceReferencee { get; }
21 
25  [Obfuscation(Feature = "renaming", Exclude = true)]
26  int TechnologyTo { get; }
27 
31  [Obfuscation(Feature = "renaming", Exclude = true)]
32  int TechnologyFrom { get; }
33  }
34 }
Fuel share to be used by a mode for a defined transportation step
Defines a reference to an input source, if a process has an input coming from a pathway this will rep...