| Package | Description |
|---|---|
| graph.layout.dsl |
Contains a class for laying out a graph based on the provided description
which should be in accordance with the domain-specific language.
|
| Modifier and Type | Method and Description |
|---|---|
Drawing<V,E> |
DSLLayouter.layout()
Lays out the graph and returns a mapping of vertices and edges to their positions
|