package obesechild.model; /*************************************** * A simple Constants class. * Contains all model constant values. * * @author Meghan Hutchins */ public class Constants { // Graph Dimension Defaults public static int XDIMENSION = 100; public static int YDIMENSION = 100; // Equation Defaults public static double PASS_THRU_EXP_WEIGHTDIST = 0.0; public static double PASS_THRU_EXP_COBBDOUGLAS = 1.0; }