| Package | Description | 
|---|---|
| ome.model.acquisition | |
| ome.model.core | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<OTF> | Instrument. otf | 
| Modifier and Type | Method and Description | 
|---|---|
| OTF | OTF. newInstance() | 
| OTF | OTF. proxy() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Set<OTF> | Instrument. getOtf()returns otf . | 
| Iterator<OTF> | Instrument. iterateOtf()should be used rather than accessing the otf set directly. | 
| 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(Collection<OTF> targets)use like addOTF. | 
| void | Instrument. removeOTFSet(Collection<OTF> targets)use like removeOTF | 
| protected void | Instrument. setOtf(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.2.1-ice35-b15
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.