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