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 java.util.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 |
---|---|
java.util.Set<SessionAnnotationLink> |
Session.findSessionAnnotationLink(Annotation target)
find all ome.model.annotations.SessionAnnotationLink which have the argument as their child.
|
protected java.util.Set<SessionAnnotationLink> |
Session.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<SessionAnnotationLink> |
Session.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.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(java.util.Collection<SessionAnnotationLink> targets)
use like addSessionAnnotationLink.
|
void |
Session.removeSessionAnnotationLinkSet(java.util.Collection<SessionAnnotationLink> targets)
use like removeSessionAnnotationLink
|
protected void |
Session.setAnnotationLinks(java.util.Set<SessionAnnotationLink> 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.