public interface Dotify
Modifier and Type | Method and Description |
---|---|
String |
toDot()
Return a dot representation of the object as a String
|
String |
toDot(Object to)
Return a dot representation of the edge as a String
The object is the source of the edge, the first parameter is the target.
|
Copyright © 2005–2020. All rights reserved.