Edge Class |
Namespace: Comuna.Graphviz
The Edge type exposes the following members.
| Name | Description | |
|---|---|---|
| Edge |
Creates a new Edge linking the given source and target with the
associated weight.
|
| Name | Description | |
|---|---|---|
| ShowLabel |
Gets or sets a value indicating whether to show the edge's label.
| |
| Source |
Gets the source node.
| |
| Target |
Gets the target node.
| |
| Weight |
Gets the weight associated with this connection.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(Edge) |
Tests whether this connection is equal to another one.
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Tests whether the two connections are equal.
| |
| Inequality |
Tests whether the two connections are different (not equal).
|