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