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