scalax.collection.edges.multilabeled
Members list
Type members
Classlikes
Infix extractor for weighted undirected edges in multigraphs to be combined with %%
like case a ::~ b % w
.
Infix extractor for weighted undirected edges in multigraphs to be combined with %%
like case a ::~ b % w
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
::~.type
Infix extractor for weighted directed edges in multigraphs to be combined with %%
like case a ::~> b %% w
.
Infix extractor for weighted directed edges in multigraphs to be combined with %%
like case a ::~> b %% w
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
::~>.type
Template for generic directed multiedges with a single label
field. To support multigraphs, equality is based on the nodes
and the label
field. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Template for generic directed multiedges with a single label
field. To support multigraphs, equality is based on the nodes
and the label
field. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Attributes
- Supertypes
-
trait MultiLEdgeToStringtrait LDiEdgeToStringtrait DiEdgeToStringtrait ExtendedKeyBySingleLabeltrait MultiEdgetrait 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 multiedges with a single label
field. To support multigraphs, equality is based on the nodes and the label
field. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Template for generic undirected multiedges with a single label
field. To support multigraphs, equality is based on the nodes and the label
field. Mix in GenericEdgeMapper
to get your derived edge also mappable.
Attributes
- Supertypes
-
trait MultiLEdgeToStringtrait LUnDiEdgeToStringtrait UnDiEdgeToStringtrait ExtendedKeyBySingleLabeltrait MultiEdgetrait 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
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
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 for multigraphs.
Generic weighted undirected edge for multigraphs.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait MultiWEdgeToStringtrait WDiEdgeToStringtrait DiEdgeToStringtrait ExtendedKeyByWeighttrait MultiEdgetrait GenericEdgeMapper[WDiEdge]trait AnyDiEdge[N]trait AnyEdge[N]trait AnyDiHyperEdge[N]trait AnyHyperEdge[N]trait Edge[N]trait Equalsclass Objecttrait Matchableclass AnyShow all
Generic weighted undirected edge for multigraphs.
Generic weighted undirected edge for multigraphs.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait MultiWEdgeToStringtrait WUnDiEdgeToStringtrait UnDiEdgeToStringtrait ExtendedKeyByWeighttrait MultiEdgetrait GenericEdgeMapper[WUnDiEdge]trait AnyUnDiEdge[N]trait AnyEdge[N]trait AnyHyperEdge[N]trait Edge[N]trait Equalsclass Objecttrait Matchableclass AnyShow all
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
.