The network graph element index
GraphIndex
Type Parameters
| Name | Description |
|---|---|
Node | The network node element |
Edge | The network edge element |
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Analysis.Model.GraphIndex`2
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| RemoveEdge | 1 | Delete a graph edge connection from current network graph model |
| GetEdges | 2 | 获取目标两个节点之间的所有的重复的边连接 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| _nodeSet | 1 | 应用于按照节点的Vertex.label为键名进行节点对象的快速查找 |
04 Members
RemoveEdge(
`1)Delete a graph edge connection from current network graph model
Parameters
| Name | Type | Description |
|---|---|---|
edge | `1 | - |
GetEdges(
`0, `0)获取目标两个节点之间的所有的重复的边连接
Parameters
| Name | Type | Description |
|---|---|---|
u | `0 | - |
v | `0 | - |
Returns
get a set of the directed edges
GetEdges(
String)获取得到与目标节点所有相连接的节点
Parameters
| Name | Type | Description |
|---|---|---|
nodeKey | String | - |
_nodeSet
应用于按照节点的Vertex.label为键名进行节点对象的快速查找