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 Well
Annotation. getLinkedWell(int index)
Well
Reagent. getLinkedWell(int index)
Well
Plate. getWell(int index)
Well
WellSample. getWell()
Well
Annotation. setLinkedWell(int index, Well o)
Well
Reagent. setLinkedWell(int index, Well o)
Well
Plate. setWell(int index, Well well)
Methods in ome.xml.model that return types with arguments of type Well Modifier and Type Method Description List<Well>
Annotation. copyLinkedWellList()
List<Well>
Reagent. copyLinkedWellList()
List<Well>
Plate. copyWellList()
Methods in ome.xml.model with parameters of type Well Modifier and Type Method Description void
Plate. addWell(Well well)
boolean
Annotation. linkWell(Well o)
boolean
Reagent. linkWell(Well o)
void
Plate. removeWell(Well well)
Well
Annotation. setLinkedWell(int index, Well o)
Well
Reagent. setLinkedWell(int index, Well o)
Well
Plate. setWell(int index, Well well)
void
WellSample. setWell(Well well_BackReference)
boolean
Annotation. unlinkWell(Well o)
boolean
Reagent. unlinkWell(Well o)
Constructors in ome.xml.model with parameters of type Well Constructor Description Well(Well orig)
Copy constructor.
-