Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | Edge Class |
Represents an edge structure used to save a connection of a Network to a Graphviz dot file.

Namespace: Comuna.Graphviz
Assembly: Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0

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).
|
