| Package | Description | 
|---|---|
| ome.model.annotations | 
| Modifier and Type | Field and Description | 
|---|---|
| protected 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 | 
|---|---|
| Set<AnnotationAnnotationLink> | Annotation. findAnnotationAnnotationLink(Annotation target)find all ome.model.annotations.AnnotationAnnotationLink which have the argument as their child. | 
| protected Set<AnnotationAnnotationLink> | Annotation. getAnnotationLinks()returns annotationLinks . | 
| Iterator<AnnotationAnnotationLink> | Annotation. iterateAnnotationLinks()should be used rather than accessing the annotationLinks set directly. | 
| 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(Collection<AnnotationAnnotationLink> targets)use like addAnnotationAnnotationLink. | 
| void | Annotation. removeAnnotationAnnotationLinkSet(Collection<AnnotationAnnotationLink> targets)use like removeAnnotationAnnotationLink | 
| protected void | Annotation. setAnnotationLinks(Set<AnnotationAnnotationLink> annotationLinks)setter for annotationLinks should be avoided. | 
                
                
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.