Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::model::PlateAcquisition

Overview

[ "protected" ] class PlateAcquisition extends IObject

Used By

reloadAnnotationLinks
reloadWellSample
PlatePlateAcquisitionsSeq
Plate::addPlateAcquisition
Plate::removePlateAcquisition
PlateAcquisitionAnnotationLink::getParent
PlateAcquisitionAnnotationLink::link
PlateAcquisitionAnnotationLink::parent
PlateAcquisitionAnnotationLink::setParent
WellSample::getPlateAcquisition
WellSample::plateAcquisition
WellSample::setPlateAcquisition

Operation Index

getVersion
setVersion
getName
setName
getStartTime
setStartTime
getEndTime
setEndTime
getMaximumFieldCount
setMaximumFieldCount
getPlate
setPlate
unloadWellSample
sizeOfWellSample
copyWellSample
addWellSample
addAllWellSampleSet
removeWellSample
removeAllWellSampleSet
clearWellSample
reloadWellSample
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addPlateAcquisitionAnnotationLink
addAllPlateAcquisitionAnnotationLinkSet
removePlateAcquisitionAnnotationLink
removeAllPlateAcquisitionAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addPlateAcquisitionAnnotationLinkToBoth
findPlateAcquisitionAnnotationLink
unlinkAnnotation
removePlateAcquisitionAnnotationLinkFromBoth
linkedAnnotationList
getDescription
setDescription

Data Member Index

version
name
startTime
endTime
maximumFieldCount
plate
wellSampleSeq
wellSampleLoaded
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner
description

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RString getName()

void setName(RString theName)

RTime getStartTime()

void setStartTime(RTime theStartTime)

RTime getEndTime()

void setEndTime(RTime theEndTime)

RInt getMaximumFieldCount()

void setMaximumFieldCount(RInt theMaximumFieldCount)

Plate getPlate()

void setPlate(Plate thePlate)

void unloadWellSample()

int sizeOfWellSample()

PlateAcquisitionWellSampleSeq copyWellSample()

void addWellSample(WellSample target)

void addAllWellSampleSet(PlateAcquisitionWellSampleSeq targets)

void removeWellSample(WellSample theTarget)

void removeAllWellSampleSet(PlateAcquisitionWellSampleSeq targets)

void clearWellSample()

void reloadWellSample(PlateAcquisition toCopy)

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

PlateAcquisitionAnnotationLinksSeq copyAnnotationLinks()

void addPlateAcquisitionAnnotationLink(PlateAcquisitionAnnotationLink target)

void addAllPlateAcquisitionAnnotationLinkSet(PlateAcquisitionAnnotationLinksSeq targets)

void removePlateAcquisitionAnnotationLink(PlateAcquisitionAnnotationLink theTarget)

void removeAllPlateAcquisitionAnnotationLinkSet(PlateAcquisitionAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(PlateAcquisition toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

PlateAcquisitionAnnotationLink linkAnnotation(Annotation addition)

void addPlateAcquisitionAnnotationLinkToBoth(PlateAcquisitionAnnotationLink link, bool bothSides)

PlateAcquisitionAnnotationLinksSeq findPlateAcquisitionAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removePlateAcquisitionAnnotationLinkFromBoth(PlateAcquisitionAnnotationLink link, bool bothSides)

PlateAcquisitionLinkedAnnotationSeq linkedAnnotationList()

RString getDescription()

void setDescription(RString theDescription)

Data Members

RInt version;

RString name;

RTime startTime;

RTime endTime;

RInt maximumFieldCount;

Plate plate;

PlateAcquisitionWellSampleSeq wellSampleSeq;

bool wellSampleLoaded;

PlateAcquisitionAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;

RString description;


Home Previous Up Next Index