Uses of Class
ome.xml.model.Well
-
Packages that use Well Package Description ome.xml.model -
-
Uses of Well in ome.xml.model
Methods in ome.xml.model that return Well Modifier and Type Method Description WellAnnotation. getLinkedWell(int index)WellReagent. getLinkedWell(int index)WellPlate. getWell(int index)WellWellSample. getWell()WellAnnotation. setLinkedWell(int index, Well o)WellReagent. setLinkedWell(int index, Well o)WellPlate. setWell(int index, Well well)Methods in ome.xml.model that return types with arguments of type Well Modifier and Type Method Description java.util.List<Well>Annotation. copyLinkedWellList()java.util.List<Well>Reagent. copyLinkedWellList()java.util.List<Well>Plate. copyWellList()Methods in ome.xml.model with parameters of type Well Modifier and Type Method Description voidPlate. addWell(Well well)booleanAnnotation. linkWell(Well o)booleanReagent. linkWell(Well o)voidPlate. removeWell(Well well)WellAnnotation. setLinkedWell(int index, Well o)WellReagent. setLinkedWell(int index, Well o)WellPlate. setWell(int index, Well well)voidWellSample. setWell(Well well_BackReference)booleanAnnotation. unlinkWell(Well o)booleanReagent. unlinkWell(Well o)Constructors in ome.xml.model with parameters of type Well Constructor Description Well(Well orig)Copy constructor.
-