Modifier and Type |
Method and Description |
void |
addAllDetectorSet(java.util.List<Detector> targets) |
void |
addAllDichroicSet(java.util.List<Dichroic> targets) |
void |
addAllFilterSet(java.util.List<Filter> targets) |
void |
addAllFilterSetSet(java.util.List<FilterSet> targets) |
void |
addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets) |
void |
addAllLightSourceSet(java.util.List<LightSource> targets) |
void |
addAllObjectiveSet(java.util.List<Objective> targets) |
void |
addAllOTFSet(java.util.List<OTF> targets) |
void |
addDetector(Detector target) |
void |
addDichroic(Dichroic target) |
void |
addFilter(Filter target) |
void |
addFilterSet(FilterSet target) |
void |
addInstrumentAnnotationLink(InstrumentAnnotationLink target) |
void |
addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link,
boolean bothSides) |
void |
addLightSource(LightSource target) |
void |
addObjective(Objective target) |
void |
addOTF(OTF target) |
void |
clearAnnotationLinks() |
void |
clearDetector() |
void |
clearDichroic() |
void |
clearFilter() |
void |
clearFilterSet() |
void |
clearLightSource() |
void |
clearObjective() |
void |
clearOtf() |
java.util.List<InstrumentAnnotationLink> |
copyAnnotationLinks() |
java.util.List<Detector> |
copyDetector() |
java.util.List<Dichroic> |
copyDichroic() |
java.util.List<Filter> |
copyFilter() |
java.util.List<FilterSet> |
copyFilterSet() |
java.util.List<LightSource> |
copyLightSource() |
java.util.List<Objective> |
copyObjective() |
java.util.List<OTF> |
copyOtf() |
java.util.List<InstrumentAnnotationLink> |
findInstrumentAnnotationLink(Annotation removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
Microscope |
getMicroscope() |
RInt |
getVersion() |
InstrumentAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(Instrument toCopy) |
void |
reloadDetector(Instrument toCopy) |
void |
reloadDichroic(Instrument toCopy) |
void |
reloadFilter(Instrument toCopy) |
void |
reloadFilterSet(Instrument toCopy) |
void |
reloadLightSource(Instrument toCopy) |
void |
reloadObjective(Instrument toCopy) |
void |
reloadOtf(Instrument toCopy) |
void |
removeAllDetectorSet(java.util.List<Detector> targets) |
void |
removeAllDichroicSet(java.util.List<Dichroic> targets) |
void |
removeAllFilterSet(java.util.List<Filter> targets) |
void |
removeAllFilterSetSet(java.util.List<FilterSet> targets) |
void |
removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets) |
void |
removeAllLightSourceSet(java.util.List<LightSource> targets) |
void |
removeAllObjectiveSet(java.util.List<Objective> targets) |
void |
removeAllOTFSet(java.util.List<OTF> targets) |
void |
removeDetector(Detector theTarget) |
void |
removeDichroic(Dichroic theTarget) |
void |
removeFilter(Filter theTarget) |
void |
removeFilterSet(FilterSet theTarget) |
void |
removeInstrumentAnnotationLink(InstrumentAnnotationLink theTarget) |
void |
removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link,
boolean bothSides) |
void |
removeLightSource(LightSource theTarget) |
void |
removeObjective(Objective theTarget) |
void |
removeOTF(OTF theTarget) |
void |
setMicroscope(Microscope theMicroscope) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
int |
sizeOfDetector() |
int |
sizeOfDichroic() |
int |
sizeOfFilter() |
int |
sizeOfFilterSet() |
int |
sizeOfLightSource() |
int |
sizeOfObjective() |
int |
sizeOfOtf() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |
void |
unloadDetector() |
void |
unloadDichroic() |
void |
unloadFilter() |
void |
unloadFilterSet() |
void |
unloadLightSource() |
void |
unloadObjective() |
void |
unloadOtf() |