Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Field and Description |
---|---|
protected Detector |
DetectorSettings.detector |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Detector> |
Instrument.detector |
Modifier and Type | Method and Description |
---|---|
Detector |
DetectorSettings.getDetector()
Many-to-one field ome.model.acquisition.DetectorSettings.detector (ome.model.acquisition.Detector)
|
Detector |
Detector.newInstance() |
Detector |
Detector.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Detector> |
Instrument.getDetector()
returns detector .
|
java.util.Iterator<Detector> |
Instrument.iterateDetector()
should be used rather than accessing the detector set directly.
|
java.util.Collection<Detector> |
Instrument.unmodifiableDetector()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDetector(Detector target)
use instead of setDetector .
|
void |
Instrument.removeDetector(Detector target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.Detector
|
void |
DetectorSettings.setDetector(Detector detector) |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addDetectorSet(java.util.Collection<Detector> targets)
use like addDetector.
|
void |
Instrument.removeDetectorSet(java.util.Collection<Detector> targets)
use like removeDetector
|
protected void |
Instrument.setDetector(java.util.Set<Detector> detector)
setter for detector should be avoided.
|
Constructor and Description |
---|
DetectorSettings(Detector _detector) |
Modifier and Type | Method and Description |
---|---|
Detector |
DetectorAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
DetectorAnnotationLink.link(Detector parent,
Annotation child) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.