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