Package | Description |
---|---|
ome.model.acquisition | |
ome.model.core |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<OTF> |
Instrument.otf |
Modifier and Type | Method and Description |
---|---|
OTF |
OTF.newInstance() |
OTF |
OTF.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<OTF> |
Instrument.getOtf()
returns otf .
|
java.util.Iterator<OTF> |
Instrument.iterateOtf()
should be used rather than accessing the otf set directly.
|
java.util.Collection<OTF> |
Instrument.unmodifiableOtf()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addOTF(OTF target)
use instead of setOtf .
|
void |
Instrument.removeOTF(OTF target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.OTF
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addOTFSet(java.util.Collection<OTF> targets)
use like addOTF.
|
void |
Instrument.removeOTFSet(java.util.Collection<OTF> targets)
use like removeOTF
|
protected void |
Instrument.setOtf(java.util.Set<OTF> otf)
setter for otf should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected OTF |
LogicalChannel.otf |
Modifier and Type | Method and Description |
---|---|
OTF |
LogicalChannel.getOtf()
Many-to-one field ome.model.core.LogicalChannel.otf (ome.model.acquisition.OTF)
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalChannel.setOtf(OTF otf) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.