the network graph edge.
Edge
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Graph.Edge
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Other | 1 | find the partner node of the given current node |
| op_Equality | 1 | check of the edge equivalent via the Edge.ID equivalent. |
| op_Inequality | 1 | check of the edge un-equivalent via the Edge.ID un-equivalent. |
| Iterate2Nodes | 1 | populate out the from node and to node of current graph edge object |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| ID | 1 | 如果什么也不赋值,则默认自动根据node编号来生成唯一id |
| m_source | 1 | Edge.U |
| m_target | 1 | Edge.V |
| m_interationtype | 1 | get/set data via edge data(NamesOf.REFLECTION_ID_MAPPING_INTERACTION_TYPE) |
04 Members
Other(Node)
find the partner node of the given current node
Parameters
| Name | Type | Description |
|---|---|---|
current | Node | - |
check of the edge equivalent via the Edge.ID equivalent.
Parameters
check of the edge un-equivalent via the Edge.ID un-equivalent.
Parameters
Iterate2Nodes
populate out the from node and to node of current graph edge object
ID
如果什么也不赋值,则默认自动根据node编号来生成唯一id
m_source
Edge.U
m_target
Edge.V
m_interationtype
get/set data via edge data(NamesOf.REFLECTION_ID_MAPPING_INTERACTION_TYPE)