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