Name | Description | |
---|---|---|
NGraphVertex Constructor | Creates a new graph vertex |
The following tables list the members exposed by NGraphVertex.
Name | Description | |
---|---|---|
NGraphVertex Constructor | Creates a new graph vertex |
Name | Description | |
---|---|---|
AccessibleVertices | Gets all accessible vertices of this vertex (undirected graph) | |
DestinationVertices | Gets the destination vertices for this graph vertex (directed graph) | |
Edges | Gets the edges connected to the graph vertex (undirected graph) | |
EdgesCount | Gets the count of the edges connected to the graph vertex (e.g degree) | |
Graph | Obtains a reference to the graph in which the vertex resides | |
IncomingEdges | Gets the graph vertex incoming edges (directed graph) | |
IncomingEdgesCount | Gets the graph vertex incoming edges count (e.g. in-degree) | |
NeighbourVertices | Gets the neighbour vertices for this graph vertex (undirected graph) | |
OutgoingEdges | Gets the graph vertex outgoing edges (directed graph) | |
OutgoingEdgesCount | Gets the graph vertex outgoing edges count (e.g. out-degree) | |
PredecessorVertices | Gets all predecessor vertices of this vertex (directed graph) | |
SourceVertices | Gets the source vertices for this graph vertex (directed graph) | |
SuccessorVertices | Gets all successor vertices of this vertex (directed graph) |
Name | Description | |
---|---|---|
GetPartType | Overridden. Overriden to return GraphPartType.Vertex | |
ToString |