trait Report extends AbstractReport
Support for SSJ-based charts generated as reports.
- Self Type
- Report with AbstractExperiment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Report
- AbstractReport
- ExperimentConfiguration
- Logging
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
boxPlot(data: Any*)(title: String, caption: String, xLabel: String, yLabel: String): Any
- Definition Classes
- AbstractReport
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
collectExperimentResultsAspects(): Unit
- Attributes
- protected
- Definition Classes
- ExperimentConfiguration
-
def
collectReplicationsResultsAspects(assignId: Int): Unit
- Attributes
- protected
- Definition Classes
- ExperimentConfiguration
-
def
collectRunResultsAspects(runId: Int): Unit
- Attributes
- protected
- Definition Classes
- ExperimentConfiguration
-
def
configure(): Unit
- Definition Classes
- AbstractReport → ExperimentConfiguration
-
def
createView(name: String, node: ReportNode): Unit
Creates top-most elements of report (adds dummy sections to data views on top-most level).
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
experimentDone(): Unit
- Attributes
- protected
- Definition Classes
- ExperimentConfiguration
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
generateReport(results: ExperimentResults): Unit
- Definition Classes
- Report → AbstractReport
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
histogram(data: Any)(title: String, caption: String, xLabel: String, yLabel: String): Any
- Definition Classes
- AbstractReport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
linePlot(data: Any*)(title: String, caption: String, xLabel: String, yLabel: String): Any
- Definition Classes
- AbstractReport
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
replicationsDone(assignID: Int): Unit
- Attributes
- protected
- Definition Classes
- ExperimentConfiguration
-
val
reportDescription: String
- Definition Classes
- AbstractReport
-
val
reportDirectory: String
- Definition Classes
- AbstractReport
- def reportFit[M <: MathFunction](data: (String, Trajectory[_]), af: ApproximationForm[M], sectionName: String = ""): Unit
-
val
reportName: String
- Definition Classes
- AbstractReport
-
def
reportSection(name: String, description: String)(contenSpecification: ⇒ Unit): Unit
- Definition Classes
- AbstractReport
-
def
reportStatisticalTest(firstData: Any, secondData: Any)(caption: String, test: TwoPairedStatisticalTest): Any
- Definition Classes
- AbstractReport
-
def
reportTable(data: Any*)(caption: String): ListBuffer[ReportNode]
- Definition Classes
- AbstractReport
-
def
runDone(runID: Int): Unit
- Attributes
- protected
- Definition Classes
- ExperimentConfiguration
-
def
scatterPlot(xData: Any, yData: Any)(title: String, caption: String, xLabel: String, yLabel: String): Any
- Definition Classes
- AbstractReport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topmostElements: List[ReportNode]
- Attributes
- protected
- Definition Classes
- AbstractReport
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )