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