Uses of Class
ome.xml.model.Microscope
-
Packages that use Microscope Package Description ome.specification ome.xml.model -
-
Uses of Microscope in ome.specification
Methods in ome.specification that return Microscope Modifier and Type Method Description Microscope
XMLMockObjects. createMicroscope()
Creates a microscope. -
Uses of Microscope in ome.xml.model
Methods in ome.xml.model that return Microscope Modifier and Type Method Description Microscope
Instrument. getMicroscope()
Methods in ome.xml.model with parameters of type Microscope Modifier and Type Method Description void
Instrument. setMicroscope(Microscope microscope)
Constructors in ome.xml.model with parameters of type Microscope Constructor Description Microscope(Microscope orig)
Copy constructor.
-