Package examples.utilities.tablesaw
Class TablesawUtilExamples
- java.lang.Object
-
- examples.utilities.tablesaw.TablesawUtilExamples
-
public class TablesawUtilExamples extends java.lang.Object
The purpose of this example is to illustrate and test the functionality in TablesawUtil Shows how to: 1) attach a ReplicationDataCollector to a JSL Model 2) attach a JSLDatabaseObserver that creates a JSLDatabase 3) run the simulation 4) make a Tablesaw Table from the ReplicationDataCollector 5) make a Tablesaw Table from a table in the JSLDatabase 6) write a Tablesaw Table to an Excel workbook 7) read in and create a Tablesaw Table from an Excel workbook sheet
-
-
Constructor Summary
Constructors Constructor Description TablesawUtilExamples()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static void
setupExample()
-