Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Field and Description |
---|---|
protected 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 |
---|---|
Set<ObjectiveAnnotationLink> |
Objective.findObjectiveAnnotationLink(Annotation target)
find all ome.model.annotations.ObjectiveAnnotationLink which have the argument as their child.
|
protected Set<ObjectiveAnnotationLink> |
Objective.getAnnotationLinks()
returns annotationLinks .
|
Iterator<ObjectiveAnnotationLink> |
Objective.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
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(Collection<ObjectiveAnnotationLink> targets)
use like addObjectiveAnnotationLink.
|
void |
Objective.removeObjectiveAnnotationLinkSet(Collection<ObjectiveAnnotationLink> targets)
use like removeObjectiveAnnotationLink
|
protected void |
Objective.setAnnotationLinks(Set<ObjectiveAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|
Modifier and Type | Method and Description |
---|---|
ObjectiveAnnotationLink |
ObjectiveAnnotationLink.newInstance() |
ObjectiveAnnotationLink |
ObjectiveAnnotationLink.proxy() |
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.