public class Graph extends Object
Constructor and Description |
---|
Graph(List<Node> nodes,
List<Link> links) |
Modifier and Type | Method and Description |
---|---|
List<Link> |
getLinks() |
List<Node> |
getNodes() |
String |
toDSLText()
Produce the DSL representation of the graph.
|
String |
toString() |
String |
toVerboseString() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.