Packages

object QDI

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QDI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class FileLog extends Logger
  2. trait Logger extends AnyRef
  3. class MemLog extends Logger
  4. trait WebView[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asyncIterLog[A](init: A, dyn: (A) => A, steps: Int, logger: Logger): Future[A]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val css: String
  8. def datafile: String
  9. lazy val desktop: Desktop
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def fdDiv[A](fd: FiniteDistribution[A]): Node
  13. implicit def fdListDiv[A](fds: List[FiniteDistribution[A]]): Node
  14. implicit def fdListList[A](fd: FiniteDistribution[A]): List[List[Any]]
  15. implicit def fdRead: ReadString[List[String]]
  16. implicit def fdString[A](fd: FiniteDistribution[A]): String
  17. implicit def fdWrite[A]: WriteString[FiniteDistribution[A]]
  18. def freeMem: Long
  19. def gc: Unit
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val head: Elem
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def iterLog[A](init: A, dyn: (A) => A, steps: Int, logger: Logger): A
    Annotations
    @tailrec()
  25. implicit def listView[A](implicit arg0: WebView[A]): WebView[List[A]]
  26. def maxMem: Long
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def p(s: String): Node
  31. def readFD(filename: String, dir: String = "data"): FiniteDistribution[String]
  32. def readFile(filename: String): Iterator[String]
  33. def row(xs: List[String]): Elem
  34. def run[A](init: A, dyn: (A) => A, steps: Int, threads: Int = 6): IndexedSeq[Future[A]]
  35. def runFor[A](f: (A) => A, init: A, duration: Long): A
  36. def runFor[A](f: (A) => A, init: A, duration: Long, save: (A, Int) => Unit): A
  37. def runForFut[A](f: (A) => A, init: A, duration: Long): Future[A]
  38. def runForFut[A](f: (A) => A, init: A, duration: Long, save: (A, Int) => Unit): Future[A]
  39. lazy val runTime: Runtime
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. implicit def tableDiv(xy: List[List[Any]]): Elem
  42. implicit def tableRead: ReadString[List[List[String]]]
  43. implicit def tableString(xy: List[List[Any]]): String
  44. implicit def tableWrite[A]: WriteString[List[List[A]]]
  45. def timed[A](result: => A): A
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. implicit def toXML[A](a: A)(implicit arg0: WebView[A]): Node
  48. def totalMem: Long
  49. def view(ps: Node*): Unit
  50. def viewPage(body: Node, fileName: String = "tmp/qdi.html"): Unit
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def writeFD(fd: FiniteDistribution[String], filename: String, dir: String = "data"): Unit
  55. def writeFile(text: String, fileName: String, append: Boolean = false): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped