public final class Global
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ALL_FILES
Value indicating to display all files in GUI
|
static java.awt.Font |
boldUnifontFont
GNU Unifont, BOLD, size 12
|
static java.awt.Font |
boldUnifontFont14
GNU Unifont, BOLD, size 14
|
static int |
COUNT
Location of mangler count in array of experiment/trial results
|
static int |
DICTIONARY_SIZE
Location of dictionary size in array of experiment/trial results
|
static int |
FALSE_NEGATIVE
Location of false-negative count in array of experiment/trial results
|
static int |
FALSE_POSITIVE
Location of false-positive count in array of experiment/trial results
|
static double |
FALSEPOSPROB
Set the Bloom Filters False Positive probability
|
static java.lang.String |
fileEncoding
Returns the default file system encoding
|
static java.lang.String |
fileNameExperimentTracker
Returns the default file system encoding
|
static int |
FSCORE
Location of f-score in array of experiment/trial results
|
static int |
MAX_SCORE
Value indicating the maximum similarity score
|
static int |
MIN_SCORE
Value indicating the lowest similarity score
|
static int |
PRECISION
Location of precision score in array of experiment/trial results
|
static int |
RECALL
Location of recall score in array of experiment/trial results
|
static java.lang.String |
sdHashFilePath
Location of file path to SdHash
|
static int |
TRUE_NEGATIVE
Location of true-negative count in array of experiment/trial results
|
static int |
TRUE_POSITIVE
Location of true-positive count in array of experiment/trial results
|
static java.awt.Font |
unifontFont12
GNU Unifont, PLAIN, size 12
|
static java.awt.Font |
unifontFont14
GNU Unifont, PLAIN, size 14
|
static boolean |
XML_ONLY
Value indicating to display only XML files in GUI
|
Constructor and Description |
---|
Global() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.String str,
java.lang.Object o)
Prints a string/object with the
Calling class/Method
|
static java.lang.String |
getProperty(java.lang.String key)
returns the property specified by ANT build
|
public static final java.lang.String fileEncoding
public static final java.lang.String fileNameExperimentTracker
public static final java.lang.String sdHashFilePath
public static final double FALSEPOSPROB
public static final int PRECISION
public static final int RECALL
public static final int FSCORE
public static final int TRUE_POSITIVE
public static final int FALSE_POSITIVE
public static final int TRUE_NEGATIVE
public static final int FALSE_NEGATIVE
public static final int DICTIONARY_SIZE
public static final int COUNT
public static final java.awt.Font unifontFont12
public static final java.awt.Font unifontFont14
public static final java.awt.Font boldUnifontFont
public static final java.awt.Font boldUnifontFont14
public static final boolean ALL_FILES
public static final boolean XML_ONLY
public static final int MIN_SCORE
public static final int MAX_SCORE
public static java.lang.String getProperty(java.lang.String key)
key
- the value to extract from the properties filepublic static void debug(java.lang.String str, java.lang.Object o)
str
- the message that is displayed to the usero
- the value that is being debugged