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.
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 filegenModelPath
- the path (relative) of the new genmodel filemodelProjectPath
- the path (relative) of the model project
- Throws:
EcoreGenException
- in case generating the genmodel fails
Copyright © 2015. All Rights Reserved.