HyperEdge

scalax.collection.hyperedges.HyperEdge$
See theHyperEdge companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
HyperEdge.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply[N](node_1: N, node_2: N, moreNodes: N*): E[N]

Attributes

Inherited from:
HyperEdgeCompanion
final def from[N](iterable: Iterable[N]): Option[E[N]]

Some hyperedge if ends contains at least two elements, otherwise None.

Some hyperedge if ends contains at least two elements, otherwise None.

Attributes

Inherited from:
HyperEdgeCompanion
final def fromUnsafe[N](iterable: Iterable[N]): E[N]

A hyperedge with these ends.

A hyperedge with these ends.

Attributes

Throws
IllegalArgumentException

if ends has not at least two elements.

Inherited from:
HyperEdgeCompanion
final def unapply[N](edge: HyperEdge[N]): Some[Several[N]]

Attributes

Inherited from:
HyperEdgeCompanion

Implicits

Inherited implicits

implicit def thisCompanion: HyperEdgeCompanion.this.type

Attributes

Inherited from:
HyperEdgeCompanion