AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
aud.util.Graphvizable Interface Reference

Interface for GraphViz rendering. More...

+ Inheritance diagram for aud.util.Graphvizable:

Public Member Functions

String toDot ()
 Get dot representation. More...
 

Detailed Description

Interface for GraphViz rendering.

See also
DotViewer

Definition at line 7 of file Graphvizable.java.

Member Function Documentation

◆ toDot()

String aud.util.Graphvizable.toDot ( )

Get dot representation.

Implemented in aud.BinaryTree< T >, aud.DList< T >, and aud.SList< T >.


The documentation for this interface was generated from the following file: