Modifier and Type |
Method and Description |
void |
addAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets) |
void |
addDetectorAnnotationLink(DetectorAnnotationLink target) |
void |
addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
java.util.List<DetectorAnnotationLink> |
copyAnnotationLinks() |
java.util.List<DetectorAnnotationLink> |
findDetectorAnnotationLink(Annotation removal) |
RDouble |
getAmplificationGain() |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
RDouble |
getGain() |
Instrument |
getInstrument() |
RString |
getLotNumber() |
RString |
getManufacturer() |
RString |
getModel() |
RDouble |
getOffsetValue() |
RString |
getSerialNumber() |
DetectorType |
getType() |
RInt |
getVersion() |
ElectricPotential |
getVoltage() |
RDouble |
getZoom() |
DetectorAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(Detector toCopy) |
void |
removeAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets) |
void |
removeDetectorAnnotationLink(DetectorAnnotationLink theTarget) |
void |
removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link,
boolean bothSides) |
void |
setAmplificationGain(RDouble theAmplificationGain) |
void |
setGain(RDouble theGain) |
void |
setInstrument(Instrument theInstrument) |
void |
setLotNumber(RString theLotNumber) |
void |
setManufacturer(RString theManufacturer) |
void |
setModel(RString theModel) |
void |
setOffsetValue(RDouble theOffsetValue) |
void |
setSerialNumber(RString theSerialNumber) |
void |
setType(DetectorType theType) |
void |
setVersion(RInt theVersion) |
void |
setVoltage(ElectricPotential theVoltage) |
void |
setZoom(RDouble theZoom) |
int |
sizeOfAnnotationLinks() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |