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
edgeIEdgeThe edge to adorn.
sourceIdlongThe identifier assigned to the source node.
targetIdlongThe identifier assigned to the target node.
Returns
- IDictionary<string, string>
The adornments.