Table of Contents

Interface IDotSubGraphAdorner

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

Provides members for adorning a sub graph.

public interface IDotSubGraphAdorner

Methods

GetSubGraphAttributes(ISubGraph)

Obtains the adornments that should be added to the sub graph.

IDictionary<string, string>? GetSubGraphAttributes(ISubGraph subGraph)

Parameters

subGraph ISubGraph

The sub graph to adorn.

Returns

IDictionary<string, string>

The adornments.

GetSubGraphName(ISubGraph)

Determines the name of the provided sub graph.

string GetSubGraphName(ISubGraph subGraph)

Parameters

subGraph ISubGraph

The sub graph.

Returns

string