| Package | Description | 
|---|---|
| ome.model.core | |
| ome.model.screen | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<WellSample> | 
Image.wellSamples  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Set<WellSample> | 
Image.getWellSamples()
returns wellSamples . 
 | 
Iterator<WellSample> | 
Image.iterateWellSamples()
should be used rather than accessing the wellSamples set directly. 
 | 
Collection<WellSample> | 
Image.unmodifiableWellSamples()
Returns an unmodifiable collection-view 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Image.addWellSample(WellSample target)
use instead of setWellSamples . 
 | 
void | 
Image.removeWellSample(WellSample target)
removes a single element from this set and makes the inverse call on ome.model.screen.WellSample 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Image.addWellSampleSet(Collection<WellSample> targets)
use like addWellSample. 
 | 
void | 
Image.removeWellSampleSet(Collection<WellSample> targets)
use like removeWellSample 
 | 
protected void | 
Image.setWellSamples(Set<WellSample> wellSamples)
setter for wellSamples should be avoided. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<WellSample> | 
PlateAcquisition.wellSample  | 
protected List<WellSample> | 
Well.wellSamples  | 
| Modifier and Type | Method and Description | 
|---|---|
WellSample | 
Well.getPrimaryWellSample()
Gets the first element of wellSamples which can be interpreted as the
 primary or default element in some situations. 
 | 
WellSample | 
Well.getWellSample(int index)
Gets the ome.model.screen.WellSample at the given index. 
 | 
WellSample | 
WellSample.newInstance()  | 
WellSample | 
WellSample.proxy()  | 
WellSample | 
Well.setPrimaryWellSample(WellSample element)
Swaps the first element of wellSamples with the first instance of the
 given element. 
 | 
WellSample | 
Well.setWellSample(int index,
             WellSample element)
Sets the ome.model.screen.WellSample at the given index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Set<WellSample> | 
PlateAcquisition.getWellSample()
returns wellSample . 
 | 
protected List<WellSample> | 
Well.getWellSamples()
returns wellSamples . 
 | 
Iterator<WellSample> | 
PlateAcquisition.iterateWellSample()
should be used rather than accessing the wellSample set directly. 
 | 
Iterator<WellSample> | 
Well.iterateWellSamples()
should be used rather than accessing the wellSamples set directly. 
 | 
Collection<WellSample> | 
PlateAcquisition.unmodifiableWellSample()
Returns an unmodifiable collection-view 
 | 
Collection<WellSample> | 
Well.unmodifiableWellSamples()
Returns an unmodifiable collection-view 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlateAcquisition.addWellSample(WellSample target)
use instead of setWellSample . 
 | 
void | 
Well.addWellSample(WellSample target)
use instead of setWellSamples . 
 | 
void | 
PlateAcquisition.removeWellSample(WellSample target)
removes a single element from this set and makes the inverse call on ome.model.screen.WellSample 
 | 
void | 
Well.removeWellSample(WellSample target)
removes a single element from this set and makes the inverse call on ome.model.screen.WellSample 
 | 
WellSample | 
Well.setPrimaryWellSample(WellSample element)
Swaps the first element of wellSamples with the first instance of the
 given element. 
 | 
WellSample | 
Well.setWellSample(int index,
             WellSample element)
Sets the ome.model.screen.WellSample at the given index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlateAcquisition.addWellSampleSet(Collection<WellSample> targets)
use like addWellSample. 
 | 
void | 
Well.addWellSampleSet(Collection<WellSample> targets)
use like addWellSample. 
 | 
void | 
PlateAcquisition.removeWellSampleSet(Collection<WellSample> targets)
use like removeWellSample 
 | 
void | 
Well.removeWellSampleSet(Collection<WellSample> targets)
use like removeWellSample 
 | 
protected void | 
PlateAcquisition.setWellSample(Set<WellSample> wellSample)
setter for wellSample should be avoided. 
 | 
protected void | 
Well.setWellSamples(List<WellSample> wellSamples)
setter for wellSamples should be avoided. 
 | 
                
                
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.