Package examples.running
Class SimulationDemos
- java.lang.Object
-
- examples.running.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 voiddemoResponseReport()Shows how to create a CSVResponseReport with specific responsesstatic voidmain(java.lang.String[] args)static voidreplicationDeletion()Runs a standard replication deletion simulation and illustrates some of the reporting methods.static voidrunEachRepSeparately()Shows how to run each replication separately.
-
-
-
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
-
-