Package ome.formats.model
Class ReferenceProcessor
- java.lang.Object
-
- ome.formats.model.ReferenceProcessor
-
- All Implemented Interfaces:
ModelProcessor
public class ReferenceProcessor extends java.lang.Object implements ModelProcessor
Processes the references of an IObjectContainerStore and ensures that container references are consistent with the LSID stored in the IObjectContainer itself. It also keeps track of all LSID references in their string form so that they may be given to the IObjectContainerStore.
-
-
Constructor Summary
Constructors Constructor Description ReferenceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(IObjectContainerStore store)
Processes an IObjectContainerStore.
-
-
-
Method Detail
-
process
public void process(IObjectContainerStore store) throws ModelException
Description copied from interface:ModelProcessor
Processes an IObjectContainerStore.- Specified by:
process
in interfaceModelProcessor
- Parameters:
store
- IObjectContainer store to process.- Throws:
ModelException
- If there is an error during processing.
-
-