Uses of Class
fr.igred.omero.repository.WellSampleWrapper
-
Packages that use WellSampleWrapper Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of WellSampleWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type WellSampleWrapper Modifier and Type Method Description List<WellSampleWrapper>
ImageWrapper. getWellSamples()
Retrieves the well samples containing this image.List<WellSampleWrapper>
ImageWrapper. getWellSamples(Client client)
Retrieves the well samples containing this image and updates them from OMERO.List<WellSampleWrapper>
PlateAcquisitionWrapper. getWellSamples()
Retrieves the well samples for this plate acquisition.List<WellSampleWrapper>
PlateAcquisitionWrapper. getWellSamples(Browser browser)
Retrieves the well samples for this plate acquisition from OMERO and updates the object.List<WellSampleWrapper>
WellWrapper. getWellSamples()
Returns the well samples linked to the well.
-