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