scalax.collection.edges.labeled
Members list
Type members
Classlikes
Infix extractor for weighted undirected edges to be combined with %
like case a :~ b % w
.
Infix extractor for weighted undirected edges to be combined with %
like case a :~ b % w
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
:~.type
Infix extractor for weighted directed edges to be combined with %
like case a :~> b % w
.
Infix extractor for weighted directed edges to be combined with %
like case a :~> b % w
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
:~>.type
Template for generic directed edges with a single label
field. Equality is based solely on the ends
so this trait is not suitable for multigraphs. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Template for generic directed edges with a single label
field. Equality is based solely on the ends
so this trait is not suitable for multigraphs. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Attributes
- Supertypes
-
trait LDiEdgeToStringtrait DiEdgeToStringtrait SingleLabel[L]trait AnyDiEdge[N]trait AnyEdge[N]trait AnyDiHyperEdge[N]trait AnyHyperEdge[N]trait Edge[N]trait Equalsclass Objecttrait Matchableclass AnyShow all
Template for an implicit class
that defines the infix constructor +
to pass a label like 1 ~> 2 :+ aLabel
.
Template for an implicit class
that defines the infix constructor +
to pass a label like 1 ~> 2 :+ aLabel
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Template for generic undirected edges with a single label
field. Equality is based solely on the nodes so this trait is not suitable for multigraphs. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Template for generic undirected edges with a single label
field. Equality is based solely on the nodes so this trait is not suitable for multigraphs. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Attributes
- Supertypes
-
trait LUnDiEdgeToStringtrait UnDiEdgeToStringtrait SingleLabel[L]trait AnyUnDiEdge[N]trait AnyEdge[N]trait AnyHyperEdge[N]trait Edge[N]trait Equalsclass Objecttrait Matchableclass AnyShow all
Template for an implicit class
that defines the infix constructor +
to pass a label like 1 ~> 2 :+ aLabel
.
Template for an implicit class
that defines the infix constructor +
to pass a label like 1 ~> 2 :+ aLabel
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Generic weighted directed edge.
Generic weighted directed edge.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait WDiEdgeToStringtrait DiEdgeToStringtrait GenericEdgeMapper[WDiEdge]trait AnyDiEdge[N]trait AnyEdge[N]trait AnyDiHyperEdge[N]trait AnyHyperEdge[N]trait Edge[N]trait Equalsclass Objecttrait Matchableclass AnyShow all
Factory shortcut for weighted edges that can be used like a ~> b % w
.
Factory shortcut for weighted edges that can be used like a ~> b % w
.
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Generic weighted undirected edge.
Generic weighted undirected edge.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait WUnDiEdgeToStringtrait UnDiEdgeToStringtrait GenericEdgeMapper[WUnDiEdge]trait AnyUnDiEdge[N]trait AnyEdge[N]trait AnyHyperEdge[N]trait Edge[N]trait Equalsclass Objecttrait Matchableclass AnyShow all
Factory shortcut for weighted edges that can be used like a ~ b % w
.
Factory shortcut for weighted edges that can be used like a ~ b % w
.
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Types
Implicits
Implicits
Factory shortcut for weighted edges that can be used like a ~> b % w
.
Factory shortcut for weighted edges that can be used like a ~> b % w
.
Attributes
Factory shortcut for weighted edges that can be used like a ~ b % w
.
Factory shortcut for weighted edges that can be used like a ~ b % w
.