| Package | Description | 
|---|---|
| ome.model.containers | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<ProjectDatasetLink> | 
Project.datasetLinks  | 
protected Set<ProjectDatasetLink> | 
Dataset.projectLinks  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjectDatasetLink | 
Project.linkDataset(Dataset addition)
Adds a ome.model.containers.ProjectDatasetLink to datasetLinks . 
 | 
ProjectDatasetLink | 
Dataset.linkProject(Project addition)
Adds a ome.model.containers.ProjectDatasetLink to projectLinks . 
 | 
ProjectDatasetLink | 
ProjectDatasetLink.newInstance()  | 
ProjectDatasetLink | 
ProjectDatasetLink.proxy()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<ProjectDatasetLink> | 
Project.findProjectDatasetLink(Dataset target)
find all ome.model.containers.ProjectDatasetLink which have the argument as their child. 
 | 
Set<ProjectDatasetLink> | 
Dataset.findProjectDatasetLink(Project target)
find all ome.model.containers.ProjectDatasetLink which have the argument as their parent. 
 | 
protected Set<ProjectDatasetLink> | 
Project.getDatasetLinks()
returns datasetLinks . 
 | 
protected Set<ProjectDatasetLink> | 
Dataset.getProjectLinks()
returns projectLinks . 
 | 
Iterator<ProjectDatasetLink> | 
Project.iterateDatasetLinks()
should be used rather than accessing the datasetLinks set directly. 
 | 
Iterator<ProjectDatasetLink> | 
Dataset.iterateProjectLinks()
should be used rather than accessing the projectLinks set directly. 
 | 
Collection<ProjectDatasetLink> | 
Project.unmodifiableDatasetLinks()
Returns an unmodifiable collection-view 
 | 
Collection<ProjectDatasetLink> | 
Dataset.unmodifiableProjectLinks()
Returns an unmodifiable collection-view 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Dataset.addProjectDatasetLink(ProjectDatasetLink target)
use instead of setProjectLinks . 
 | 
void | 
Project.addProjectDatasetLink(ProjectDatasetLink target)
use instead of setDatasetLinks . 
 | 
void | 
Dataset.addProjectDatasetLink(ProjectDatasetLink link,
                     boolean bothSides)
Adds a ome.model.containers.ProjectDatasetLink to projectLinks, allowing for recursion -- whether
 or not addProjectDatasetLink will be called on the addition if it is loaded 
 | 
void | 
Project.addProjectDatasetLink(ProjectDatasetLink link,
                     boolean bothSides)
Adds a ome.model.containers.ProjectDatasetLink to datasetLinks, allowing for recursion -- whether
 or not addProjectDatasetLink will be called on the addition if it is loaded 
 | 
void | 
Dataset.removeProjectDatasetLink(ProjectDatasetLink target)
removes a single element from this set and makes the inverse call on ome.model.containers.ProjectDatasetLink 
 | 
void | 
Project.removeProjectDatasetLink(ProjectDatasetLink target)
removes a single element from this set and makes the inverse call on ome.model.containers.ProjectDatasetLink 
 | 
void | 
Dataset.removeProjectDatasetLink(ProjectDatasetLink link,
                        boolean bothSides)
removes the given ProjectDatasetLink from projectLinks, allowing for recursion -- whether
 or not the removal will call unlinkDataset again if loaded. 
 | 
void | 
Project.removeProjectDatasetLink(ProjectDatasetLink link,
                        boolean bothSides)
removes the given ProjectDatasetLink from datasetLinks, allowing for recursion -- whether
 or not the removal will call unlinkProject again if loaded. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Dataset.addProjectDatasetLinkSet(Collection<ProjectDatasetLink> targets)
use like addProjectDatasetLink. 
 | 
void | 
Project.addProjectDatasetLinkSet(Collection<ProjectDatasetLink> targets)
use like addProjectDatasetLink. 
 | 
void | 
Dataset.removeProjectDatasetLinkSet(Collection<ProjectDatasetLink> targets)
use like removeProjectDatasetLink 
 | 
void | 
Project.removeProjectDatasetLinkSet(Collection<ProjectDatasetLink> targets)
use like removeProjectDatasetLink 
 | 
protected void | 
Project.setDatasetLinks(Set<ProjectDatasetLink> datasetLinks)
setter for datasetLinks should be avoided. 
 | 
protected void | 
Dataset.setProjectLinks(Set<ProjectDatasetLink> projectLinks)
setter for projectLinks should be avoided. 
 | 
                
                
Version: 5.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.