GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
PlugInsInterfaces.DataTypes.Pathway.IPathway Interface Reference

Representation of a Pathway More...

Inheritance diagram for PlugInsInterfaces.DataTypes.Pathway.IPathway:
Collaboration diagram for PlugInsInterfaces.DataTypes.Pathway.IPathway:

Properties

string Name [get, set]
 Name for this pathway as it is going to show on the graphical interface More...
 
int Id [get, set]
 Unique ID for this pathway among the pathways More...
 
List< IProcessReferenceProcessess [get]
 Returns and ordered list of the process IDs used in this pathway More...
 
IInputResourceReference Feedd [get]
 
int MainOutputResourceID [get]
 Unique ID for this pathway among the pathways More...
 

Additional Inherited Members

- Public Member Functions inherited from PlugInsInterfaces.DataTypes.IXmlObj
XmlNode ToXmlNode (XmlDocument xmlDoc)
 
void FromXmlNode (IData data, XmlNode node)
 

Detailed Description

Representation of a Pathway

Definition at line 14 of file IPathway.cs.

Property Documentation

IInputResourceReference PlugInsInterfaces.DataTypes.Pathway.IPathway.Feedd
get

Definition at line 33 of file IPathway.cs.

int PlugInsInterfaces.DataTypes.Pathway.IPathway.Id
getset

Unique ID for this pathway among the pathways

Definition at line 25 of file IPathway.cs.

int PlugInsInterfaces.DataTypes.Pathway.IPathway.MainOutputResourceID
get

Unique ID for this pathway among the pathways

Definition at line 39 of file IPathway.cs.

string PlugInsInterfaces.DataTypes.Pathway.IPathway.Name
getset

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

Definition at line 20 of file IPathway.cs.

List<IProcessReference> PlugInsInterfaces.DataTypes.Pathway.IPathway.Processess
get

Returns and ordered list of the process IDs used in this pathway

Definition at line 30 of file IPathway.cs.


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