Package | Description |
---|---|
ome.model.core | |
ome.model.screen |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<WellSample> |
Image.wellSamples |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<WellSample> |
Image.getWellSamples()
returns wellSamples .
|
java.util.Iterator<WellSample> |
Image.iterateWellSamples()
should be used rather than accessing the wellSamples set directly.
|
java.util.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(java.util.Collection<WellSample> targets)
use like addWellSample.
|
void |
Image.removeWellSampleSet(java.util.Collection<WellSample> targets)
use like removeWellSample
|
protected void |
Image.setWellSamples(java.util.Set<WellSample> wellSamples)
setter for wellSamples should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<WellSample> |
PlateAcquisition.wellSample |
protected java.util.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 java.util.Set<WellSample> |
PlateAcquisition.getWellSample()
returns wellSample .
|
protected java.util.List<WellSample> |
Well.getWellSamples()
returns wellSamples .
|
java.util.Iterator<WellSample> |
PlateAcquisition.iterateWellSample()
should be used rather than accessing the wellSample set directly.
|
java.util.Iterator<WellSample> |
Well.iterateWellSamples()
should be used rather than accessing the wellSamples set directly.
|
java.util.Collection<WellSample> |
PlateAcquisition.unmodifiableWellSample()
Returns an unmodifiable collection-view
|
java.util.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(java.util.Collection<WellSample> targets)
use like addWellSample.
|
void |
Well.addWellSampleSet(java.util.Collection<WellSample> targets)
use like addWellSample.
|
void |
PlateAcquisition.removeWellSampleSet(java.util.Collection<WellSample> targets)
use like removeWellSample
|
void |
Well.removeWellSampleSet(java.util.Collection<WellSample> targets)
use like removeWellSample
|
protected void |
PlateAcquisition.setWellSample(java.util.Set<WellSample> wellSample)
setter for wellSample should be avoided.
|
protected void |
Well.setWellSamples(java.util.List<WellSample> wellSamples)
setter for wellSamples should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.