Packages

  • package root

    Welcome to the Graph for Scala API reference.

    Welcome to the Graph for Scala API reference. Some suggested navigation entry points:

    Definition Classes
    root
  • package scalax
    Definition Classes
    root
  • package collection

    Contains the base traits and objects needed to use Graph for Scala.

    Contains the base traits and objects needed to use Graph for Scala.

    See also the Graph for Scala Core User Guide.

    Definition Classes
    scalax
  • package edge

    Predefined edges.

    Predefined edges.

    While basic edge types are defined in the object GraphEdge, the predefined edges in this package cover the following categories (prefixes, shortcuts):

    weighted (W, %), key-weighted (Wk, %#), labeled (L, +), key-labeled (Lk, +#), weighted and labeled (WL, %+), key-weighted and labeled (WkL, %#+), weighted and key-labeled (WLk, %+#) and key-weighted and key-labeled (WkLk, %#+#).

    These predefined edges provide alternatives for any edge extension taking the burden from the user to implement his/her custom edge class - but baring the disadvantage that user edge attributes must be part of a label class as opposed to being part of the edge class directly. It may also serve as a source for looking up how to implement custom edge classes.

    Definition Classes
    collection
  • object Implicits
    Definition Classes
    edge
  • %
  • %+
  • +
  • :~
  • :~>
  • LDiEdgeAssoc
  • LDiHyperEdgeAssoc
  • LHyperEdgeAssoc
  • LUnDiEdgeAssoc
  • WDiEdgeAssoc
  • WDiHyperEdgeAssoc
  • WHyperEdgeAssoc
  • WUnDiEdgeAssoc
  • XEdgeAssoc
  • XHyperEdgeAssoc

final class XHyperEdgeAssoc[NOld] extends AnyRef

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XHyperEdgeAssoc
  2. AnyRef
  3. Any
Implicitly
  1. by any2XEdgeAssoc
  2. by ChainingOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XHyperEdgeAssoc(e: EdgeLike[NOld])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toany2stringadd[XHyperEdgeAssoc[NOld]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (XHyperEdgeAssoc[NOld], B)
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toArrowAssoc[XHyperEdgeAssoc[NOld]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def ensuring(cond: (XHyperEdgeAssoc[NOld]) => Boolean, msg: => Any): XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toEnsuring[XHyperEdgeAssoc[NOld]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (XHyperEdgeAssoc[NOld]) => Boolean): XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toEnsuring[XHyperEdgeAssoc[NOld]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toEnsuring[XHyperEdgeAssoc[NOld]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toEnsuring[XHyperEdgeAssoc[NOld]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def pipe[B](f: (XHyperEdgeAssoc[NOld]) => B): B
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toChainingOps[XHyperEdgeAssoc[NOld]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  21. val self: XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toChainingOps[XHyperEdgeAssoc[NOld]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def tap[U](f: (XHyperEdgeAssoc[NOld]) => U): XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toChainingOps[XHyperEdgeAssoc[NOld]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def ~%[N >: NOld](n: N)(w: Double)(implicit endpointsKind: CollectionKind = Bag): WHyperEdge[N] with EdgeCopy[WHyperEdge]
  29. def ~%#[N >: NOld](n: N)(w: Double)(implicit endpointsKind: CollectionKind = Bag): WkHyperEdge[N] with EdgeCopy[WkHyperEdge]
  30. def ~%#+[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLHyperEdge[N] with EdgeCopy[WkLHyperEdge]
  31. def ~%#+#[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLkHyperEdge[N] with EdgeCopy[WkLkHyperEdge]
  32. def ~%#+#>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLkDiHyperEdge[N] with EdgeCopy[WkLkDiHyperEdge]
  33. def ~%#+>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLDiHyperEdge[N] with EdgeCopy[WkLDiHyperEdge]
  34. def ~%#>[N >: NOld](n: N)(w: Double)(implicit targetsKind: CollectionKind = Bag): WkDiHyperEdge[N] with EdgeCopy[WkDiHyperEdge]
  35. def ~%+[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLHyperEdge[N] with EdgeCopy[WLHyperEdge]
  36. def ~%+#[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLkHyperEdge[N] with EdgeCopy[WLkHyperEdge]
  37. def ~%+#>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLkDiHyperEdge[N] with EdgeCopy[WLkDiHyperEdge]
  38. def ~%+>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLDiHyperEdge[N] with EdgeCopy[WLDiHyperEdge]
  39. def ~%>[N >: NOld](n: N)(w: Double)(implicit targetsKind: CollectionKind = Bag): WDiHyperEdge[N] with EdgeCopy[WDiHyperEdge]
  40. def ~+[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LHyperEdge[N] with EdgeCopy[LHyperEdge] { type L1 = L }
  41. def ~+#[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LkHyperEdge[N] with EdgeCopy[LkHyperEdge] { type L1 = L }
  42. def ~+#>[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LkDiHyperEdge[N] with EdgeCopy[LkDiHyperEdge] { type L1 = L }
  43. def ~+>[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LDiHyperEdge[N] with EdgeCopy[LDiHyperEdge] { type L1 = L }

Shadowed Implicit Value Members

  1. def ~%[N >: N1, N2 <: N](n2: N2)(w: Double): WUnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%(n2)(w)
    Definition Classes
    XEdgeAssoc
  2. def ~%#[N >: N1, N2 <: N](n2: N2)(w: Double): WkUnDiEdge[N] with EdgeCopy[WkUnDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%#(n2)(w)
    Definition Classes
    XEdgeAssoc
  3. def ~%#+[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WkLUnDiEdge[N] with EdgeCopy[WkLUnDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%#+(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  4. def ~%#+#[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WkLkUnDiEdge[N] with EdgeCopy[WkLkUnDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%#+#(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  5. def ~%#+#>[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WkLkDiEdge[N] with EdgeCopy[WkLkDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%#+#>(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  6. def ~%#+>[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WkLDiEdge[N] with EdgeCopy[WkLDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%#+>(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  7. def ~%#>[N >: N1, N2 <: N](n2: N2)(w: Double): WkDiEdge[N] with EdgeCopy[WkDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%#>(n2)(w)
    Definition Classes
    XEdgeAssoc
  8. def ~%+[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WLUnDiEdge[N] with EdgeCopy[WLUnDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%+(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  9. def ~%+#[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WLkUnDiEdge[N] with EdgeCopy[WLkUnDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%+#(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  10. def ~%+#>[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WLkDiEdge[N] with EdgeCopy[WLkDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%+#>(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  11. def ~%+>[N >: N1, N2 <: N, L](n2: N2)(w: Double, l: L): WLDiEdge[N] with EdgeCopy[WLDiEdge]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%+>(n2)(w, l)
    Definition Classes
    XEdgeAssoc
  12. def ~%>[N >: N1, N2 <: N](n2: N2)(w: Double): WDiEdge[N]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~%>(n2)(w)
    Definition Classes
    XEdgeAssoc
  13. def ~+[N >: N1, N2 <: N, L](n2: N2)(l: L): LUnDiEdge[N] with EdgeCopy[LUnDiEdge] { type L1 = L }
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~+(n2)(l)
    Definition Classes
    XEdgeAssoc
  14. def ~+#[N >: N1, N2 <: N, L](n2: N2)(l: L): LkUnDiEdge[N] with EdgeCopy[LkUnDiEdge] { type L1 = L }
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~+#(n2)(l)
    Definition Classes
    XEdgeAssoc
  15. def ~+#>[N >: N1, N2 <: N, L](n2: N2)(l: L): LkDiEdge[N] with EdgeCopy[LkDiEdge] { type L1 = L }
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~+#>(n2)(l)
    Definition Classes
    XEdgeAssoc
  16. def ~+>[N >: N1, N2 <: N, L](n2: N2)(l: L): LDiEdge[N] with EdgeCopy[LDiEdge] { type L1 = L }
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toXEdgeAssoc[XHyperEdgeAssoc[NOld]] performed by method any2XEdgeAssoc in scalax.collection.edge.Implicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xHyperEdgeAssoc: XEdgeAssoc[XHyperEdgeAssoc[NOld]]).~+>(n2)(l)
    Definition Classes
    XEdgeAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toStringFormat[XHyperEdgeAssoc[NOld]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (XHyperEdgeAssoc[NOld], B)
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] toArrowAssoc[XHyperEdgeAssoc[NOld]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2XEdgeAssoc fromXHyperEdgeAssoc[NOld] to XEdgeAssoc[XHyperEdgeAssoc[NOld]]

Inherited by implicit conversion ChainingOps fromXHyperEdgeAssoc[NOld] to ChainingOps[XHyperEdgeAssoc[NOld]]

Inherited by implicit conversion any2stringadd fromXHyperEdgeAssoc[NOld] to any2stringadd[XHyperEdgeAssoc[NOld]]

Inherited by implicit conversion StringFormat fromXHyperEdgeAssoc[NOld] to StringFormat[XHyperEdgeAssoc[NOld]]

Inherited by implicit conversion Ensuring fromXHyperEdgeAssoc[NOld] to Ensuring[XHyperEdgeAssoc[NOld]]

Inherited by implicit conversion ArrowAssoc fromXHyperEdgeAssoc[NOld] to ArrowAssoc[XHyperEdgeAssoc[NOld]]

Ungrouped