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