Packages

class GraphInfo extends AnyRef

Several information about a graph.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphInfo
  2. AnyRef
  3. 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

Instance Constructors

  1. new GraphInfo(nbNodes: Int, nbEdges: Int, graphDensity: Double, outdegreePosMin: Int, outdegreeMax: Int, outdegreeAverage: Double, outdegrees: Map[Int, Int])

Value Members

  1. val graphDensity: Double
  2. val nbEdges: Int
  3. val nbNodes: Int
  4. val outdegreeAverage: Double
  5. val outdegreeMax: Int
  6. val outdegreePosMin: Int
  7. val outdegrees: Map[Int, Int]
  8. def toString(): String
    Definition Classes
    GraphInfo → AnyRef → Any