Package | Description |
---|---|
ome.model.annotations | |
ome.model.meta |
Modifier and Type | Method and Description |
---|---|
ExperimenterAnnotationLink |
ExperimenterAnnotationLink.newInstance() |
ExperimenterAnnotationLink |
ExperimenterAnnotationLink.proxy() |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<ExperimenterAnnotationLink> |
Experimenter.annotationLinks |
Modifier and Type | Method and Description |
---|---|
ExperimenterAnnotationLink |
Experimenter.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.ExperimenterAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ExperimenterAnnotationLink> |
Experimenter.findExperimenterAnnotationLink(Annotation target)
find all ome.model.annotations.ExperimenterAnnotationLink which have the argument as their child.
|
protected java.util.Set<ExperimenterAnnotationLink> |
Experimenter.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<ExperimenterAnnotationLink> |
Experimenter.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<ExperimenterAnnotationLink> |
Experimenter.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Experimenter.addExperimenterAnnotationLink(ExperimenterAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
Experimenter.addExperimenterAnnotationLink(ExperimenterAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.ExperimenterAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addExperimenterAnnotationLink will be called on the addition if it is loaded
|
void |
Experimenter.removeExperimenterAnnotationLink(ExperimenterAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.ExperimenterAnnotationLink
|
void |
Experimenter.removeExperimenterAnnotationLink(ExperimenterAnnotationLink link,
boolean bothSides)
removes the given ExperimenterAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkExperimenter again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Experimenter.addExperimenterAnnotationLinkSet(java.util.Collection<ExperimenterAnnotationLink> targets)
use like addExperimenterAnnotationLink.
|
void |
Experimenter.removeExperimenterAnnotationLinkSet(java.util.Collection<ExperimenterAnnotationLink> targets)
use like removeExperimenterAnnotationLink
|
protected void |
Experimenter.setAnnotationLinks(java.util.Set<ExperimenterAnnotationLink> 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.