Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::model::Plate

Overview

[ "protected" ] class Plate extends IObject

Used By

reloadAnnotationLinks
reloadScreenLinks
reloadWells
ScreenLinkedPlateSeq
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
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
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
status
externalIdentifier
screenLinksSeq
screenLinksLoaded
screenLinksCountPerOwner
wellsSeq
wellsLoaded
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)

RDouble getWellOriginX()

void setWellOriginX(RDouble theWellOriginX)

RDouble getWellOriginY()

void setWellOriginY(RDouble theWellOriginY)

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 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;

RDouble wellOriginX;

RDouble wellOriginY;

RString status;

RString externalIdentifier;

PlateScreenLinksSeq screenLinksSeq;

bool screenLinksLoaded;

sys::CountMap screenLinksCountPerOwner;

PlateWellsSeq wellsSeq;

bool wellsLoaded;

PlateAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;

RString name;

RString description;


Home Previous Up Next Index