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

Represents a vertex in a pathway, may be holding a reference to a process, a pathway or a mix More...

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

Properties

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 a vertex in a pathway, may be holding a reference to a process, a pathway or a mix

Property Documentation

Guid Greet.DataStructureV3.Interfaces.IVertex.ID
get

Unique ID for that vertex

PointF Greet.DataStructureV3.Interfaces.IVertex.Location
get

Location if defined for representation on a graph, could be null if the user never place that item on the graph manually

int Greet.DataStructureV3.Interfaces.IVertex.ModelID
get

Reference to the process model unique ID used for this vertex

int Greet.DataStructureV3.Interfaces.IVertex.Type
get

0 for a process, 1 for a pathway, 2 for a mix, 3 for an output (used in rare cases)


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