Package ome.formats.model
Class WellProcessor
- java.lang.Object
-
- ome.formats.model.WellProcessor
-
- All Implemented Interfaces:
ModelProcessor
public class WellProcessor extends java.lang.Object implements ModelProcessor
Processes the Wells of an IObjectContainerStore and ensures that the Plate has been populated and that it is validated and that if any PlateAcquisition objects are in the hierarchy that they have a name.
-
-
Constructor Summary
Constructors Constructor Description WellProcessor()
-
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.
-
-