Modifier and Type |
Method and Description |
void |
addAllLightSourceAnnotationLinkSet(java.util.List<LightSourceAnnotationLink> targets) |
void |
addLightSourceAnnotationLink(LightSourceAnnotationLink target) |
void |
addLightSourceAnnotationLinkToBoth(LightSourceAnnotationLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
java.util.List<LightSourceAnnotationLink> |
copyAnnotationLinks() |
java.util.List<LightSourceAnnotationLink> |
findLightSourceAnnotationLink(Annotation removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
Instrument |
getInstrument() |
RString |
getLotNumber() |
RString |
getManufacturer() |
RString |
getModel() |
Power |
getPower() |
RString |
getSerialNumber() |
RInt |
getVersion() |
LightSourceAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(LightSource toCopy) |
void |
removeAllLightSourceAnnotationLinkSet(java.util.List<LightSourceAnnotationLink> targets) |
void |
removeLightSourceAnnotationLink(LightSourceAnnotationLink theTarget) |
void |
removeLightSourceAnnotationLinkFromBoth(LightSourceAnnotationLink link,
boolean bothSides) |
void |
setInstrument(Instrument theInstrument) |
void |
setLotNumber(RString theLotNumber) |
void |
setManufacturer(RString theManufacturer) |
void |
setModel(RString theModel) |
void |
setPower(Power thePower) |
void |
setSerialNumber(RString theSerialNumber) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |