biosim.app.domworld
Class SmallDomWorld
java.lang.Object
biosim.app.domworld.SmallDomWorld
public class SmallDomWorld
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SmallDomWorld
public SmallDomWorld()
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)