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