public interface IExistingModelHandler
| Modifier and Type | Method and Description | 
|---|---|
| ExistingModelConfiguration | createExistingModelConfiguration(org.eclipse.core.resources.IFile sourceModel)Creates the existing model configuration for the given source model,
 to be populated by the wizard. | 
| boolean | createFiles(org.eclipse.core.runtime.IProgressMonitor progressMonitor,
           ExistingModelConfiguration config)Creates model files using the data from the given existing model configuration. | 
ExistingModelConfiguration createExistingModelConfiguration(org.eclipse.core.resources.IFile sourceModel)
sourceModel - the source model to configureboolean createFiles(org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                    ExistingModelConfiguration config)
progressMonitor - the progress monitorconfig - the existing model configuration datatrue if model(s) are created successfully, false otherwise