Package | Description |
---|---|
ome.model.annotations | |
ome.model.containers |
Modifier and Type | Method and Description |
---|---|
FolderAnnotationLink |
FolderAnnotationLink.newInstance() |
FolderAnnotationLink |
FolderAnnotationLink.proxy() |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FolderAnnotationLink> |
Folder.annotationLinks |
Modifier and Type | Method and Description |
---|---|
FolderAnnotationLink |
Folder.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.FolderAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderAnnotationLink> |
Folder.findFolderAnnotationLink(Annotation target)
find all ome.model.annotations.FolderAnnotationLink which have the argument as their child.
|
protected java.util.Set<FolderAnnotationLink> |
Folder.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<FolderAnnotationLink> |
Folder.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<FolderAnnotationLink> |
Folder.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addFolderAnnotationLink(FolderAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
Folder.addFolderAnnotationLink(FolderAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.FolderAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addFolderAnnotationLink will be called on the addition if it is loaded
|
void |
Folder.removeFolderAnnotationLink(FolderAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.FolderAnnotationLink
|
void |
Folder.removeFolderAnnotationLink(FolderAnnotationLink link,
boolean bothSides)
removes the given FolderAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkFolder again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addFolderAnnotationLinkSet(java.util.Collection<FolderAnnotationLink> targets)
use like addFolderAnnotationLink.
|
void |
Folder.removeFolderAnnotationLinkSet(java.util.Collection<FolderAnnotationLink> targets)
use like removeFolderAnnotationLink
|
protected void |
Folder.setAnnotationLinks(java.util.Set<FolderAnnotationLink> 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.