| 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 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 | 
|---|---|
| Set<NodeAnnotationLink> | Node. findNodeAnnotationLink(Annotation target)find all ome.model.annotations.NodeAnnotationLink which have the argument as their child. | 
| protected Set<NodeAnnotationLink> | Node. getAnnotationLinks()returns annotationLinks . | 
| Iterator<NodeAnnotationLink> | Node. iterateAnnotationLinks()should be used rather than accessing the annotationLinks set directly. | 
| 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(Collection<NodeAnnotationLink> targets)use like addNodeAnnotationLink. | 
| void | Node. removeNodeAnnotationLinkSet(Collection<NodeAnnotationLink> targets)use like removeNodeAnnotationLink | 
| protected void | Node. setAnnotationLinks(Set<NodeAnnotationLink> annotationLinks)setter for annotationLinks should be avoided. | 
                
                
Version: 5.2.6-ice35-b35
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.