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