Class SimulationDemos


  • public class SimulationDemos
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SimulationDemos()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void demoResponseReport()
      Shows how to create a CSVResponseReport with specific responses
      static void main​(java.lang.String[] args)  
      static void replicationDeletion()
      Runs a standard replication deletion simulation and illustrates some of the reporting methods.
      static void runEachRepSeparately()
      Shows how to run each replication separately.
      • Methods inherited from class java.lang.Object

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

      • SimulationDemos

        public SimulationDemos()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command line arguments
      • replicationDeletion

        public static void replicationDeletion()
        Runs a standard replication deletion simulation and illustrates some of the reporting methods. Look in jslOutput for the created files
      • runEachRepSeparately

        public static void runEachRepSeparately()
        Shows how to run each replication separately.
      • demoResponseReport

        public static void demoResponseReport()
        Shows how to create a CSVResponseReport with specific responses