cz.zcu.kiv.vsp.msloup
Class Config

java.lang.Object
  extended by cz.zcu.kiv.vsp.msloup.Config

public class Config
extends Object

Trida s nastavenim simulace

Author:
Martin Sloup

Field Summary
static double C1
           
static double C2
           
static double C3
           
static long DEFAULT_STEPS
           
static double GENERATOR_LAMBDA1
           
static double GENERATOR_LAMBDA2
           
static double GENERATOR_MI1
           
static double GENERATOR_MI2
           
static int HISTOGRAM_COLS
           
static double MAX_STAR_LENGTH
           
static double MI1
           
static double MI2
           
static double MI3
           
static double MI4
           
static double P1
           
static double P2
           
static double P3
           
static char STAR_CHAR
           
static double TS1
           
static double TS2
           
static double TS3
           
static double TS4
           
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_STEPS

public static final long DEFAULT_STEPS
See Also:
Constant Field Values

TS1

public static final double TS1
See Also:
Constant Field Values

TS2

public static final double TS2
See Also:
Constant Field Values

TS3

public static final double TS3
See Also:
Constant Field Values

TS4

public static final double TS4
See Also:
Constant Field Values

MI1

public static final double MI1
See Also:
Constant Field Values

MI2

public static final double MI2
See Also:
Constant Field Values

MI3

public static final double MI3
See Also:
Constant Field Values

MI4

public static final double MI4
See Also:
Constant Field Values

GENERATOR_LAMBDA1

public static final double GENERATOR_LAMBDA1
See Also:
Constant Field Values

GENERATOR_LAMBDA2

public static final double GENERATOR_LAMBDA2
See Also:
Constant Field Values

GENERATOR_MI1

public static final double GENERATOR_MI1
See Also:
Constant Field Values

GENERATOR_MI2

public static final double GENERATOR_MI2
See Also:
Constant Field Values

P1

public static final double P1
See Also:
Constant Field Values

P2

public static final double P2
See Also:
Constant Field Values

P3

public static final double P3
See Also:
Constant Field Values

MAX_STAR_LENGTH

public static final double MAX_STAR_LENGTH
See Also:
Constant Field Values

STAR_CHAR

public static final char STAR_CHAR
See Also:
Constant Field Values

C1

public static final double C1
See Also:
Constant Field Values

C2

public static final double C2
See Also:
Constant Field Values

C3

public static final double C3
See Also:
Constant Field Values

HISTOGRAM_COLS

public static final int HISTOGRAM_COLS
See Also:
Constant Field Values
Constructor Detail

Config

public Config()