Uses of Class
ome.xml.model.WellSample
Packages that use WellSample
-
Uses of WellSample in ome.xml.model
Methods in ome.xml.model that return WellSampleModifier and TypeMethodDescriptionImage.getLinkedWellSample(int index) PlateAcquisition.getLinkedWellSample(int index) Well.getWellSample(int index) Image.setLinkedWellSample(int index, WellSample o) PlateAcquisition.setLinkedWellSample(int index, WellSample o) Well.setWellSample(int index, WellSample wellSample) Methods in ome.xml.model that return types with arguments of type WellSampleModifier and TypeMethodDescriptionImage.copyLinkedWellSampleList()PlateAcquisition.copyLinkedWellSampleList()Well.copyWellSampleList()Methods in ome.xml.model with parameters of type WellSampleModifier and TypeMethodDescriptionvoidWell.addWellSample(WellSample wellSample) booleanImage.linkWellSample(WellSample o) booleanPlateAcquisition.linkWellSample(WellSample o) voidWell.removeWellSample(WellSample wellSample) Image.setLinkedWellSample(int index, WellSample o) PlateAcquisition.setLinkedWellSample(int index, WellSample o) Well.setWellSample(int index, WellSample wellSample) booleanImage.unlinkWellSample(WellSample o) booleanPlateAcquisition.unlinkWellSample(WellSample o) Constructors in ome.xml.model with parameters of type WellSample