Package | Description |
---|---|
ome.model.annotations | |
ome.model.containers | |
ome.model.core | |
ome.model.roi |
Modifier and Type | Method and Description |
---|---|
Folder |
FolderAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
FolderAnnotationLink.link(Folder parent,
Annotation child) |
Modifier and Type | Field and Description |
---|---|
protected Folder |
Folder.parentFolder |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Folder> |
Folder.childFolders |
Modifier and Type | Method and Description |
---|---|
Folder |
Folder.getParentFolder()
Many-to-one field ome.model.containers.Folder.parentFolder (ome.model.containers.Folder)
|
Folder |
Folder.newInstance() |
Folder |
FolderImageLink.parent() |
Folder |
FolderRoiLink.parent() |
Folder |
Folder.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Folder> |
Folder.getChildFolders()
returns childFolders .
|
java.util.Iterator<Folder> |
Folder.iterateChildFolders()
should be used rather than accessing the childFolders set directly.
|
java.util.Collection<Folder> |
Folder.unmodifiableChildFolders()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addChildFolders(Folder target)
use instead of setChildFolders .
|
void |
FolderImageLink.link(Folder parent,
Image child) |
void |
FolderRoiLink.link(Folder parent,
Roi child) |
void |
Folder.removeChildFolders(Folder target)
removes a single element from this set and makes the inverse call on ome.model.containers.Folder
|
void |
Folder.setParentFolder(Folder parentFolder) |
Modifier and Type | Method and Description |
---|---|
void |
Folder.addChildFoldersSet(java.util.Collection<Folder> targets)
use like addFolder.
|
void |
Folder.removeChildFoldersSet(java.util.Collection<Folder> targets)
use like removeFolder
|
protected void |
Folder.setChildFolders(java.util.Set<Folder> childFolders)
setter for childFolders should be avoided.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Folder> |
Image.linkedFolderIterator()
provides an iterator over the child values of the folderLinks.
|
java.util.List<Folder> |
Image.linkedFolderList()
produces a
List -copy of the underlying collection. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderImageLink> |
Image.findFolderImageLink(Folder target)
find all ome.model.containers.FolderImageLink which have the argument as their parent.
|
FolderImageLink |
Image.linkFolder(Folder addition)
Adds a ome.model.containers.FolderImageLink to folderLinks .
|
void |
Image.unlinkFolder(Folder removal)
unlinks all ome.model.containers.Folder instances from this instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Folder> |
Roi.linkedFolderIterator()
provides an iterator over the child values of the folderLinks.
|
java.util.List<Folder> |
Roi.linkedFolderList()
produces a
List -copy of the underlying collection. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FolderRoiLink> |
Roi.findFolderRoiLink(Folder target)
find all ome.model.containers.FolderRoiLink which have the argument as their parent.
|
FolderRoiLink |
Roi.linkFolder(Folder addition)
Adds a ome.model.containers.FolderRoiLink to folderLinks .
|
void |
Roi.unlinkFolder(Folder removal)
unlinks all ome.model.containers.Folder instances from this instance.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.