biosim.app.domworld
Class SmallDomWorld

java.lang.Object
  extended by biosim.app.domworld.SmallDomWorld

public class SmallDomWorld
extends java.lang.Object


Field Summary
static boolean GUI
           
static double HEIGHT
           
static boolean LOGGING
           
static double RESOLUTION
           
static boolean TOROIDAL
           
static double WIDTH
           
 
Constructor Summary
SmallDomWorld()
           
 
Method Summary
static Simulation config(java.util.Properties props)
           
static Simulation defaultConfig()
           
static java.util.Properties getParams(java.lang.String fname)
           
static void invalidValue(java.lang.String propName, java.lang.String value)
           
static void main(java.lang.String[] args)
           
static void missingPropsError(java.lang.String propName)
           
static void printMat(double[][] ts, java.text.DecimalFormat df)
           
static double[][] randomTieStrength(ec.util.MersenneTwisterFast rnd, int n)
           
static double[][] tieStrengthFromFile(java.lang.String fname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEIGHT

public static double HEIGHT

WIDTH

public static double WIDTH

RESOLUTION

public static double RESOLUTION

LOGGING

public static boolean LOGGING

GUI

public static boolean GUI

TOROIDAL

public static boolean TOROIDAL
Constructor Detail

SmallDomWorld

public SmallDomWorld()
Method Detail

randomTieStrength

public static double[][] randomTieStrength(ec.util.MersenneTwisterFast rnd,
                                           int n)

missingPropsError

public static void missingPropsError(java.lang.String propName)

invalidValue

public static void invalidValue(java.lang.String propName,
                                java.lang.String value)

tieStrengthFromFile

public static double[][] tieStrengthFromFile(java.lang.String fname)
                                      throws java.io.IOException
Throws:
java.io.IOException

defaultConfig

public static Simulation defaultConfig()

config

public static Simulation config(java.util.Properties props)

printMat

public static void printMat(double[][] ts,
                            java.text.DecimalFormat df)

getParams

public static java.util.Properties getParams(java.lang.String fname)
                                      throws java.io.IOException
Throws:
java.io.IOException

main

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