Uses of Class
ome.xml.model.WellSample
-
Packages that use WellSample Package Description ome.xml.model -
-
Uses of WellSample in ome.xml.model
Methods in ome.xml.model that return WellSample Modifier and Type Method Description WellSampleImage. getLinkedWellSample(int index)WellSamplePlateAcquisition. getLinkedWellSample(int index)WellSampleWell. getWellSample(int index)WellSampleImage. setLinkedWellSample(int index, WellSample o)WellSamplePlateAcquisition. setLinkedWellSample(int index, WellSample o)WellSampleWell. setWellSample(int index, WellSample wellSample)Methods in ome.xml.model that return types with arguments of type WellSample Modifier and Type Method Description java.util.List<WellSample>Image. copyLinkedWellSampleList()java.util.List<WellSample>PlateAcquisition. copyLinkedWellSampleList()java.util.List<WellSample>Well. copyWellSampleList()Methods in ome.xml.model with parameters of type WellSample Modifier and Type Method Description voidWell. addWellSample(WellSample wellSample)booleanImage. linkWellSample(WellSample o)booleanPlateAcquisition. linkWellSample(WellSample o)voidWell. removeWellSample(WellSample wellSample)WellSampleImage. setLinkedWellSample(int index, WellSample o)WellSamplePlateAcquisition. setLinkedWellSample(int index, WellSample o)WellSampleWell. setWellSample(int index, WellSample wellSample)booleanImage. unlinkWellSample(WellSample o)booleanPlateAcquisition. unlinkWellSample(WellSample o)Constructors in ome.xml.model with parameters of type WellSample Constructor Description WellSample(WellSample orig)Copy constructor.
-