OmeroBlitz API
Home Previous Up Next Index

omero::model::AnnotationAnnotationLink

Overview

[ "protected" ] class AnnotationAnnotationLink extends IObject

Used By

AnnotationAnnotationLinksSeq
Annotation::addAnnotationAnnotationLink
Annotation::addAnnotationAnnotationLinkToBoth
Annotation::linkAnnotation
Annotation::removeAnnotationAnnotationLink
Annotation::removeAnnotationAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Annotation getParent()

void setParent(Annotation theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Annotation theParent, Annotation theChild)

Data Members

RInt version;

Annotation parent;

Annotation child;


Home Previous Up Next Index