AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Graphvizable.java
Go to the documentation of this file.
1package aud.util;
2
7public interface Graphvizable {
8
12 String toDot();
13}
Interface for GraphViz rendering.
String toDot()
Get dot representation.