Packages

t

sessl.ssj

Report

trait Report extends AbstractReport

Support for SSJ-based charts generated as reports.

Self Type
Report with AbstractExperiment
Linear Supertypes
AbstractReport, ExperimentConfiguration, Logging, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Report
  2. AbstractReport
  3. ExperimentConfiguration
  4. Logging
  5. StrictLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 boxPlot(data: Any*)(title: String, caption: String, xLabel: String, yLabel: String): Any
    Definition Classes
    AbstractReport
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def collectExperimentResultsAspects(): Unit
    Attributes
    protected
    Definition Classes
    ExperimentConfiguration
  8. def collectReplicationsResultsAspects(assignId: Int): Unit
    Attributes
    protected
    Definition Classes
    ExperimentConfiguration
  9. def collectRunResultsAspects(runId: Int): Unit
    Attributes
    protected
    Definition Classes
    ExperimentConfiguration
  10. def configure(): Unit
    Definition Classes
    AbstractReport → ExperimentConfiguration
  11. def createView(name: String, node: ReportNode): Unit

    Creates top-most elements of report (adds dummy sections to data views on top-most level).

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def experimentDone(): Unit
    Attributes
    protected
    Definition Classes
    ExperimentConfiguration
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def generateReport(results: ExperimentResults): Unit
    Definition Classes
    Report → AbstractReport
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def histogram(data: Any)(title: String, caption: String, xLabel: String, yLabel: String): Any
    Definition Classes
    AbstractReport
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def linePlot(data: Any*)(title: String, caption: String, xLabel: String, yLabel: String): Any
    Definition Classes
    AbstractReport
  22. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def replicationsDone(assignID: Int): Unit
    Attributes
    protected
    Definition Classes
    ExperimentConfiguration
  27. val reportDescription: String
    Definition Classes
    AbstractReport
  28. val reportDirectory: String
    Definition Classes
    AbstractReport
  29. def reportFit[M <: MathFunction](data: (String, Trajectory[_]), af: ApproximationForm[M], sectionName: String = ""): Unit
  30. val reportName: String
    Definition Classes
    AbstractReport
  31. def reportSection(name: String, description: String)(contenSpecification: ⇒ Unit): Unit
    Definition Classes
    AbstractReport
  32. def reportStatisticalTest(firstData: Any, secondData: Any)(caption: String, test: TwoPairedStatisticalTest): Any
    Definition Classes
    AbstractReport
  33. def reportTable(data: Any*)(caption: String): ListBuffer[ReportNode]
    Definition Classes
    AbstractReport
  34. def runDone(runID: Int): Unit
    Attributes
    protected
    Definition Classes
    ExperimentConfiguration
  35. def scatterPlot(xData: Any, yData: Any)(title: String, caption: String, xLabel: String, yLabel: String): Any
    Definition Classes
    AbstractReport
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def topmostElements: List[ReportNode]
    Attributes
    protected
    Definition Classes
    AbstractReport
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AbstractReport

Inherited from ExperimentConfiguration

Inherited from Logging

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped