OmeroBlitz API
Home Previous Up Next Index

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)

RString getStatus()

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()

WellReagentLinksSeq copyReagentLinks()

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()

WellReagentLink linkReagent(Reagent addition)

void addWellReagentLinkToBoth(WellReagentLink link, bool bothSides)

WellReagentLinksSeq findWellReagentLink(Reagent removal)

void unlinkReagent(Reagent removal)

void removeWellReagentLinkFromBoth(WellReagentLink link, bool bothSides)

WellLinkedReagentSeq linkedReagentList()

RString getExternalDescription()

void setExternalDescription(RString theExternalDescription)

RString getExternalIdentifier()

void setExternalIdentifier(RString theExternalIdentifier)

RString getType()

void setType(RString theType)

void unloadWellSamples()

int sizeOfWellSamples()

WellWellSamplesSeq copyWellSamples()

void addWellSample(WellSample target)

void addAllWellSampleSet(WellWellSamplesSeq targets)

void removeWellSample(WellSample theTarget)

void removeAllWellSampleSet(WellWellSamplesSeq targets)

void clearWellSamples()

void reloadWellSamples(Well toCopy)

WellSample getWellSample(int index)

WellSample setWellSample(int index, WellSample theElement)

WellSample getPrimaryWellSample()

WellSample setPrimaryWellSample(WellSample theElement)

Plate getPlate()

void setPlate(Plate thePlate)

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

WellAnnotationLinksSeq copyAnnotationLinks()

void addWellAnnotationLink(WellAnnotationLink target)

void addAllWellAnnotationLinkSet(WellAnnotationLinksSeq targets)

void removeWellAnnotationLink(WellAnnotationLink theTarget)

void removeAllWellAnnotationLinkSet(WellAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(Well toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

WellAnnotationLink linkAnnotation(Annotation addition)

void addWellAnnotationLinkToBoth(WellAnnotationLink link, bool bothSides)

WellAnnotationLinksSeq findWellAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, bool bothSides)

WellLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

RString status;

RInt column;

RInt row;

RInt red;

RInt green;

RInt blue;

RInt alpha;

WellReagentLinksSeq reagentLinksSeq;

bool reagentLinksLoaded;

sys::CountMap reagentLinksCountPerOwner;

RString externalDescription;

RString externalIdentifier;

RString type;

WellWellSamplesSeq wellSamplesSeq;

bool wellSamplesLoaded;

Plate plate;

WellAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index