Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<LightSourceAnnotationLink> |
LightSource.annotationLinks |
Modifier and Type | Method and Description |
---|---|
LightSourceAnnotationLink |
LightSource.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.LightSourceAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<LightSourceAnnotationLink> |
LightSource.findLightSourceAnnotationLink(Annotation target)
find all ome.model.annotations.LightSourceAnnotationLink which have the argument as their child.
|
protected java.util.Set<LightSourceAnnotationLink> |
LightSource.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<LightSourceAnnotationLink> |
LightSource.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<LightSourceAnnotationLink> |
LightSource.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
LightSource.addLightSourceAnnotationLink(LightSourceAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
LightSource.addLightSourceAnnotationLink(LightSourceAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.LightSourceAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addLightSourceAnnotationLink will be called on the addition if it is loaded
|
void |
LightSource.removeLightSourceAnnotationLink(LightSourceAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.LightSourceAnnotationLink
|
void |
LightSource.removeLightSourceAnnotationLink(LightSourceAnnotationLink link,
boolean bothSides)
removes the given LightSourceAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkLightSource again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
LightSource.addLightSourceAnnotationLinkSet(java.util.Collection<LightSourceAnnotationLink> targets)
use like addLightSourceAnnotationLink.
|
void |
LightSource.removeLightSourceAnnotationLinkSet(java.util.Collection<LightSourceAnnotationLink> targets)
use like removeLightSourceAnnotationLink
|
protected void |
LightSource.setAnnotationLinks(java.util.Set<LightSourceAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|
Modifier and Type | Method and Description |
---|---|
LightSourceAnnotationLink |
LightSourceAnnotationLink.newInstance() |
LightSourceAnnotationLink |
LightSourceAnnotationLink.proxy() |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.