| 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 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 Set<Well> | Plate. getWells()returns wells . | 
| Iterator<Well> | Plate. iterateWells()should be used rather than accessing the wells set directly. | 
| Iterator<Well> | Reagent. linkedWellIterator()provides an iterator over the child values of the wellLinks. | 
| List<Well> | Reagent. linkedWellList()produces a  List-copy of the underlying collection. | 
| Collection<Well> | Plate. unmodifiableWells()Returns an unmodifiable collection-view | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Plate. addWell(Well target)use instead of setWells . | 
| 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(Collection<Well> targets)use like addWell. | 
| void | Plate. removeWellSet(Collection<Well> targets)use like removeWell | 
| protected void | Plate. setWells(Set<Well> wells)setter for wells should be avoided. | 
| Constructor and Description | 
|---|
| WellSample(Well _well,
          Image _image) | 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.