public class ReferenceProcessor extends java.lang.Object implements ModelProcessor
| Constructor and Description | 
|---|
| ReferenceProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | process(IObjectContainerStore store)Processes an IObjectContainerStore. | 
public void process(IObjectContainerStore store) throws ModelException
ModelProcessorprocess in interface ModelProcessorstore - IObjectContainer store to process.ModelException - If there is an error during processing.