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 InstrumentXMLMockObjects. instrumentThe instrument used for the metadata.Methods in ome.specification that return Instrument Modifier and Type Method Description InstrumentXMLMockObjects. 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 InstrumentDetector. getInstrument()InstrumentDichroic. getInstrument()InstrumentFilter. getInstrument()InstrumentFilterSet. getInstrument()InstrumentLightSource. getInstrument()InstrumentObjective. getInstrument()InstrumentOME. getInstrument(int index)InstrumentAnnotation. getLinkedInstrument(int index)InstrumentImage. getLinkedInstrument()InstrumentOME. setInstrument(int index, Instrument instrument)InstrumentAnnotation. setLinkedInstrument(int index, Instrument o)Methods in ome.xml.model that return types with arguments of type Instrument Modifier and Type Method Description java.util.List<Instrument>OME. copyInstrumentList()java.util.List<Instrument>Annotation. copyLinkedInstrumentList()Methods in ome.xml.model with parameters of type Instrument Modifier and Type Method Description voidOME. addInstrument(Instrument instrument)booleanAnnotation. linkInstrument(Instrument o)voidImage. linkInstrument(Instrument o)voidOME. removeInstrument(Instrument instrument)voidDetector. setInstrument(Instrument instrument_BackReference)voidDichroic. setInstrument(Instrument instrument_BackReference)voidFilter. setInstrument(Instrument instrument_BackReference)voidFilterSet. setInstrument(Instrument instrument_BackReference)voidLightSource. setInstrument(Instrument instrument_BackReference)voidObjective. setInstrument(Instrument instrument_BackReference)InstrumentOME. setInstrument(int index, Instrument instrument)InstrumentAnnotation. setLinkedInstrument(int index, Instrument o)booleanAnnotation. unlinkInstrument(Instrument o)voidImage. unlinkInstrument(Instrument o)Constructors in ome.xml.model with parameters of type Instrument Constructor Description Instrument(Instrument orig)Copy constructor.
-