Show / Hide Table of Contents

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 Source

Type

Edge type.

Declaration
EdgeTypes Type { get; }
Property Value
Type Description
EdgeTypes

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape