TestimoX

API Reference

Class

GraphvizExporter

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

Exports graph edges to Graphviz DOT format.

Inheritance

  • Object
  • GraphvizExporter

Methods

public static String ToDot(IEnumerable<GraphEdge> edges) #
Returns: String

Converts edges to DOT representation.

Parameters

edges System.Collections.Generic.IEnumerable{ADPlayground.GraphEdge} requiredposition: 0
Edges to export.

Returns

DOT formatted string.