public interface IModelIdAligner
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IStatus |
alignModelFile(java.io.File baseFile,
java.io.File contributorFile,
java.io.File contributorOutputFile)
Align the xmi:id of the model elements in contributor file with the
xmi:id of the matching elements in the base file.
|
org.eclipse.core.runtime.IStatus alignModelFile(java.io.File baseFile,
java.io.File contributorFile,
java.io.File contributorOutputFile)
baseFile - -
Base input model file or fragment filecontributorFile - -
File to be aligned with base file.contributorOutputFile - -
Output of the aligned contributor model.