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