public interface ModelProcessor
Modifier and Type | Method and Description |
---|---|
void |
process(IObjectContainerStore store)
Processes an IObjectContainerStore.
|
void process(IObjectContainerStore store) throws ModelException
store
- IObjectContainer store to process.ModelException
- If there is an error during processing.