Package ome.formats.model
Class InstrumentProcessor
- java.lang.Object
-
- ome.formats.model.InstrumentProcessor
-
- All Implemented Interfaces:
ModelProcessor
public class InstrumentProcessor extends java.lang.Object implements ModelProcessor
Processes the members of an Instrument (Objective, OTF, Arc Laser and Filament) and ensures that the Instrument containers are present in the container cache, adding them if they are missing.
-
-
Constructor Summary
Constructors Constructor Description InstrumentProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(IObjectContainerStore store)
Processes the OMERO client side metadata store.
-
-
-
Method Detail
-
process
public void process(IObjectContainerStore store) throws ModelException
Processes the OMERO client side metadata store.- Specified by:
process
in interfaceModelProcessor
- Parameters:
store
- OMERO metadata store to process.- Throws:
ModelException
- If there is an error during processing.
-
-