Table of Contents

Interface IDotEdgeAdorner

Namespace
Echo.Graphing.Serialization.Dot
Assembly
Echo.dll

Provides members for adorning an edge in a graph.

public interface IDotEdgeAdorner

Methods

GetEdgeAttributes(IEdge, long, long)

Obtains the adornments that should be added to the edge.

IDictionary<string, string>? GetEdgeAttributes(IEdge edge, long sourceId, long targetId)

Parameters

edge IEdge

The edge to adorn.

sourceId long

The identifier assigned to the source node.

targetId long

The identifier assigned to the target node.

Returns

IDictionary<string, string>

The adornments.