public class Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
assynchronousMode |
static int |
border |
static int |
communicationRadio |
static boolean |
DEBUG |
static int |
dimX |
static int |
dimY |
static boolean |
distributed |
static GUIInfoType |
infoType |
static java.lang.String |
instanciaTeste |
static boolean |
isGUIMode |
static int |
ncores |
static int |
nodeRadio |
static java.lang.String |
nomeTeste |
static java.util.HashMap<java.lang.String,java.lang.String> |
params |
static java.lang.String |
pathTotal |
static java.lang.String |
projectName |
static java.lang.String |
projectPath |
static Global.simulationType |
simType |
static boolean |
withLog |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
getBooleanConfigParam(java.lang.String param)
Returns a Boolean value associated to the string parameter required
|
static java.lang.Double |
getDoubleConfigParam(java.lang.String param)
Returns a Double value associated to the string parameter required
|
static java.lang.Float |
getFloatConfigParam(java.lang.String param)
Returns a Float value associated to the string parameter required
|
static java.lang.Integer |
getIntegerConfigParam(java.lang.String param)
Returns a Integer value associated to the string parameter required
|
static java.lang.String |
getStringConfigParam(java.lang.String param)
Returns a String value associated to the string parameter required
|
static void |
readConfFile(java.io.RandomAccessFile raf) |
public static java.lang.String nomeTeste
public static java.lang.String instanciaTeste
public static java.lang.String pathTotal
public static boolean DEBUG
public static int dimX
public static int dimY
public static int border
public static int ncores
public static int communicationRadio
public static int nodeRadio
public static boolean assynchronousMode
public static final java.lang.String projectPath
public static java.lang.String projectName
public static boolean isGUIMode
public static boolean withLog
public static java.util.HashMap<java.lang.String,java.lang.String> params
public static Global.simulationType simType
public static GUIInfoType infoType
public static boolean distributed
public static void readConfFile(java.io.RandomAccessFile raf)
public static java.lang.Boolean getBooleanConfigParam(java.lang.String param)
param
- - the String param that has to know the valuepublic static java.lang.String getStringConfigParam(java.lang.String param)
param
- - the String param that has to know the valuepublic static java.lang.Integer getIntegerConfigParam(java.lang.String param)
param
- - the String param that has to know the valuepublic static java.lang.Float getFloatConfigParam(java.lang.String param)
param
- - the String param that has to know the valuepublic static java.lang.Double getDoubleConfigParam(java.lang.String param)
param
- - the String param that has to know the value