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 WLkBase

    Base traits for weighted and key-labeled edges.

    Base traits for weighted and key-labeled edges.

    Definition Classes
    edge
  • WLkEdge
  • WLkEdgeCompanion
  • WLkHyperEdgeCompanion

trait WLkEdge[+N] extends WEdge[N] with LkEdge[N]

Self Type
WLkEdge[N] with EdgeLike[N] with Eq
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WLkEdge
  2. LkEdge
  3. Keyed
  4. LEdge
  5. WEdge
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type L1
    Definition Classes
    LEdge

Value Members

  1. def hashCode(): Int
    Definition Classes
    LkEdge → AnyRef → Any
  2. def label: (WLkEdge.this)#L1
    Definition Classes
    LEdge