Package | Description |
---|---|
bactimas.datamodel | |
bactimas.db |
Modifier and Type | Method and Description |
---|---|
static void |
CurrentExperiment.saveMeasurements(java.util.LinkedList<BacteriaMeasurement> measurements) |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedList<BacteriaMeasurement> |
DALService.getBacteriaMeasurementsForFrame(int idBacteria,
int frameNo,
int idRoiType)
Returns measurements for the given frame (from the DB).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DALService.insertBacteriaMeasurements(java.util.LinkedList<BacteriaMeasurement> measurements) |