| Package | Description | 
|---|---|
| ome.model.annotations | |
| ome.model.screen | 
| Modifier and Type | Method and Description | 
|---|---|
| ReagentAnnotationLink | ReagentAnnotationLink. newInstance() | 
| ReagentAnnotationLink | ReagentAnnotationLink. proxy() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<ReagentAnnotationLink> | Reagent. annotationLinks | 
| Modifier and Type | Method and Description | 
|---|---|
| ReagentAnnotationLink | Reagent. linkAnnotation(Annotation addition)Adds a ome.model.annotations.ReagentAnnotationLink to annotationLinks . | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ReagentAnnotationLink> | Reagent. findReagentAnnotationLink(Annotation target)find all ome.model.annotations.ReagentAnnotationLink which have the argument as their child. | 
| protected Set<ReagentAnnotationLink> | Reagent. getAnnotationLinks()returns annotationLinks . | 
| Iterator<ReagentAnnotationLink> | Reagent. iterateAnnotationLinks()should be used rather than accessing the annotationLinks set directly. | 
| Collection<ReagentAnnotationLink> | Reagent. unmodifiableAnnotationLinks()Returns an unmodifiable collection-view | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Reagent. addReagentAnnotationLink(ReagentAnnotationLink target)use instead of setAnnotationLinks . | 
| void | Reagent. addReagentAnnotationLink(ReagentAnnotationLink link,
                        boolean bothSides)Adds a ome.model.annotations.ReagentAnnotationLink to annotationLinks, allowing for recursion -- whether
 or not addReagentAnnotationLink will be called on the addition if it is loaded | 
| void | Reagent. removeReagentAnnotationLink(ReagentAnnotationLink target)removes a single element from this set and makes the inverse call on ome.model.annotations.ReagentAnnotationLink | 
| void | Reagent. removeReagentAnnotationLink(ReagentAnnotationLink link,
                           boolean bothSides)removes the given ReagentAnnotationLink from annotationLinks, allowing for recursion -- whether
 or not the removal will call unlinkReagent again if loaded. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Reagent. addReagentAnnotationLinkSet(Collection<ReagentAnnotationLink> targets)use like addReagentAnnotationLink. | 
| void | Reagent. removeReagentAnnotationLinkSet(Collection<ReagentAnnotationLink> targets)use like removeReagentAnnotationLink | 
| protected void | Reagent. setAnnotationLinks(Set<ReagentAnnotationLink> annotationLinks)setter for annotationLinks should be avoided. | 
                
                
Version: 5.2.4-ice35-b23
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.