Network

object Network
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def directedDense[N, E](_nodes: IndexedSeq[N], _edges: Vector[Vector[E]]): Network[N, E] & DirectedEdges[E] & DenseTopology[E]
def directedSparse[N, E](_nodes: IndexedSeq[N], _edges: Iterable[(Int, Int, E)]): Network[N, E] & DirectedEdges[E] & SparseTopology[E]
def directedSparse[E](nbOfNodes: Int, _edges: Iterable[(Int, Int, E)]): Network[Unit, E] & DirectedEdges[E] & SparseTopology[E]