Interface IDiEdge<T>
Namespace: Advanced.Algorithms.DataStructures.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public interface IDiEdge<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
TargetVertex
Declaration
IDiGraphVertex<T> TargetVertex { get; }
Property Value
| Type | Description |
|---|---|
| IDiGraphVertex<T> |
TargetVertexKey
Declaration
T TargetVertexKey { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
Weight<W>()
Declaration
W Weight<W>()
where W : IComparable
Returns
| Type | Description |
|---|---|
| W |
Type Parameters
| Name | Description |
|---|---|
| W |