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