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