omero::model::Plate
Overview
[ "protected" ]
class Plate extends IObject
Used By
- ScreenLinkedPlateSeq
- reloadAnnotationLinks
- reloadPlateAcquisitions
- reloadScreenLinks
- reloadWells
- PlateAcquisition::getPlate
- PlateAcquisition::plate
- PlateAcquisition::setPlate
- PlateAnnotationLink::getParent
- PlateAnnotationLink::link
- PlateAnnotationLink::parent
- PlateAnnotationLink::setParent
- Screen::findScreenPlateLink
- Screen::linkPlate
- Screen::unlinkPlate
- ScreenPlateLink::child
- ScreenPlateLink::getChild
- ScreenPlateLink::link
- ScreenPlateLink::setChild
- Well::getPlate
- Well::plate
- Well::setPlate
Operation Index
- getVersion
-
- setVersion
-
- getDefaultSample
-
- setDefaultSample
-
- getColumnNamingConvention
-
- setColumnNamingConvention
-
- getRowNamingConvention
-
- setRowNamingConvention
-
- getWellOriginX
-
- setWellOriginX
-
- getWellOriginY
-
- setWellOriginY
-
- getRows
-
- setRows
-
- getColumns
-
- setColumns
-
- getStatus
-
- setStatus
-
- getExternalIdentifier
-
- setExternalIdentifier
-
- unloadScreenLinks
-
- sizeOfScreenLinks
-
- copyScreenLinks
-
- addScreenPlateLink
-
- addAllScreenPlateLinkSet
-
- removeScreenPlateLink
-
- removeAllScreenPlateLinkSet
-
- clearScreenLinks
-
- reloadScreenLinks
-
- getScreenLinksCountPerOwner
-
- linkScreen
-
- addScreenPlateLinkToBoth
-
- findScreenPlateLink
-
- unlinkScreen
-
- removeScreenPlateLinkFromBoth
-
- linkedScreenList
-
- unloadWells
-
- sizeOfWells
-
- copyWells
-
- addWell
-
- addAllWellSet
-
- removeWell
-
- removeAllWellSet
-
- clearWells
-
- reloadWells
-
- unloadPlateAcquisitions
-
- sizeOfPlateAcquisitions
-
- copyPlateAcquisitions
-
- addPlateAcquisition
-
- addAllPlateAcquisitionSet
-
- removePlateAcquisition
-
- removeAllPlateAcquisitionSet
-
- clearPlateAcquisitions
-
- reloadPlateAcquisitions
-
- unloadAnnotationLinks
-
- sizeOfAnnotationLinks
-
- copyAnnotationLinks
-
- addPlateAnnotationLink
-
- addAllPlateAnnotationLinkSet
-
- removePlateAnnotationLink
-
- removeAllPlateAnnotationLinkSet
-
- clearAnnotationLinks
-
- reloadAnnotationLinks
-
- getAnnotationLinksCountPerOwner
-
- linkAnnotation
-
- addPlateAnnotationLinkToBoth
-
- findPlateAnnotationLink
-
- unlinkAnnotation
-
- removePlateAnnotationLinkFromBoth
-
- linkedAnnotationList
-
- getName
-
- setName
-
- getDescription
-
- setDescription
-
Data Member Index
- version
-
- defaultSample
-
- columnNamingConvention
-
- rowNamingConvention
-
- wellOriginX
-
- wellOriginY
-
- rows
-
- columns
-
- status
-
- externalIdentifier
-
- screenLinksSeq
-
- screenLinksLoaded
-
- screenLinksCountPerOwner
-
- wellsSeq
-
- wellsLoaded
-
- plateAcquisitionsSeq
-
- plateAcquisitionsLoaded
-
- annotationLinksSeq
-
- annotationLinksLoaded
-
- annotationLinksCountPerOwner
-
- name
-
- description
-
Operations
RInt getVersion()
void setVersion(RInt theVersion)
RInt getDefaultSample()
void setDefaultSample(RInt theDefaultSample)
RString getColumnNamingConvention()
void setColumnNamingConvention(RString theColumnNamingConvention)
RString getRowNamingConvention()
void setRowNamingConvention(RString theRowNamingConvention)
Length getWellOriginX()
void setWellOriginX(Length theWellOriginX)
Length getWellOriginY()
void setWellOriginY(Length theWellOriginY)
RInt getRows()
void setRows(RInt theRows)
RInt getColumns()
void setColumns(RInt theColumns)
void setStatus(RString theStatus)
RString getExternalIdentifier()
void setExternalIdentifier(RString theExternalIdentifier)
void unloadScreenLinks()
int sizeOfScreenLinks()
void addScreenPlateLink(ScreenPlateLink target)
void addAllScreenPlateLinkSet(PlateScreenLinksSeq targets)
void removeScreenPlateLink(ScreenPlateLink theTarget)
void removeAllScreenPlateLinkSet(PlateScreenLinksSeq targets)
void clearScreenLinks()
void reloadScreenLinks(Plate toCopy)
sys::CountMap getScreenLinksCountPerOwner()
void addScreenPlateLinkToBoth(ScreenPlateLink link, bool bothSides)
void unlinkScreen(Screen removal)
void removeScreenPlateLinkFromBoth(ScreenPlateLink link, bool bothSides)
void unloadWells()
int sizeOfWells()
void addWell(Well target)
void addAllWellSet(PlateWellsSeq targets)
void removeWell(Well theTarget)
void removeAllWellSet(PlateWellsSeq targets)
void clearWells()
void reloadWells(Plate toCopy)
void unloadPlateAcquisitions()
int sizeOfPlateAcquisitions()
void addPlateAcquisition(PlateAcquisition target)
void removePlateAcquisition(PlateAcquisition theTarget)
void clearPlateAcquisitions()
void reloadPlateAcquisitions(Plate toCopy)
void unloadAnnotationLinks()
int sizeOfAnnotationLinks()
void removePlateAnnotationLink(PlateAnnotationLink theTarget)
void clearAnnotationLinks()
void reloadAnnotationLinks(Plate toCopy)
sys::CountMap getAnnotationLinksCountPerOwner()
void addPlateAnnotationLinkToBoth(PlateAnnotationLink link, bool bothSides)
void unlinkAnnotation(Annotation removal)
void removePlateAnnotationLinkFromBoth(PlateAnnotationLink link, bool bothSides)
void setName(RString theName)
RString getDescription()
void setDescription(RString theDescription)
Data Members
RInt version;
RInt defaultSample;
RString columnNamingConvention;
RString rowNamingConvention;
Length wellOriginX;
Length wellOriginY;
RInt columns;
RString externalIdentifier;
bool screenLinksLoaded;
bool wellsLoaded;
bool plateAcquisitionsLoaded;
bool annotationLinksLoaded;
sys::CountMap annotationLinksCountPerOwner;