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 generator

    This package helps you to create random graphs with predefined metrics.

    This package helps you to create random graphs with predefined metrics. It is not only possible to create random graph instances but also Scalacheck generators.

    Definition Classes
    collection
  • object GraphGen

    Provides convenience metrics and methods for the generation of graphs by means of org.scalacheck.Arbitrary[G[N,E]].

    Provides convenience metrics and methods for the generation of graphs by means of org.scalacheck.Arbitrary[G[N,E]].

    Definition Classes
    generator
  • Metrics
  • SmallInt
  • TinyInt

trait Metrics[N] extends MetricsBase[N]

Represents graph metrics like order, nodeDegrees and connected excluding the type of nodes, edges and the type of the graph to be generated.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Metrics
  2. MetricsBase
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def nodeDegrees: NodeDegreeRange
    Definition Classes
    MetricsBase
  2. abstract def nodeGen: Gen[N]
  3. abstract def order: Int
    Definition Classes
    MetricsBase

Concrete 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 Metrics[N] to any2stringadd[Metrics[N]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Metrics[N], B)
    Implicit
    This member is added by an implicit conversion from Metrics[N] to ArrowAssoc[Metrics[N]] 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 connected: Boolean
    Definition Classes
    MetricsBase
  9. lazy val divisor: Int
    Definition Classes
    MetricsBase
  10. def ensuring(cond: (Metrics[N]) ⇒ Boolean, msg: ⇒ Any): Metrics[N]
    Implicit
    This member is added by an implicit conversion from Metrics[N] to Ensuring[Metrics[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Metrics[N]) ⇒ Boolean): Metrics[N]
    Implicit
    This member is added by an implicit conversion from Metrics[N] to Ensuring[Metrics[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Metrics[N]
    Implicit
    This member is added by an implicit conversion from Metrics[N] to Ensuring[Metrics[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Metrics[N]
    Implicit
    This member is added by an implicit conversion from Metrics[N] to Ensuring[Metrics[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. lazy val expectedTotalDegree: Int
    Definition Classes
    MetricsBase
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Metrics[N] to StringFormat[Metrics[N]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. lazy val isDense: Boolean
    Definition Classes
    MetricsBase
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. lazy val maxDegreeDeviation: Int
    Definition Classes
    MetricsBase
  24. def minMax: Int
    Attributes
    protected
    Definition Classes
    MetricsBase
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. def [B](y: B): (Metrics[N], B)
    Implicit
    This member is added by an implicit conversion from Metrics[N] to ArrowAssoc[Metrics[N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from MetricsBase[N]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Metrics[N] to any2stringadd[Metrics[N]]

Inherited by implicit conversion StringFormat from Metrics[N] to StringFormat[Metrics[N]]

Inherited by implicit conversion Ensuring from Metrics[N] to Ensuring[Metrics[N]]

Inherited by implicit conversion ArrowAssoc from Metrics[N] to ArrowAssoc[Metrics[N]]

Ungrouped