omero::model::PlateAcquisition
Overview
[ "protected" ]
class PlateAcquisition extends IObject
Used By
- PlatePlateAcquisitionsSeq
- Plate::addPlateAcquisition
- Plate::removePlateAcquisition
- reloadAnnotationLinks
- reloadWellSample
- 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)
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()
void addWellSample(WellSample target)
void removeWellSample(WellSample theTarget)
void clearWellSample()
void unloadAnnotationLinks()
int sizeOfAnnotationLinks()
void clearAnnotationLinks()
void reloadAnnotationLinks(PlateAcquisition toCopy)
sys::CountMap getAnnotationLinksCountPerOwner()
void addPlateAcquisitionAnnotationLinkToBoth(PlateAcquisitionAnnotationLink link, bool bothSides)
void unlinkAnnotation(Annotation removal)
void removePlateAcquisitionAnnotationLinkFromBoth(PlateAcquisitionAnnotationLink link, bool bothSides)
RString getDescription()
void setDescription(RString theDescription)
Data Members
RInt version;
RTime startTime;
RInt maximumFieldCount;
bool wellSampleLoaded;
bool annotationLinksLoaded;
sys::CountMap annotationLinksCountPerOwner;