Weight

scalax.collection.GraphTraversal.Weight$
See theWeight companion class
object Weight

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Weight.type

Members list

Value members

Concrete methods

def apply[W](value: W, edgeWeight: EdgeT => W)(implicit num: Numeric[W]): Weight

Creates a new Weight with the given value and weight function.

Creates a new Weight with the given value and weight function.

Attributes

def apply(value: Long): Weight

Creates a new Weight with the given value and the default weight function returning edge.weight,

Creates a new Weight with the given value and the default weight function returning edge.weight,

Attributes