Package | Description |
---|---|
ome.model.annotations | |
ome.model.screen |
Modifier and Type | Method and Description |
---|---|
Well |
WellAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
WellAnnotationLink.link(Well parent,
Annotation child) |
Modifier and Type | Field and Description |
---|---|
protected Well |
WellSample.well |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Well> |
Plate.wells |
Modifier and Type | Method and Description |
---|---|
Well |
WellSample.getWell()
Many-to-one field ome.model.screen.WellSample.well (ome.model.screen.Well)
|
Well |
Well.newInstance() |
Well |
WellReagentLink.parent() |
Well |
Well.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Well> |
Plate.getWells()
returns wells .
|
java.util.Iterator<Well> |
Plate.iterateWells()
should be used rather than accessing the wells set directly.
|
java.util.Iterator<Well> |
Reagent.linkedWellIterator()
provides an iterator over the child values of the wellLinks.
|
java.util.List<Well> |
Reagent.linkedWellList()
produces a
List -copy of the underlying collection. |
java.util.Collection<Well> |
Plate.unmodifiableWells()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Plate.addWell(Well target)
use instead of setWells .
|
java.util.Set<WellReagentLink> |
Reagent.findWellReagentLink(Well target)
find all ome.model.screen.WellReagentLink which have the argument as their parent.
|
void |
WellReagentLink.link(Well parent,
Reagent child) |
WellReagentLink |
Reagent.linkWell(Well addition)
Adds a ome.model.screen.WellReagentLink to wellLinks .
|
void |
Plate.removeWell(Well target)
removes a single element from this set and makes the inverse call on ome.model.screen.Well
|
void |
WellSample.setWell(Well well) |
void |
Reagent.unlinkWell(Well removal)
unlinks all ome.model.screen.Well instances from this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Plate.addWellSet(java.util.Collection<Well> targets)
use like addWell.
|
void |
Plate.removeWellSet(java.util.Collection<Well> targets)
use like removeWell
|
protected void |
Plate.setWells(java.util.Set<Well> wells)
setter for wells should be avoided.
|
Constructor and Description |
---|
WellSample(Well _well,
Image _image) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.