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