Interface ITypedEdge<TVertex>
Represents an edge that has a type.
Inherited Members
QuikGraph.IEdge<TVertex>.Source
QuikGraph.IEdge<TVertex>.Target
Namespace: GraphShape
Assembly: GraphShape.dll
Syntax
public interface ITypedEdge<out TVertex> : IEdge<TVertex>
Type Parameters
| Name | Description |
|---|---|
| TVertex |
Properties
| Improve this Doc View SourceType
Edge type.
Declaration
EdgeTypes Type { get; }
Property Value
| Type | Description |
|---|---|
| EdgeTypes |