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 java.util.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 |
---|---|
java.util.Set<ProjectAnnotationLink> |
Project.findProjectAnnotationLink(Annotation target)
find all ome.model.annotations.ProjectAnnotationLink which have the argument as their child.
|
protected java.util.Set<ProjectAnnotationLink> |
Project.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<ProjectAnnotationLink> |
Project.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.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(java.util.Collection<ProjectAnnotationLink> targets)
use like addProjectAnnotationLink.
|
void |
Project.removeProjectAnnotationLinkSet(java.util.Collection<ProjectAnnotationLink> targets)
use like removeProjectAnnotationLink
|
protected void |
Project.setAnnotationLinks(java.util.Set<ProjectAnnotationLink> 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.