Table of Contents

Interface IDotNodeAdorner

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

Provides members for adorning a node in a graph.

public interface IDotNodeAdorner

Methods

GetNodeAttributes(INode, long)

Obtains the adornments that should be added to the node.

IDictionary<string, string>? GetNodeAttributes(INode node, long id)

Parameters

node INode

The node to adorn.

id long

The identifier assigned to the node.

Returns

IDictionary<string, string>

The adornments.