OuterElem

scalax.collection.OuterElem
sealed trait OuterElem[+N, +E <: Edge[N]]

Represents parameters that are accepted when calling Graph(...).

Type parameters

E

the kind of the edges (links)

N

the type of the nodes (vertices)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class OuterEdge[N, E]
class OuterNode[N]
In this article