public class GraphvizGenResult extends Object
| Constructor and Description |
|---|
GraphvizGenResult(String graphViz,
Collection<DiagramNode> usedNodes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphViz() |
Collection<DiagramNode> |
getUsedNodes() |
public GraphvizGenResult(String graphViz, Collection<DiagramNode> usedNodes)
public String getGraphViz()
public Collection<DiagramNode> getUsedNodes()
Copyright © 2020. All rights reserved.