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