public class MasterModel extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
CHANNEL |
static boolean |
debugMode |
static byte |
DEPTH |
String[] |
macroFiles |
String[] |
macros |
static char |
micro |
static String |
micrometer |
static byte |
NONE |
String[] |
supportedBatchTypes |
static byte |
TIME |
static String |
VERSION |
Constructor and Description |
---|
MasterModel() |
Modifier and Type | Method and Description |
---|---|
String |
getMacro(int i) |
String |
getMagicMontaqe() |
static MasterModel |
getMasterModel() |
String |
getVersion()
***************************************************************************
|
void |
initializeModel() |
void |
readMacros() |
public static final String VERSION
public static boolean debugMode
public static char micro
public static String micrometer
public static byte NONE
public static byte CHANNEL
public static byte DEPTH
public static byte TIME
public String[] supportedBatchTypes
public String[] macroFiles
public String[] macros
public static MasterModel getMasterModel()
public void initializeModel()
public void readMacros()
public String getVersion()
public String getMacro(int i)
public String getMagicMontaqe()
Copyright © 2015–2021 Fiji. All rights reserved.