Uses of Class
ome.xml.model.Instrument
-
Packages that use Instrument Package Description ome.specification ome.xml.model -
-
Uses of Instrument in ome.specification
Fields in ome.specification declared as Instrument Modifier and Type Field Description protected Instrument
XMLMockObjects. instrument
The instrument used for the metadata.Methods in ome.specification that return Instrument Modifier and Type Method Description Instrument
XMLMockObjects. createInstrument(boolean populate)
Creates an instrument with filters, light sources etc. -
Uses of Instrument in ome.xml.model
Methods in ome.xml.model that return Instrument Modifier and Type Method Description Instrument
Detector. getInstrument()
Instrument
Dichroic. getInstrument()
Instrument
Filter. getInstrument()
Instrument
FilterSet. getInstrument()
Instrument
LightSource. getInstrument()
Instrument
Objective. getInstrument()
Instrument
OME. getInstrument(int index)
Instrument
Annotation. getLinkedInstrument(int index)
Instrument
Image. getLinkedInstrument()
Instrument
OME. setInstrument(int index, Instrument instrument)
Instrument
Annotation. setLinkedInstrument(int index, Instrument o)
Methods in ome.xml.model that return types with arguments of type Instrument Modifier and Type Method Description List<Instrument>
OME. copyInstrumentList()
List<Instrument>
Annotation. copyLinkedInstrumentList()
Methods in ome.xml.model with parameters of type Instrument Modifier and Type Method Description void
OME. addInstrument(Instrument instrument)
boolean
Annotation. linkInstrument(Instrument o)
void
Image. linkInstrument(Instrument o)
void
OME. removeInstrument(Instrument instrument)
void
Detector. setInstrument(Instrument instrument_BackReference)
void
Dichroic. setInstrument(Instrument instrument_BackReference)
void
Filter. setInstrument(Instrument instrument_BackReference)
void
FilterSet. setInstrument(Instrument instrument_BackReference)
void
LightSource. setInstrument(Instrument instrument_BackReference)
void
Objective. setInstrument(Instrument instrument_BackReference)
Instrument
OME. setInstrument(int index, Instrument instrument)
Instrument
Annotation. setLinkedInstrument(int index, Instrument o)
boolean
Annotation. unlinkInstrument(Instrument o)
void
Image. unlinkInstrument(Instrument o)
Constructors in ome.xml.model with parameters of type Instrument Constructor Description Instrument(Instrument orig)
Copy constructor.
-