Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
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)
RString
getStatus()
void setStatus(
RString
theStatus)
RString
getExternalIdentifier()
void setExternalIdentifier(
RString
theExternalIdentifier)
void unloadScreenLinks()
int sizeOfScreenLinks()
PlateScreenLinksSeq
copyScreenLinks()
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()
ScreenPlateLink
linkScreen(
Screen
addition)
void addScreenPlateLinkToBoth(
ScreenPlateLink
link, bool bothSides)
PlateScreenLinksSeq
findScreenPlateLink(
Screen
removal)
void unlinkScreen(
Screen
removal)
void removeScreenPlateLinkFromBoth(
ScreenPlateLink
link, bool bothSides)
PlateLinkedScreenSeq
linkedScreenList()
void unloadWells()
int sizeOfWells()
PlateWellsSeq
copyWells()
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()
PlatePlateAcquisitionsSeq
copyPlateAcquisitions()
void addPlateAcquisition(
PlateAcquisition
target)
void addAllPlateAcquisitionSet(
PlatePlateAcquisitionsSeq
targets)
void removePlateAcquisition(
PlateAcquisition
theTarget)
void removeAllPlateAcquisitionSet(
PlatePlateAcquisitionsSeq
targets)
void clearPlateAcquisitions()
void reloadPlateAcquisitions(
Plate
toCopy)
void unloadAnnotationLinks()
int sizeOfAnnotationLinks()
PlateAnnotationLinksSeq
copyAnnotationLinks()
void addPlateAnnotationLink(
PlateAnnotationLink
target)
void addAllPlateAnnotationLinkSet(
PlateAnnotationLinksSeq
targets)
void removePlateAnnotationLink(
PlateAnnotationLink
theTarget)
void removeAllPlateAnnotationLinkSet(
PlateAnnotationLinksSeq
targets)
void clearAnnotationLinks()
void reloadAnnotationLinks(
Plate
toCopy)
sys::CountMap
getAnnotationLinksCountPerOwner()
PlateAnnotationLink
linkAnnotation(
Annotation
addition)
void addPlateAnnotationLinkToBoth(
PlateAnnotationLink
link, bool bothSides)
PlateAnnotationLinksSeq
findPlateAnnotationLink(
Annotation
removal)
void unlinkAnnotation(
Annotation
removal)
void removePlateAnnotationLinkFromBoth(
PlateAnnotationLink
link, bool bothSides)
PlateLinkedAnnotationSeq
linkedAnnotationList()
RString
getName()
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
rows;
RInt
columns;
RString
status;
RString
externalIdentifier;
PlateScreenLinksSeq
screenLinksSeq;
bool screenLinksLoaded;
sys::CountMap
screenLinksCountPerOwner;
PlateWellsSeq
wellsSeq;
bool wellsLoaded;
PlatePlateAcquisitionsSeq
plateAcquisitionsSeq;
bool plateAcquisitionsLoaded;
PlateAnnotationLinksSeq
annotationLinksSeq;
bool annotationLinksLoaded;
sys::CountMap
annotationLinksCountPerOwner;
RString
name;
RString
description;
Home
Previous
Up
Next
Index