| Package | Description | 
|---|---|
| ome.model.containers | |
| ome.model.core | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<DatasetImageLink> | Dataset. imageLinks | 
| Modifier and Type | Method and Description | 
|---|---|
| DatasetImageLink | Dataset. linkImage(Image addition)Adds a ome.model.containers.DatasetImageLink to imageLinks . | 
| DatasetImageLink | DatasetImageLink. newInstance() | 
| DatasetImageLink | DatasetImageLink. proxy() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<DatasetImageLink> | Dataset. findDatasetImageLink(Image target)find all ome.model.containers.DatasetImageLink which have the argument as their child. | 
| protected Set<DatasetImageLink> | Dataset. getImageLinks()returns imageLinks . | 
| Iterator<DatasetImageLink> | Dataset. iterateImageLinks()should be used rather than accessing the imageLinks set directly. | 
| Collection<DatasetImageLink> | Dataset. unmodifiableImageLinks()Returns an unmodifiable collection-view | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Dataset. addDatasetImageLink(DatasetImageLink target)use instead of setImageLinks . | 
| void | Dataset. addDatasetImageLink(DatasetImageLink link,
                   boolean bothSides)Adds a ome.model.containers.DatasetImageLink to imageLinks, allowing for recursion -- whether
 or not addDatasetImageLink will be called on the addition if it is loaded | 
| void | Dataset. removeDatasetImageLink(DatasetImageLink target)removes a single element from this set and makes the inverse call on ome.model.containers.DatasetImageLink | 
| void | Dataset. removeDatasetImageLink(DatasetImageLink link,
                      boolean bothSides)removes the given DatasetImageLink from imageLinks, allowing for recursion -- whether
 or not the removal will call unlinkDataset again if loaded. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Dataset. addDatasetImageLinkSet(Collection<DatasetImageLink> targets)use like addDatasetImageLink. | 
| void | Dataset. removeDatasetImageLinkSet(Collection<DatasetImageLink> targets)use like removeDatasetImageLink | 
| protected void | Dataset. setImageLinks(Set<DatasetImageLink> imageLinks)setter for imageLinks should be avoided. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<DatasetImageLink> | Image. datasetLinks | 
| Modifier and Type | Method and Description | 
|---|---|
| DatasetImageLink | Image. linkDataset(Dataset addition)Adds a ome.model.containers.DatasetImageLink to datasetLinks . | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<DatasetImageLink> | Image. findDatasetImageLink(Dataset target)find all ome.model.containers.DatasetImageLink which have the argument as their parent. | 
| protected Set<DatasetImageLink> | Image. getDatasetLinks()returns datasetLinks . | 
| Iterator<DatasetImageLink> | Image. iterateDatasetLinks()should be used rather than accessing the datasetLinks set directly. | 
| Collection<DatasetImageLink> | Image. unmodifiableDatasetLinks()Returns an unmodifiable collection-view | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Image. addDatasetImageLink(DatasetImageLink target)use instead of setDatasetLinks . | 
| void | Image. addDatasetImageLink(DatasetImageLink link,
                   boolean bothSides)Adds a ome.model.containers.DatasetImageLink to datasetLinks, allowing for recursion -- whether
 or not addDatasetImageLink will be called on the addition if it is loaded | 
| void | Image. removeDatasetImageLink(DatasetImageLink target)removes a single element from this set and makes the inverse call on ome.model.containers.DatasetImageLink | 
| void | Image. removeDatasetImageLink(DatasetImageLink link,
                      boolean bothSides)removes the given DatasetImageLink from datasetLinks, allowing for recursion -- whether
 or not the removal will call unlinkImage again if loaded. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Image. addDatasetImageLinkSet(Collection<DatasetImageLink> targets)use like addDatasetImageLink. | 
| void | Image. removeDatasetImageLinkSet(Collection<DatasetImageLink> targets)use like removeDatasetImageLink | 
| protected void | Image. setDatasetLinks(Set<DatasetImageLink> datasetLinks)setter for datasetLinks should be avoided. | 
                
                
Version: 5.2.4-ice35-b23
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.