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

More...

Inheritance diagram for Greet.DataStructureV3.Entities.Vertex:
Greet.DataStructureV3.Interfaces.IVertex

Public Member Functions

 Vertex ()
 Creates a new Vertex with all attribute set to their default values More...
 
 Vertex (int modelID)
 Instantiate the ModelID attribute to the model ID given as a parameter More...
 

Properties

Guid ID [get, set]
 
PointF Location [get, set]
 
int ModelID [get, set]
 
int Type [get, set]
 
- Properties inherited from Greet.DataStructureV3.Interfaces.IVertex
Guid ID [get]
 Unique ID for that vertex More...
 
PointF Location [get]
 Location if defined for representation on a graph, could be null if the user never place that item on the graph manually More...
 
int ModelID [get]
 Reference to the process model unique ID used for this vertex More...
 
int Type [get]
 0 for a process, 1 for a pathway, 2 for a mix, 3 for an output (used in rare cases) More...
 

Detailed Description

Represents either a feedstock (Pathway or Mix) or a process (Stationary or Transportation) in an instance of a Pathway

Constructor & Destructor Documentation

Greet.DataStructureV3.Entities.Vertex.Vertex ( )

Creates a new Vertex with all attribute set to their default values

Greet.DataStructureV3.Entities.Vertex.Vertex ( int  modelID)

Instantiate the ModelID attribute to the model ID given as a parameter

Parameters
modelID

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