public class ObjectComparator extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL |
static int |
DEBUG |
static int |
EQUAL |
static int |
INFO |
static int |
NO_COMPARISON |
static int |
NOT_EQUAL |
static int |
SILENT |
Constructor and Description |
---|
ObjectComparator() |
Modifier and Type | Method and Description |
---|---|
void |
compare(Object o1,
Object o2) |
void |
compareLCEvent(Object o1,
Object o2) |
void |
compareObject(Object o1,
Object o2) |
int |
getResultCode() |
String |
getResultString() |
void |
reset() |
void |
setVerbosity(int verbosity) |
public static final int NOT_EQUAL
public static final int EQUAL
public static final int NO_COMPARISON
public static final int SILENT
public static final int INFO
public static final int DEBUG
public static final int ALL
public void setVerbosity(int verbosity)
public String getResultString()
public void reset()
public int getResultCode()
public void compare(Object o1, Object o2) throws IllegalArgumentException
IllegalArgumentException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics