Package | Description |
---|---|
bactimas.datamodel | |
bactimas.db | |
bactimas.gui.frametree |
Modifier and Type | Method and Description |
---|---|
static Bacteria |
CurrentExperiment.addBacteria(int frameNo) |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedList<Bacteria> |
CurrentExperiment.getBacteriasForFrame(int frameNo) |
static java.util.LinkedList<Bacteria> |
CurrentExperiment.getSplitBacteriasForFrame(int frameNo) |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedList<BTreeElement> |
CurrentExperiment.getBacteriaBTreeElements(Bacteria root,
java.lang.String onWidthSQL,
java.lang.String onColorSQL) |
static java.util.LinkedList<BacteriaSplit> |
CurrentExperiment.getBacteriaFamilySplits(Bacteria root) |
static java.lang.String |
CurrentExperiment.getBacteriaStateAt(Bacteria b,
int frameNo) |
static boolean |
CurrentExperiment.saveROI(ij.gui.Roi roi,
int frameNo,
Bacteria b,
int roiType) |
Modifier and Type | Method and Description |
---|---|
static Bacteria |
DALService.getOrInsertBacteria(java.lang.String bactName) |
static Bacteria[] |
DALService.splitBacteria(Bacteria b,
int frameNo) |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedList<Bacteria> |
DALService.getBacteriasForFrame(Frame f) |
static java.util.LinkedList<Bacteria> |
DALService.getSplitBacteriasForFrame(Frame f) |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedList<BTreeElement> |
DALService.getBacteriaBTreeElements(int idExperiment,
Bacteria root,
java.lang.String onWidthSQL,
java.lang.String onColorSQL) |
static java.util.LinkedList<BacteriaSplit> |
DALService.getBacteriaFamilySplits(int idExperiment,
Bacteria root) |
static java.lang.String |
DALService.getBacteriaStateAt(Bacteria b,
int frameNo) |
static java.lang.String |
DALService.moveBacteriaSplit(Bacteria someChild,
int delta) |
static Bacteria[] |
DALService.splitBacteria(Bacteria b,
int frameNo) |
Modifier and Type | Method and Description |
---|---|
Bacteria |
BacteriaNode.getBacteria() |
Constructor and Description |
---|
BacteriaNode(FrameNode parent,
Bacteria dbBacteria) |