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