public class SelfOrganizedStochasticTippingInSlowFastDynamicalSystems
extends java.lang.Object
| Constructor and Description |
|---|
SelfOrganizedStochasticTippingInSlowFastDynamicalSystems() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Running the application.
|
static void |
run(java.util.Properties simulationProperties,
java.io.File timeSeriesFile,
java.io.File histogramFile,
java.io.File targetHistogramFile)
Running the simulation.
|
public SelfOrganizedStochasticTippingInSlowFastDynamicalSystems()
public static void run(java.util.Properties simulationProperties,
java.io.File timeSeriesFile,
java.io.File histogramFile,
java.io.File targetHistogramFile)
throws java.util.InvalidPropertiesFormatException,
java.io.FileNotFoundException,
java.io.IOException
java.io.IOExceptionjava.io.FileNotFoundExceptionjava.util.InvalidPropertiesFormatExceptionpublic static void main(java.lang.String[] args)
throws java.util.InvalidPropertiesFormatException,
java.io.FileNotFoundException,
java.io.IOException
args - A string array with the first argument being the properties
file with parameters to use for the simulation.java.io.IOExceptionjava.io.FileNotFoundExceptionjava.util.InvalidPropertiesFormatException