Packages

o

scalation.graph_db

MGraphIOTest

object MGraphIOTest extends App

The MGraphIOTest object is used to test the MGraphIO class and object. > runMain scalation.graph_db.MGraphIOTest

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MGraphIOTest
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val avDegree: Int
  2. val eLabels: Int
  3. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  4. val g: MGraph[Nothing]
  5. val inverse: Boolean
  6. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  7. val mgGen: MGraphGen[Int]
  8. val mgIO: MGraphIO[Int]
  9. val nLabels: Int
  10. val name: String
  11. val ran_graph: MGraph[Int]
  12. val size: Int

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear