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