Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.formats.importer.util | |
ome.model.annotations | |
ome.model.containers | |
ome.model.core |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Dataset> |
IAnalysis.getAllDatasets() |
java.util.Set<Dataset> |
IAnalysis.getDatasetsForProject(long projectId) |
Modifier and Type | Method and Description |
---|---|
Dataset |
TinyImportFixture.getDataset()
provides access to the created
Dataset instance. |
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetAnnotationLink.link(Dataset parent,
Annotation child) |
Modifier and Type | Method and Description |
---|---|
Dataset |
ProjectDatasetLink.child() |
Dataset |
Dataset.newInstance() |
Dataset |
DatasetImageLink.parent() |
Dataset |
Dataset.proxy() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Dataset> |
Project.linkedDatasetIterator()
provides an iterator over the parent values of the datasetLinks.
|
java.util.List<Dataset> |
Project.linkedDatasetList()
produces a
List -copy of the underlying collection. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ProjectDatasetLink> |
Project.findProjectDatasetLink(Dataset target)
find all ome.model.containers.ProjectDatasetLink which have the argument as their child.
|
void |
DatasetImageLink.link(Dataset parent,
Image child) |
void |
ProjectDatasetLink.link(Project parent,
Dataset child) |
ProjectDatasetLink |
Project.linkDataset(Dataset addition)
Adds a ome.model.containers.ProjectDatasetLink to datasetLinks .
|
void |
Project.unlinkDataset(Dataset removal)
unlinks all ome.model.containers.Dataset instances from this instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Dataset> |
Image.linkedDatasetIterator()
provides an iterator over the child values of the datasetLinks.
|
java.util.List<Dataset> |
Image.linkedDatasetList()
produces a
List -copy of the underlying collection. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DatasetImageLink> |
Image.findDatasetImageLink(Dataset target)
find all ome.model.containers.DatasetImageLink which have the argument as their parent.
|
DatasetImageLink |
Image.linkDataset(Dataset addition)
Adds a ome.model.containers.DatasetImageLink to datasetLinks .
|
void |
Image.unlinkDataset(Dataset removal)
unlinks all ome.model.containers.Dataset instances from this instance.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.