public class StandardGraph extends java.lang.Object implements Graph, JsonSerializable
Constructor and Description |
---|
StandardGraph(java.util.List<Node> nodes) |
Modifier and Type | Method and Description |
---|---|
void |
addNode(Node node) |
java.util.List<Edge> |
getEdges() |
java.util.List<Node> |
getNodes() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asStandardGraph, getNodeByValue, merged
fromJson, toJson