public class ValUtil extends Object
| Constructor and Description |
|---|
ValUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateGroup(int rows,
int columns,
WellList list)
Validates the group by checking for wells outside the valid range.
|
static void |
validatePlateInteger(int row,
int column,
Collection<Plate> collection)
Validates each plate in the collection by checking for null values and
invalid dimensions.
|
static void |
validatePlateInteger(int rows,
int columns,
Plate plate)
Validates the plate by checking for null values and invalid dimensions.
|
static void |
validatePlateInteger(int row,
int column,
Plate[] array)
Validates each plate by checking for null values and invalid dimensions.
|
static void |
validatePlateInteger(Plate plate1,
Collection<Plate> collection)
Validates each plate in the collection by checking for null values and
invalid dimensions.
|
static void |
validatePlateInteger(Plate plate1,
Plate plate2)
Validates the plate by checking for null values and invalid dimensions.
|
static void |
validatePlateInteger(Plate plate1,
Plate[] array)
Validate each plate by checking for null values and invalid dimensions.
|
static void |
validateSet(int rows,
int columns,
WellSet set)
Validates the set by checking for wells outside the valid range.
|
static void |
validateWell(int rows,
int columns,
Well well)
Validates the well by checking for invalid indices.
|
public static void validateSet(int rows,
int columns,
WellSet set)
int - the number of plate rowsint - the number of plate columnsWellSet - the well set to validatepublic static void validateWell(int rows,
int columns,
Well well)
int - the number of plate rowsWell - the well to validatepublic static void validatePlateInteger(Plate plate1, Plate plate2)
Plate - the first platePlate - the second platepublic static void validatePlateInteger(Plate plate1, Collection<Plate> collection)
Plate - the plateCollection - the plate collectionpublic static void validatePlateInteger(Plate plate1, Plate[] array)
PlateInteger[] - the plate arraypublic static void validatePlateInteger(int rows,
int columns,
Plate plate)
int - the number of rowsint - the number of columnsPlate - the second platepublic static void validatePlateInteger(int row,
int column,
Collection<Plate> collection)
int - the number of rowsint - the number of columnsCollection - the plate collectionpublic static void validatePlateInteger(int row,
int column,
Plate[] array)
int - the number of rowsint - the number of columnsPlateInteger[] - the plate arraypublic static void validateGroup(int rows,
int columns,
WellList list)
int - the number of plate rowsint - the number of plate columnsWellList - the groupCopyright © 2017. All rights reserved.