scalax.collection.GraphPredef
Classes implementing EdgeLike must be instantiated mixing in this trait. This is a precondition for passing edge-instances to a Graph.
EdgeLike
Graph
the type of the nodes (vertices) this graph is passed to by the user.
the kind of the edges (links) this graph is passed to by the user.
Classes implementing
EdgeLike
must be instantiated mixing in this trait. This is a precondition for passing edge-instances to aGraph
.the type of the nodes (vertices) this graph is passed to by the user.
the kind of the edges (links) this graph is passed to by the user.