public class GlobalVars
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
divergence |
static java.lang.Integer |
iterations |
static java.lang.Integer |
notMovedMax |
static java.lang.Integer |
numOfNodes |
static java.lang.Integer |
numOfThreads |
static java.lang.Double |
overlappingThreshold |
static java.lang.Integer |
padding |
static java.lang.Integer |
rounds |
static boolean |
showBalancing |
static java.lang.Integer |
timeout |
Constructor and Description |
---|
GlobalVars() |
public static java.lang.Integer numOfNodes
public static final boolean showBalancing
public static java.lang.Integer rounds
public static java.lang.Integer divergence
public static java.lang.Integer iterations
public static java.lang.Integer notMovedMax
public static java.lang.Integer numOfThreads
public static java.lang.Double overlappingThreshold
public static java.lang.Integer padding
public static java.lang.Integer timeout