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. def asyncIterLog[A](init: A, dyn: (A) => A, steps: Int, logger: Logger): Future[A]
  2. val css: String
  3. def datafile: String
  4. lazy val desktop: Desktop
  5. implicit def fdDiv[A](fd: FiniteDistribution[A]): Node
  6. implicit def fdListDiv[A](fds: List[FiniteDistribution[A]]): Node
  7. implicit def fdListList[A](fd: FiniteDistribution[A]): List[List[Any]]
  8. implicit def fdRead: ReadString[List[String]]
  9. implicit def fdString[A](fd: FiniteDistribution[A]): String
  10. implicit def fdWrite[A]: WriteString[FiniteDistribution[A]]
  11. def freeMem: Long
  12. def gc: Unit
  13. val head: Elem
  14. def iterLog[A](init: A, dyn: (A) => A, steps: Int, logger: Logger): A
    Annotations
    @tailrec()
  15. implicit def listView[A](implicit arg0: WebView[A]): WebView[List[A]]
  16. def maxMem: Long
  17. def p(s: String): Node
  18. def readFD(filename: String, dir: String = "data"): FiniteDistribution[String]
  19. def readFile(filename: String): Iterator[String]
  20. def row(xs: List[String]): Elem
  21. def run[A](init: A, dyn: (A) => A, steps: Int, threads: Int = 6): IndexedSeq[Future[A]]
  22. def runFor[A](f: (A) => A, init: A, duration: Long): A
  23. def runFor[A](f: (A) => A, init: A, duration: Long, save: (A, Int) => Unit): A
  24. def runForFut[A](f: (A) => A, init: A, duration: Long): Future[A]
  25. def runForFut[A](f: (A) => A, init: A, duration: Long, save: (A, Int) => Unit): Future[A]
  26. lazy val runTime: Runtime
  27. implicit def tableDiv(xy: List[List[Any]]): Elem
  28. implicit def tableRead: ReadString[List[List[String]]]
  29. implicit def tableString(xy: List[List[Any]]): String
  30. implicit def tableWrite[A]: WriteString[List[List[A]]]
  31. def timed[A](result: => A): A
  32. implicit def toXML[A](a: A)(implicit arg0: WebView[A]): Node
  33. def totalMem: Long
  34. def view(ps: Node*): Unit
  35. def viewPage(body: Node, fileName: String = "tmp/qdi.html"): Unit
  36. def writeFD(fd: FiniteDistribution[String], filename: String, dir: String = "data"): Unit
  37. def writeFile(text: String, fileName: String, append: Boolean = false): Unit