Denotes all directed edge types for the E type parameter of a Graph.
Denotes all directed edge types for the E type parameter of a Graph.
Supplying this type as the actual type parameter allows to include any kind of directed edges
such as directed hyper-edges and directed edges.
The most generic type for the E type parameter of a Graph.
The most generic type for the E type parameter of a Graph.
Supplying this type as the actual type parameter allows to include any kind of edges
such as hyper-edges, undirected and directed edges.
Classes implementing EdgeLike must be instantiated mixing in this trait.
Same as InParam.
This algebraic type includes outer and inner nodes and edges.
This object serves as a container for several
Graph-related definitions like parameter-types and implicit conversions.You will usually simply import all its members along with the members of
InnerEdgeParam:import scalax.collection.GraphPredef._, scalax.collection.InnerEdgeParam._