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.
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.
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.
the type of the nodes the graph is passed to.
the kind of the edges the graph is passed to.
the type of the nodes created internally.
the kind of the edges created internally.
the type of the nodes (vertices) this graph is passed to by the user.
Classes implementing EdgeLike
must be instantiated mixing in this trait.
Classes implementing EdgeLike
must be instantiated mixing in this trait.
This is a precondition for passing edge-instances to a 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.
Same as InParam
.
the type of the nodes (vertices) this graph is passed to by the user.
This algebraic type includes outer and inner nodes and edges.
This algebraic type includes outer and inner nodes and edges. As such it serves as the
type parameter to SetLike
extending Graph
.
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._