Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Field and Description |
---|---|
private Well |
WellSample.well |
Modifier and Type | Field and Description |
---|---|
private List<Well> |
Annotation.wellLinks |
private List<Well> |
Plate.wells |
private List<Well> |
Reagent.wells |
Modifier and Type | Method and Description |
---|---|
Well |
Annotation.getLinkedWell(int index) |
Well |
Reagent.getLinkedWell(int index) |
Well |
WellSample.getWell() |
Well |
Plate.getWell(int index) |
Well |
Annotation.setLinkedWell(int index,
Well o) |
Well |
Reagent.setLinkedWell(int index,
Well o) |
Well |
Plate.setWell(int index,
Well well) |
Modifier and Type | Method and Description |
---|---|
List<Well> |
Annotation.copyLinkedWellList() |
List<Well> |
Reagent.copyLinkedWellList() |
List<Well> |
Plate.copyWellList() |
Modifier and Type | Method and Description |
---|---|
void |
Plate.addWell(Well well) |
boolean |
Annotation.linkWell(Well o) |
boolean |
Reagent.linkWell(Well o) |
void |
Plate.removeWell(Well well) |
Well |
Annotation.setLinkedWell(int index,
Well o) |
Well |
Reagent.setLinkedWell(int index,
Well o) |
Well |
Plate.setWell(int index,
Well well) |
void |
WellSample.setWell(Well well_BackReference) |
boolean |
Annotation.unlinkWell(Well o) |
boolean |
Reagent.unlinkWell(Well o) |
Constructor and Description |
---|
Well(Well orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment