org.eclipse.emf.ecp.ecore.editor
Interface IEcoreGenModelLinker

All Known Implementing Classes:
EcoreGenModelLinkerImpl

public interface IEcoreGenModelLinker

A class which creates a new ecore file and a new genmodel file and links the two of them.


Method Summary
 void generateGenModel(String ecorePath, String genModelPath, String modelProjectPath)
          Creates a new ecore file and a new genmodel file and links both.
 

Method Detail

generateGenModel

void generateGenModel(String ecorePath,
                      String genModelPath,
                      String modelProjectPath)
                      throws EcoreGenException
Creates a new ecore file and a new genmodel file and links both.

Parameters:
ecorePath - the path (absolute) of the new ecore file
genModelPath - the path (relative) of the new genmodel file
modelProjectPath - the path (relative) of the model project
Throws:
EcoreGenException - in case generating the genmodel fails


Copyright © 2014. All Rights Reserved.