Graph

constructor(nodes: List<Node>, edges: List<Edge>)(source)

Creates a Graph with the given nodes and edges.