OmeroBlitz API
Home Previous Up Next Index

omero::model::ReagentAnnotationLink

Overview

[ "protected" ] class ReagentAnnotationLink extends IObject

Used By

ReagentAnnotationLinksSeq
Reagent::addReagentAnnotationLink
Reagent::addReagentAnnotationLinkToBoth
Reagent::linkAnnotation
Reagent::removeReagentAnnotationLink
Reagent::removeReagentAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Reagent getParent()

void setParent(Reagent theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Reagent theParent, Annotation theChild)

Data Members

RInt version;

Reagent parent;

Annotation child;


Home Previous Up Next Index