Class 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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void setupExample()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TablesawUtilExamples

        public TablesawUtilExamples()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • setupExample

        public static void setupExample()