Packages

  • package root
    Definition Classes
    root
  • package scalation

    The scalation package specifies system-wide constants for directory paths.

    The scalation package specifies system-wide constants for directory paths. Sub-packages may wish to define 'BASE-DIR = DATA_DIR + ⁄ + <package>' in their own 'package.scala' files. For maintainability, directory paths should only be specified in 'package.scala' files.

    Definition Classes
    root
  • package linalgebra

    The linalgebra package contains classes, traits and objects for linear algebra, including vectors and matrices for real and complex numbers.

    The linalgebra package contains classes, traits and objects for linear algebra, including vectors and matrices for real and complex numbers.

    Definition Classes
    scalation
  • package math

    The math package contains classes, traits and objects for common mathematical operations.

    The math package contains classes, traits and objects for common mathematical operations. Its package object defines exponentiation, logarithmic, trigonometric, etc. operators and functions.

    Definition Classes
    scalation
  • package util

    The util package contains classes, traits and objects for basic utility functions.

    The util package contains classes, traits and objects for basic utility functions.

    Definition Classes
    scalation
  • GenIndexHtml
  • GenReadmeHtml
  • Replace
  • ReplaceAll
  • ReplaceFile
  • ReplaceOne
  • UpVersion
  • UpVersionAll
  • UpVersionFile
  • scalationTest
o

scalation

GenReadmeHtml

object GenReadmeHtml extends App

The GenReadmeHtml object is used to create the html tables for the api and src directories for convenient Web browsing. > runMain scalation.GenReadmeHtml

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

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. val SKIP: String
  5. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final val executionStart: Long
    Definition Classes
    App
  11. val fApi: File
  12. val fSrc: File
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getDescriptions(f: File): String

    Obtain the Descriptions of a package from its package.scala comments.

    Obtain the Descriptions of a package from its package.scala comments.

    f

    the package.scala file

  15. def getHyphens(depth: Int): String

    Obtain the number of hyphens for the sub-packages.

    Obtain the number of hyphens for the sub-packages.

    depth

    the depth of the project structure

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val javaVer: String
  19. final def main(args: Array[String]): Unit
    Definition Classes
    App
  20. val moduleList: Array[String]
  21. val moduleListS: StringBuilder
  22. val moduleNames: Array[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val outApi: PrintWriter
  27. val outSrc: PrintWriter
  28. val postfix: String
  29. val prefix: String
  30. val readmeOut: PrintWriter
  31. def recWrite(f: File, module: String, parPath: String, parName: String, depth: Int, isTestPac: Boolean = false): Unit

    Recursively write table rows for each package.

    Recursively write table rows for each package.

    f

    the directory to examine

    module

    the module name (i.e. scalation_mathstat)

    parPath

    the path of the parent directories (i.e. scalation/util)

    parName

    the name of the parent directories (i.e. scalation.util)

    depth

    the depth of the project structure

    isTestPac

    flag for whether dealing with unit testing packages or not

  32. val scalaVer: String
  33. val scalaVerFull: String
  34. val scalationVer: String
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val topPath: String
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

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

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped