DiHyperEdge

scalax.collection.hyperedges.DiHyperEdge$
See theDiHyperEdge companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self 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](source_1: N, moreSources: N*)(target_1: N, moreTargets: N*): E[N]

Attributes

Inherited from:
DiHyperEdgeCompanion
final def from[N](sources: Iterable[N], targets: Iterable[N]): Option[E[N]]

Some directed hyperedge if sources and targets have at least one element each, otherwise None.

Some directed hyperedge if sources and targets have at least one element each, otherwise None.

Attributes

Inherited from:
DiHyperEdgeCompanion
final def fromUnsafe[N](sources: Iterable[N], targets: Iterable[N]): E[N]

A directed hyperedge with the supplied sources and targets.

A directed hyperedge with the supplied sources and targets.

Attributes

Throws
IllegalArgumentException

if sources or targets is empty.

Inherited from:
DiHyperEdgeCompanion
def unapply[N](edge: DiHyperEdge[N]): Some[(OneOrMore[N], OneOrMore[N])]

Attributes

Inherited from:
DiHyperEdgeCompanion