默认的的相互作用的方向为从A到B
Interaction
01 Syntax
SMRUCC.genomics.InteractionModel.Interaction`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Equals | 2 | 判断两个Interaction对象是否相同 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Broken | 1 | Is part of the interator is nothing? |
04 Members
Equals(
`0, `0, Nullable(Of Boolean))判断两个Interaction对象是否相同
Parameters
| Name | Type | Description |
|---|---|---|
objA | `0 | - |
objB | `0 | - |
Equals(
String, String, Nullable(Of Boolean))判断两个Interaction对象是否相同
Parameters
| Name | Type | Description |
|---|---|---|
objA | String | - |
objB | String | - |
directed | Nullable(Of Boolean) | 是否是具备有方向的? |
Broken
Is part of the interator is nothing?