Object

scalax.collection.generator.RandomGraph

SmallInt

Related Doc: package RandomGraph

Permalink

object SmallInt extends IntFactory

Predefined metrics of a 'small' graph with the node type of Int, an order of 20 and a node degree range of 2 to 5.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SmallInt
  2. IntFactory
  3. Metrics
  4. MetricsBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def connected: Boolean

    Permalink
    Definition Classes
    MetricsBase
  7. lazy val devisor: Int

    Permalink
    Definition Classes
    MetricsBase
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. lazy val expectedTotalDegree: Int

    Permalink
    Definition Classes
    MetricsBase
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val isDense: Boolean

    Permalink
    Definition Classes
    MetricsBase
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val maxDegreeDeviation: Int

    Permalink
    Definition Classes
    MetricsBase
  17. def minMax: Int

    Permalink
    Attributes
    protected
    Definition Classes
    MetricsBase
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. val nodeDegrees: parameters.NodeDegreeRange

    Permalink
    Definition Classes
    SmallIntMetricsBase
  20. def nodeGen: Int

    Permalink
    Definition Classes
    IntFactoryMetrics
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val order: Int

    Permalink
    Definition Classes
    SmallIntMetricsBase
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IntFactory

Inherited from Metrics[Int]

Inherited from MetricsBase[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped