Modifier and Type |
Method and Description |
void |
addAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets) |
void |
addDichroicAnnotationLink(DichroicAnnotationLink target) |
void |
addDichroicAnnotationLinkToBoth(DichroicAnnotationLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
java.util.List<DichroicAnnotationLink> |
copyAnnotationLinks() |
java.util.List<DichroicAnnotationLink> |
findDichroicAnnotationLink(Annotation removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
Instrument |
getInstrument() |
RString |
getLotNumber() |
RString |
getManufacturer() |
RString |
getModel() |
RString |
getSerialNumber() |
RInt |
getVersion() |
DichroicAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(Dichroic toCopy) |
void |
removeAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets) |
void |
removeDichroicAnnotationLink(DichroicAnnotationLink theTarget) |
void |
removeDichroicAnnotationLinkFromBoth(DichroicAnnotationLink link,
boolean bothSides) |
void |
setInstrument(Instrument theInstrument) |
void |
setLotNumber(RString theLotNumber) |
void |
setManufacturer(RString theManufacturer) |
void |
setModel(RString theModel) |
void |
setSerialNumber(RString theSerialNumber) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |