Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<DetectorAnnotationLink> |
Detector.annotationLinks |
Modifier and Type | Method and Description |
---|---|
DetectorAnnotationLink |
Detector.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.DetectorAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<DetectorAnnotationLink> |
Detector.findDetectorAnnotationLink(Annotation target)
find all ome.model.annotations.DetectorAnnotationLink which have the argument as their child.
|
protected java.util.Set<DetectorAnnotationLink> |
Detector.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<DetectorAnnotationLink> |
Detector.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<DetectorAnnotationLink> |
Detector.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Detector.addDetectorAnnotationLink(DetectorAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
Detector.addDetectorAnnotationLink(DetectorAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.DetectorAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addDetectorAnnotationLink will be called on the addition if it is loaded
|
void |
Detector.removeDetectorAnnotationLink(DetectorAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.DetectorAnnotationLink
|
void |
Detector.removeDetectorAnnotationLink(DetectorAnnotationLink link,
boolean bothSides)
removes the given DetectorAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkDetector again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Detector.addDetectorAnnotationLinkSet(java.util.Collection<DetectorAnnotationLink> targets)
use like addDetectorAnnotationLink.
|
void |
Detector.removeDetectorAnnotationLinkSet(java.util.Collection<DetectorAnnotationLink> targets)
use like removeDetectorAnnotationLink
|
protected void |
Detector.setAnnotationLinks(java.util.Set<DetectorAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|
Modifier and Type | Method and Description |
---|---|
DetectorAnnotationLink |
DetectorAnnotationLink.newInstance() |
DetectorAnnotationLink |
DetectorAnnotationLink.proxy() |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.