OmeroBlitz API
Home Previous Up Next Index

omero::model::Reagent

Overview

[ "protected" ] class Reagent extends IObject

Used By

ScreenReagentsSeq
WellLinkedReagentSeq
reloadAnnotationLinks
reloadWellLinks
ReagentAnnotationLink::getParent
ReagentAnnotationLink::link
ReagentAnnotationLink::parent
ReagentAnnotationLink::setParent
Screen::addReagent
Screen::removeReagent
Well::findWellReagentLink
Well::linkReagent
Well::unlinkReagent
WellReagentLink::child
WellReagentLink::getChild
WellReagentLink::link
WellReagentLink::setChild

Operation Index

getVersion
setVersion
getName
setName
getReagentIdentifier
setReagentIdentifier
getScreen
setScreen
unloadWellLinks
sizeOfWellLinks
copyWellLinks
addWellReagentLink
addAllWellReagentLinkSet
removeWellReagentLink
removeAllWellReagentLinkSet
clearWellLinks
reloadWellLinks
getWellLinksCountPerOwner
linkWell
addWellReagentLinkToBoth
findWellReagentLink
unlinkWell
removeWellReagentLinkFromBoth
linkedWellList
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addReagentAnnotationLink
addAllReagentAnnotationLinkSet
removeReagentAnnotationLink
removeAllReagentAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addReagentAnnotationLinkToBoth
findReagentAnnotationLink
unlinkAnnotation
removeReagentAnnotationLinkFromBoth
linkedAnnotationList
getDescription
setDescription

Data Member Index

version
name
reagentIdentifier
screen
wellLinksSeq
wellLinksLoaded
wellLinksCountPerOwner
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner
description

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RString getName()

void setName(RString theName)

RString getReagentIdentifier()

void setReagentIdentifier(RString theReagentIdentifier)

Screen getScreen()

void setScreen(Screen theScreen)

void unloadWellLinks()

int sizeOfWellLinks()

ReagentWellLinksSeq copyWellLinks()

void addWellReagentLink(WellReagentLink target)

void addAllWellReagentLinkSet(ReagentWellLinksSeq targets)

void removeWellReagentLink(WellReagentLink theTarget)

void removeAllWellReagentLinkSet(ReagentWellLinksSeq targets)

void clearWellLinks()

void reloadWellLinks(Reagent toCopy)

sys::CountMap getWellLinksCountPerOwner()

WellReagentLink linkWell(Well addition)

void addWellReagentLinkToBoth(WellReagentLink link, bool bothSides)

ReagentWellLinksSeq findWellReagentLink(Well removal)

void unlinkWell(Well removal)

void removeWellReagentLinkFromBoth(WellReagentLink link, bool bothSides)

ReagentLinkedWellSeq linkedWellList()

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

ReagentAnnotationLinksSeq copyAnnotationLinks()

void addReagentAnnotationLink(ReagentAnnotationLink target)

void addAllReagentAnnotationLinkSet(ReagentAnnotationLinksSeq targets)

void removeReagentAnnotationLink(ReagentAnnotationLink theTarget)

void removeAllReagentAnnotationLinkSet(ReagentAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(Reagent toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

ReagentAnnotationLink linkAnnotation(Annotation addition)

void addReagentAnnotationLinkToBoth(ReagentAnnotationLink link, bool bothSides)

ReagentAnnotationLinksSeq findReagentAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeReagentAnnotationLinkFromBoth(ReagentAnnotationLink link, bool bothSides)

ReagentLinkedAnnotationSeq linkedAnnotationList()

RString getDescription()

void setDescription(RString theDescription)

Data Members

RInt version;

RString name;

RString reagentIdentifier;

Screen screen;

ReagentWellLinksSeq wellLinksSeq;

bool wellLinksLoaded;

sys::CountMap wellLinksCountPerOwner;

ReagentAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;

RString description;


Home Previous Up Next Index