omero::model::Well
Overview
[ "protected" ]
class Well extends IObject
Used By
- PlateWellsSeq
- ReagentLinkedWellSeq
- Plate::addWell
- Plate::removeWell
- Reagent::findWellReagentLink
- Reagent::linkWell
- Reagent::unlinkWell
- reloadAnnotationLinks
- reloadReagentLinks
- reloadWellSamples
- WellAnnotationLink::getParent
- WellAnnotationLink::link
- WellAnnotationLink::parent
- WellAnnotationLink::setParent
- WellReagentLink::getParent
- WellReagentLink::link
- WellReagentLink::parent
- WellReagentLink::setParent
- WellSample::getWell
- WellSample::setWell
- WellSample::well
Operation Index
- getVersion
-
- setVersion
-
- getStatus
-
- setStatus
-
- getColumn
-
- setColumn
-
- getRow
-
- setRow
-
- getRed
-
- setRed
-
- getGreen
-
- setGreen
-
- getBlue
-
- setBlue
-
- getAlpha
-
- setAlpha
-
- unloadReagentLinks
-
- sizeOfReagentLinks
-
- copyReagentLinks
-
- addWellReagentLink
-
- addAllWellReagentLinkSet
-
- removeWellReagentLink
-
- removeAllWellReagentLinkSet
-
- clearReagentLinks
-
- reloadReagentLinks
-
- getReagentLinksCountPerOwner
-
- linkReagent
-
- addWellReagentLinkToBoth
-
- findWellReagentLink
-
- unlinkReagent
-
- removeWellReagentLinkFromBoth
-
- linkedReagentList
-
- getExternalDescription
-
- setExternalDescription
-
- getExternalIdentifier
-
- setExternalIdentifier
-
- getType
-
- setType
-
- unloadWellSamples
-
- sizeOfWellSamples
-
- copyWellSamples
-
- addWellSample
-
- addAllWellSampleSet
-
- removeWellSample
-
- removeAllWellSampleSet
-
- clearWellSamples
-
- reloadWellSamples
-
- getWellSample
-
- setWellSample
-
- getPrimaryWellSample
-
- setPrimaryWellSample
-
- getPlate
-
- setPlate
-
- unloadAnnotationLinks
-
- sizeOfAnnotationLinks
-
- copyAnnotationLinks
-
- addWellAnnotationLink
-
- addAllWellAnnotationLinkSet
-
- removeWellAnnotationLink
-
- removeAllWellAnnotationLinkSet
-
- clearAnnotationLinks
-
- reloadAnnotationLinks
-
- getAnnotationLinksCountPerOwner
-
- linkAnnotation
-
- addWellAnnotationLinkToBoth
-
- findWellAnnotationLink
-
- unlinkAnnotation
-
- removeWellAnnotationLinkFromBoth
-
- linkedAnnotationList
-
Data Member Index
- version
-
- status
-
- column
-
- row
-
- red
-
- green
-
- blue
-
- alpha
-
- reagentLinksSeq
-
- reagentLinksLoaded
-
- reagentLinksCountPerOwner
-
- externalDescription
-
- externalIdentifier
-
- type
-
- wellSamplesSeq
-
- wellSamplesLoaded
-
- plate
-
- annotationLinksSeq
-
- annotationLinksLoaded
-
- annotationLinksCountPerOwner
-
Operations
RInt getVersion()
void setVersion(RInt theVersion)
void setStatus(RString theStatus)
RInt getColumn()
void setColumn(RInt theColumn)
RInt getRow()
void setRow(RInt theRow)
RInt getRed()
void setRed(RInt theRed)
RInt getGreen()
void setGreen(RInt theGreen)
RInt getBlue()
void setBlue(RInt theBlue)
RInt getAlpha()
void setAlpha(RInt theAlpha)
void unloadReagentLinks()
int sizeOfReagentLinks()
void addWellReagentLink(WellReagentLink target)
void addAllWellReagentLinkSet(WellReagentLinksSeq targets)
void removeWellReagentLink(WellReagentLink theTarget)
void removeAllWellReagentLinkSet(WellReagentLinksSeq targets)
void clearReagentLinks()
void reloadReagentLinks(Well toCopy)
sys::CountMap getReagentLinksCountPerOwner()
void addWellReagentLinkToBoth(WellReagentLink link, bool bothSides)
void unlinkReagent(Reagent removal)
void removeWellReagentLinkFromBoth(WellReagentLink link, bool bothSides)
RString getExternalDescription()
void setExternalDescription(RString theExternalDescription)
RString getExternalIdentifier()
void setExternalIdentifier(RString theExternalIdentifier)
void setType(RString theType)
void unloadWellSamples()
int sizeOfWellSamples()
void addWellSample(WellSample target)
void removeWellSample(WellSample theTarget)
void removeAllWellSampleSet(WellWellSamplesSeq targets)
void clearWellSamples()
void reloadWellSamples(Well toCopy)
WellSample getWellSample(int index)
WellSample getPrimaryWellSample()
Plate getPlate()
void setPlate(Plate thePlate)
void unloadAnnotationLinks()
int sizeOfAnnotationLinks()
void removeWellAnnotationLink(WellAnnotationLink theTarget)
void removeAllWellAnnotationLinkSet(WellAnnotationLinksSeq targets)
void clearAnnotationLinks()
void reloadAnnotationLinks(Well toCopy)
sys::CountMap getAnnotationLinksCountPerOwner()
void addWellAnnotationLinkToBoth(WellAnnotationLink link, bool bothSides)
void unlinkAnnotation(Annotation removal)
void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, bool bothSides)
Data Members
RInt version;
bool reagentLinksLoaded;
sys::CountMap reagentLinksCountPerOwner;
RString externalDescription;
RString externalIdentifier;
bool wellSamplesLoaded;
bool annotationLinksLoaded;
sys::CountMap annotationLinksCountPerOwner;