public class Graph extends Object
There are no constraints as to number of edges between nodes, directionality etc.
| Constructor and Description |
|---|
Graph(Collection<Node> nodes,
Collection<Edge> edges) |
public Graph(Collection<Node> nodes, Collection<Edge> edges)
Copyright © 2017–2018 Committed. All rights reserved.