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