scalax.collection.hyperedges.multilabeled
Members list
Type members
Classlikes
Template for generic directed multi-hyperedges with a single label
field. To support multigraphs, equality is based on sources
, targets
and the label
field. Mix in GenericDiHyperEdgeMapper
to get your derived multi-hyperedge also mappable.
Template for generic directed multi-hyperedges with a single label
field. To support multigraphs, equality is based on sources
, targets
and the label
field. Mix in GenericDiHyperEdgeMapper
to get your derived multi-hyperedge also mappable.
Attributes
- Supertypes
-
trait MultiLEdgeToStringtrait LDiHyperEdgeToStringtrait DiHyperEdgeToStringtrait ExtendedKeyBySingleLabeltrait MultiEdgetrait SingleLabel[L]class AbstractDiHyperEdge[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 Several(1, 2) ~~> One(3) ++ aLabel
.
Template for an implicit class
that defines the infix constructor ++
to pass a label like Several(1, 2) ~~> One(3) ++ aLabel
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Template for generic undirected multi-hyperedges with a single label
field. To support multigraphs, equality is based on ends
and the label
field. Mix in GenericHyperedgeMapper
to get your derived multi-hyperedge also mappable.
Template for generic undirected multi-hyperedges with a single label
field. To support multigraphs, equality is based on ends
and the label
field. Mix in GenericHyperedgeMapper
to get your derived multi-hyperedge also mappable.
Attributes
- Supertypes
-
trait MultiLEdgeToStringtrait LHyperEdgeToStringtrait HyperEdgeToStringtrait ExtendedKeyBySingleLabeltrait MultiEdgetrait SingleLabel[L]class AbstractHyperEdge[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 ~~ 3 ++ aLabel
.
Template for an implicit class
that defines the infix constructor ++
to pass a label like 1 ~~ 2 ~~ 3 ++ aLabel
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any