public class ScheduleDotWriter
extends grph.io.DotWriter
Constructor | Description |
---|---|
ScheduleDotWriter() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
createDotText(grph.Grph graph,
boolean writeEdgeLabels) |
Overrides the createDotText method in order to output the correctly
formatted dotfile IF a ScheduleGraph is inputted, otherwise use super
method.
|
public java.lang.String createDotText(grph.Grph graph, boolean writeEdgeLabels)
createDotText
in class grph.io.DotWriter