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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XHyperEdgeAssoc
  2. AnyRef
  3. Any
Implicitly
  1. by any2XEdgeAssoc
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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] to any2stringadd[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] to ArrowAssoc[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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (XHyperEdgeAssoc[NOld]) ⇒ Boolean, msg: ⇒ Any): XHyperEdgeAssoc[NOld]
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] to Ensuring[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] to Ensuring[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] to Ensuring[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] to Ensuring[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: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] to StringFormat[XHyperEdgeAssoc[NOld]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def ~%[N >: NOld](n: N)(w: Double)(implicit endpointsKind: CollectionKind = Bag): WHyperEdge[N] with EdgeCopy[WHyperEdge]
  28. def ~%#[N >: NOld](n: N)(w: Double)(implicit endpointsKind: CollectionKind = Bag): WkHyperEdge[N] with EdgeCopy[WkHyperEdge]
  29. def ~%#+[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLHyperEdge[N] with EdgeCopy[WkLHyperEdge]
  30. def ~%#+#[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLkHyperEdge[N] with EdgeCopy[WkLkHyperEdge]
  31. def ~%#+#>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLkDiHyperEdge[N] with EdgeCopy[WkLkDiHyperEdge]
  32. def ~%#+>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WkLDiHyperEdge[N] with EdgeCopy[WkLDiHyperEdge]
  33. def ~%#>[N >: NOld](n: N)(w: Double)(implicit targetsKind: CollectionKind = Bag): WkDiHyperEdge[N] with EdgeCopy[WkDiHyperEdge]
  34. def ~%+[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLHyperEdge[N] with EdgeCopy[WLHyperEdge]
  35. def ~%+#[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLkHyperEdge[N] with EdgeCopy[WLkHyperEdge]
  36. def ~%+#>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLkDiHyperEdge[N] with EdgeCopy[WLkDiHyperEdge]
  37. def ~%+>[N >: NOld, L](n: N)(w: Double, l: L)(implicit endpointsKind: CollectionKind = Bag): WLDiHyperEdge[N] with EdgeCopy[WLDiHyperEdge]
  38. def ~%>[N >: NOld](n: N)(w: Double)(implicit targetsKind: CollectionKind = Bag): WDiHyperEdge[N] with EdgeCopy[WDiHyperEdge]
  39. def ~+[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LHyperEdge[N] with EdgeCopy[LHyperEdge] { type L1 = L }
  40. def ~+#[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LkHyperEdge[N] with EdgeCopy[LkHyperEdge] { type L1 = L }
  41. def ~+#>[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LkDiHyperEdge[N] with EdgeCopy[LkDiHyperEdge] { type L1 = L }
  42. def ~+>[N >: NOld, L](n: N)(l: L)(implicit endpointsKind: CollectionKind = Bag): LDiHyperEdge[N] with EdgeCopy[LDiHyperEdge] { type L1 = L }
  43. def [B](y: B): (XHyperEdgeAssoc[NOld], B)
    Implicit
    This member is added by an implicit conversion from XHyperEdgeAssoc[NOld] to ArrowAssoc[XHyperEdgeAssoc[NOld]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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] to XEdgeAssoc[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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

Ungrouped