@Immutable public class Digraph extends Object implements ElementContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
Digraph.Builder
Builder for Digraph.
|
| Constructor and Description |
|---|
Digraph(DotFileFormat dotFileFormat)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GraphElement graphElement)
Adds an element to the container.
|
String |
render()
Render the graph element for use in a DotFile.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementspublic Digraph(DotFileFormat dotFileFormat)
dotFileFormat - the output formatpublic final boolean add(GraphElement graphElement)
ElementContaineradd in interface ElementContainergraphElement - the element to addpublic final String render()
GraphElementrender in interface GraphElementCopyright © 2016–2018. All rights reserved.